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

java.sql.SQLException
getTables
public java.sql.ResultSet getTables(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String tableNamePattern,
java.lang.String[] types)
throws java.sql.SQLException
Specified by:
getTables in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getSchemas
public java.sql.ResultSet getSchemas()
throws java.sql.SQLException
Specified by:
getSchemas in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getCatalogs
public java.sql.ResultSet getCatalogs()
throws java.sql.SQLException
Specified by:
getCatalogs in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getTableTypes
public java.sql.ResultSet getTableTypes()
throws java.sql.SQLException
Specified by:
getTableTypes in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getColumns
public java.sql.ResultSet getColumns(java.lang.String catalog,