|
|||||||||
| 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 |
|---|
getURL_ |
| 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.DatabaseMetaDatagetJDBCMajorVersion in class DatabaseMetaDatajava.sql.SQLException - if the connection is closed
public int getJDBCMinorVersion()
throws java.sql.SQLException
getJDBCMinorVersion in interface java.sql.DatabaseMetaDatagetJDBCMinorVersion in class DatabaseMetaDatajava.sql.SQLException - if the connection is closed
public 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 occurs
public 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 Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||