Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

java.lang.String foreignTable)
throws java.sql.SQLException
Specified by:
getCrossReference in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getTypeInfo
public java.sql.ResultSet getTypeInfo()
throws java.sql.SQLException
Specified by:
getTypeInfo in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getIndexInfo
public java.sql.ResultSet getIndexInfo(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
boolean unique,
boolean approximate)
throws java.sql.SQLException
Specified by:
getIndexInfo in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getSynonymInfo
public java.sql.ResultSet getSynonymInfo(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
Get a description of a table's synonyms.
Parameters:
catalog - a catalog name; "" retrieves those without a catalog; null means drop catalog name from the
selection criteria
schema - a schema name pattern; "" retrieves those without a schema
table - a table name
Returns:
ResultSet - each row is synonym information
Throws:
java.sql.SQLException