com.sun.star.sdbc
Interface XResultSetMetaData
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XResultSetMetaData
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
Method Summary |
abstract java.lang.String |
getCatalogName(int i)
|
abstract int |
getColumnCount()
|
abstract int |
getColumnDisplaySize(int i)
|
abstract java.lang.String |
getColumnLabel(int i)
|
abstract java.lang.String |
getColumnName(int i)
|
abstract java.lang.String |
getColumnServiceName(int i)
|
abstract int |
getColumnType(int i)
|
abstract java.lang.String |
getColumnTypeName(int i)
|
abstract int |
getPrecision(int i)
|
abstract java.lang.String |
getSchemaName(int i)
|
abstract java.lang.String |
getTableName(int i)
|
abstract boolean |
isAutoIncrement(int i)
|
abstract boolean |
isCaseSensitive(int i)
|
abstract boolean |
isCurrency(int i)
|
abstract boolean |
isDefinitelyWritable(int i)
|
abstract int |
isNullable(int i)
|
abstract boolean |
isReadOnly(int i)
|
abstract boolean |
isSearchable(int i)
|
abstract boolean |
isSigned(int i)
|
abstract boolean |
isWritable(int i)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
getCatalogName
public abstract java.lang.String getCatalogName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnCount
public abstract int getColumnCount()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnDisplaySize
public abstract int getColumnDisplaySize(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnLabel
public abstract java.lang.String getColumnLabel(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnName
public abstract java.lang.String getColumnName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnServiceName
public abstract java.lang.String getColumnServiceName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnType
public abstract int getColumnType(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnTypeName
public abstract java.lang.String getColumnTypeName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getPrecision
public abstract int getPrecision(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSchemaName
public abstract java.lang.String getSchemaName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTableName
public abstract java.lang.String getTableName(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isAutoIncrement
public abstract boolean isAutoIncrement(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isCaseSensitive
public abstract boolean isCaseSensitive(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isCurrency
public abstract boolean isCurrency(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isDefinitelyWritable
public abstract boolean isDefinitelyWritable(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isNullable
public abstract int isNullable(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isReadOnly
public abstract boolean isReadOnly(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isSearchable
public abstract boolean isSearchable(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isSigned
public abstract boolean isSigned(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isWritable
public abstract boolean isWritable(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException