|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.client.am.DatabaseMetaData
org.apache.derby.client.net.NetDatabaseMetaData
org.apache.derby.client.net.NetDatabaseMetaData40
public class NetDatabaseMetaData40
Field Summary |
---|
Fields inherited from class org.apache.derby.client.am.DatabaseMetaData |
---|
agent_, connection_, productLevel_, useServerXAState_ |
Fields inherited from interface java.sql.DatabaseMetaData |
---|
attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown |
Constructor Summary | |
---|---|
NetDatabaseMetaData40(NetAgent netAgent,
NetConnection netConnection)
|
Method Summary | ||
---|---|---|
int |
getJDBCMajorVersion()
Retrieves the major JDBC version number for this driver. |
|
int |
getJDBCMinorVersion()
Retrieves the minor JDBC version number for this driver. |
|
java.sql.RowIdLifetime |
getRowIdLifetime()
Indicates whether or not this data source supports the SQL ROWID type. |
|
boolean |
isWrapperFor(java.lang.Class<?> interfaces)
Returns false unless interfaces is implemented |
|
|
unwrap(java.lang.Class<T> interfaces)
Returns this if this class implements the interface |
Methods inherited from class org.apache.derby.client.net.NetDatabaseMetaData |
---|
computeFeatureSet_, getURL_, serverSupportsEXTDTAAbort, serverSupportsLayerBStreaming, serverSupportsQryclsimp, serverSupportsSessionDataCaching, serverSupportsTimestampNanoseconds, serverSupportsUDTs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetDatabaseMetaData40(NetAgent netAgent, NetConnection netConnection)
Method Detail |
---|
public int getJDBCMajorVersion() throws java.sql.SQLException
getJDBCMajorVersion
in interface java.sql.DatabaseMetaData
getJDBCMajorVersion
in class DatabaseMetaData
java.sql.SQLException
- if the connection is closedpublic int getJDBCMinorVersion() throws java.sql.SQLException
getJDBCMinorVersion
in interface java.sql.DatabaseMetaData
getJDBCMinorVersion
in class DatabaseMetaData
java.sql.SQLException
- if the connection is closedpublic java.sql.RowIdLifetime getRowIdLifetime() throws java.sql.SQLException
ROWID
type. Since Derby does not support the
ROWID
type, return ROWID_UNSUPPORTED
.
ROWID_UNSUPPORTED
java.sql.SQLException
- if a database access error occurspublic boolean isWrapperFor(java.lang.Class<?> interfaces) throws java.sql.SQLException
interfaces
is implemented
interfaces
- a Class defining an interface.
java.sql.SQLException
- if an error occurs while determining
whether this is a wrapper for an object
with the given interface.public <T> T unwrap(java.lang.Class<T> interfaces) throws java.sql.SQLException
this
if this class implements the interface
interfaces
- a Class defining an interface
java.sql.SQLExption
- if no object if found that implements the
interface
java.sql.SQLException
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |