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

getMaterializedViewInfo
public java.sql.ResultSet getMaterializedViewInfo(java.lang.String catalog,
java.lang.String schema,
java.lang.String table)
throws java.sql.SQLException
Get a description of a table's materialized views.
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 materialized view information
Throws:
java.sql.SQLException
deletesAreDetected
public boolean deletesAreDetected(int type)
throws java.sql.SQLException
Specified by:
deletesAreDetected in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
Specified by:
getConnection in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException
getUDTs
public java.sql.ResultSet getUDTs(java.lang.String catalog,
java.lang.String schemaPattern,
java.lang.String typeNamePattern,
int[] types)
throws java.sql.SQLException
Specified by:
getUDTs in interface java.sql.DatabaseMetaData
Throws:
java.sql.SQLException