public class DataSetMetaData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected IConnection |
connection |
| Modifier | Constructor and Description |
|---|---|
protected |
DataSetMetaData(IConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
getConnection() |
int |
getDataSourceMajorVersion() |
int |
getDataSourceMinorVersion() |
IResultSet |
getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version) |
java.lang.String |
getDataSourceProductName() |
java.lang.String |
getDataSourceProductVersion() |
int |
getSortMode() |
int |
getSQLStateType() |
boolean |
supportsInParameters() |
boolean |
supportsMultipleOpenResults() |
boolean |
supportsMultipleResultSets() |
boolean |
supportsNamedParameters() |
boolean |
supportsNamedResultSets() |
boolean |
supportsOutParameters() |
public IConnection getConnection()
throws OdaException
OdaExceptionpublic IResultSet getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
throws OdaException
OdaExceptionpublic int getDataSourceMajorVersion()
throws OdaException
OdaExceptionpublic int getDataSourceMinorVersion()
throws OdaException
OdaExceptionpublic java.lang.String getDataSourceProductName()
throws OdaException
OdaExceptionpublic java.lang.String getDataSourceProductVersion()
throws OdaException
OdaExceptionpublic int getSQLStateType()
throws OdaException
OdaExceptionpublic boolean supportsMultipleResultSets()
throws OdaException
OdaExceptionpublic boolean supportsMultipleOpenResults()
throws OdaException
OdaExceptionpublic boolean supportsNamedResultSets()
throws OdaException
OdaExceptionpublic boolean supportsNamedParameters()
throws OdaException
OdaExceptionpublic boolean supportsInParameters()
throws OdaException
OdaExceptionpublic boolean supportsOutParameters()
throws OdaException
OdaExceptionpublic int getSortMode()