Generated by
JDiff

Interface java.sql.DatabaseMetaData

Changed Methods
ResultSet getAttributes(String, String, String, String) Documentation changed from old to new.
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
ResultSet getBestRowIdentifier(String, String, String, int, boolean) Documentation changed from old to new.
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
ResultSet getColumns(String, String, String, String) Documentation changed from old to new.
Retrieves a description of table columns available in the specified catalog.
ResultSet getProcedureColumns(String, String, String, String) Documentation changed from old to new.
Retrieves a description of the given catalog's stored procedure parameter and result columns.
int getSQLStateType() Documentation changed from old to new.
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
ResultSet getTypeInfo() Documentation changed from old to new.
Retrieves a description of all the standard SQL types supported by this database.
ResultSet getUDTs(String, String, String, int[]) Documentation changed from old to new.
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
ResultSet getVersionColumns(String, String, String) Documentation changed from old to new.
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
boolean supportsStatementPooling() Documentation changed from old to new.
Retrieves whether this database supports statement pooling.