org.ow2.clif.analyze.lib.oda
Class DataSetMetaData
java.lang.Object
org.ow2.clif.analyze.lib.oda.DataSetMetaData
public class DataSetMetaData
- extends java.lang.Object
Flat file data provider's implementation of the ODA IDataSetMetaData interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConnection
public IConnection getConnection()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getConnection()
getDataSourceObjects
public IResultSet getDataSourceObjects(java.lang.String catalog,
java.lang.String schema,
java.lang.String object,
java.lang.String version)
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getDataSourceObjects(java.lang.String,
java.lang.String, java.lang.String, java.lang.String)
getDataSourceMajorVersion
public int getDataSourceMajorVersion()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getDataSourceMajorVersion()
getDataSourceMinorVersion
public int getDataSourceMinorVersion()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getDataSourceMinorVersion()
getDataSourceProductName
public java.lang.String getDataSourceProductName()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getDataSourceProductName()
getDataSourceProductVersion
public java.lang.String getDataSourceProductVersion()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getDataSourceProductVersion()
getSQLStateType
public int getSQLStateType()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getSQLStateType()
supportsMultipleOpenResults
public boolean supportsMultipleOpenResults()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsMultipleOpenResults()
supportsMultipleResultSets
public boolean supportsMultipleResultSets()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsMultipleResultSets()
supportsNamedResultSets
public boolean supportsNamedResultSets()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsNamedResultSets()
supportsNamedParameters
public boolean supportsNamedParameters()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsNamedParameters()
supportsInParameters
public boolean supportsInParameters()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsInParameters()
supportsOutParameters
public boolean supportsOutParameters()
throws OdaException
- Throws:
OdaException
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#supportsOutParameters()
getSortMode
public int getSortMode()
- See Also:
org.eclipse.datatools.connectivity.oda.IDataSetMetaData#getSortMode()