IRISLIB database
DatabaseMetaData Class Reference

FOR INTERNAL USE - do not invoke directly. More...

Inheritance diagram for DatabaseMetaData:
Collaboration diagram for DatabaseMetaData:

Public Member Functions

_.XDBC.Gateway.ResultSet GetCatalogs ()
 Retrieves the catalog names available in this database.
 
_.XDBC.Gateway.ResultSet GetColumnPrivileges (_.Library.String catalog, _.Library.String schema, _.Library.String table, _.Library.String columnNamePattern)
 Retrieves a description of the access rights for a table's columns.
 
_.XDBC.Gateway.ResultSet GetColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern, _.Library.String columnNamePattern)
 Retrieves a description of table columns available in the specified catalog.
 
_.XDBC.Gateway.ResultSet GetCrossReference (_.Library.String parentCatalog, _.Library.String parentSchema, _.Library.String parentTable, _.Library.String foreignCatalog, _.Library.String foreignSchema, _.Library.String foreignTable)
 Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table)
 
_.Library.String GetDatabaseProductNameAndVersion ()
 Retrieves the name and version number of this database.
 
_.Library.String GetDriverName ()
 Retrieves the name of this JDBC driver.
 
_.Library.String GetDriverVersion ()
 Retrieves the version number of this driver as a String.
 
_.XDBC.Gateway.ResultSet GetExportedKeys (_.Library.String catalog, _.Library.String schema, _.Library.String table)
 Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
 
_.XDBC.Gateway.ResultSet GetFunctionColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String functionNamePattern, _.Library.String columnNamePattern)
 Retrieves a description of the given catalog's system or user function parameters and return type.
 
_.XDBC.Gateway.ResultSet GetFunctions (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String functionNamePattern)
 Retrieves a description of the system and user functions available in the given catalog.
 
_.XDBC.Gateway.ResultSet GetImportedKeys (_.Library.String catalog, _.Library.String schema, _.Library.String table)
 Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
 
_.XDBC.Gateway.ResultSet GetIndexInfo (_.Library.String catalog, _.Library.String schema, _.Library.String table, _.Library.Boolean unique, _.Library.Boolean approximate)
 Retrieves a description of the given table's indices and statistics.
 
_.Library.String GetNumericFunctions ()
 Retrieves a comma-separated list of math functions available with this database.
 
_.XDBC.Gateway.ResultSet GetPrimaryKeys (_.Library.String catalog, _.Library.String schema, _.Library.String table)
 Retrieves a description of the given table's primary key columns.
 
_.XDBC.Gateway.ResultSet GetProcedureColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String procedureNamePattern, _.Library.String columnNamePattern)
 Retrieves a description of the given catalog's stored procedure parameter and result columns.
 
_.XDBC.Gateway.ResultSet GetProcedures (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String procedureNamePattern)
 Retrieves a description of the stored procedures available in the given catalog.
 
_.XDBC.Gateway.ResultSet GetPseudoColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern, _.Library.String columnNamePattern)
 Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
 
_.Library.String GetSQLKeywords ()
 Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
 
_.Library.String GetSchemaTerm ()
 Retrieves the preferred term for 'schema' in this database.
 
_.XDBC.Gateway.ResultSet GetSchemas (_.Library.String catalog, _.Library.String schemaPattern)
 Retrieves the schema names available in this database.
 
_.Library.String GetStringFunctions ()
 Retrieves a comma-separated list of string functions available with this database.
 
_.XDBC.Gateway.ResultSet GetSuperTables (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern)
 Retrieves a description of the table hierarchies defined in a particular schema in this database.
 
_.XDBC.Gateway.ResultSet GetSuperTypes (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String typeNamePattern)
 Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database. More...
 
_.Library.String GetSystemFunctions ()
 Retrieves a comma-separated list of system functions available with this database.
 
_.XDBC.Gateway.ResultSet GetTablePrivileges (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern)
 Retrieves a description of the access rights for each table available in a catalog.
 
_.XDBC.Gateway.ResultSet GetTableTypes ()
 Retrieves the table types available in this database. More...
 
_.XDBC.Gateway.ResultSet GetTables (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern, _.Library.List types)
 Retrieves a description of the tables available in the given catalog.
 
_.Library.String GetTimeDateFunctions ()
 Retrieves a comma-separated list of the time and date functions available with this database.
 
_.XDBC.Gateway.ResultSet GetTypeInfo ()
 Retrieves a description of all the data types supported by this database.
 
- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 

Additional Inherited Members

- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

FOR INTERNAL USE - do not invoke directly.

Member Function Documentation

◆ GetSuperTypes()

_.XDBC.Gateway.ResultSet GetSuperTypes ( _.Library.String  catalog,
_.Library.String  schemaPattern,
_.Library.String  typeNamePattern 
)

Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.

Only the immediate super type/ sub type relationship is modeled.

Reimplemented in DatabaseMetaData, and DatabaseMetaData.

◆ GetTableTypes()

_.XDBC.Gateway.ResultSet GetTableTypes ( )

Retrieves the table types available in this database.

The results are ordered by table type.

Reimplemented in DatabaseMetaData, and DatabaseMetaData.