IRISLIB database
DatabaseMetaData Class Reference
Inheritance diagram for DatabaseMetaData:
Collaboration diagram for DatabaseMetaData:

Public Member Functions

_.XDBC.Gateway.ODBC.ResultSet GetCatalogs ()
 Retrieves the catalog names available in this database.
 
_.XDBC.Gateway.ODBC.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.ODBC.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.ODBC.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.ODBC.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.ODBC.ResultSet GetFunctionColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String functionNamePattern, _.Library.String columnNamePattern)
 Method Not Supported.
 
_.XDBC.Gateway.ODBC.ResultSet GetFunctions (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String functionNamePattern)
 Method Not Supported.
 
_.XDBC.Gateway.ODBC.ResultSet GetImportedKeys (_.Library.String catalog, _.Library.String schema, _.Library.String table)
 Retrieves the string used to quote SQL identifiers.
 
_.XDBC.Gateway.ODBC.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.ODBC.ResultSet GetPrimaryKeys (_.Library.String catalog, _.Library.String schema, _.Library.String table)
 Retrieves a description of the given table's primary key columns.
 
_.XDBC.Gateway.ODBC.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.ODBC.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.ODBC.ResultSet GetPseudoColumns (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern, _.Library.String columnNamePattern)
 Method Not Supported.
 
_.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 ()
 Method Not Supported.
 
_.XDBC.Gateway.ODBC.ResultSet GetSchemas (_.Library.String catalog, _.Library.String schemaPattern)
 Method Not Supported.
 
_.Library.String GetStringFunctions ()
 Retrieves a comma-separated list of string functions available with this database.
 
_.XDBC.Gateway.ODBC.ResultSet GetSuperTables (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern)
 Method Not Supported.
 
_.XDBC.Gateway.ODBC.ResultSet GetSuperTypes (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String typeNamePattern)
 Method Not Supported.
 
_.Library.String GetSystemFunctions ()
 Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
 
_.XDBC.Gateway.ODBC.ResultSet GetTablePrivileges (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern)
 Retrieves tables priviligies.
 
_.XDBC.Gateway.ODBC.ResultSet GetTableTypes ()
 Retrieves a description of the tables available in the given catalog.
 
_.XDBC.Gateway.ODBC.ResultSet GetTables (_.Library.String catalog, _.Library.String schemaPattern, _.Library.String tableNamePattern, _.Library.List types)
 Retrieves a description of the access rights for each table available in a catalog.
 
_.Library.String GetTimeDateFunctions ()
 Retrieves the table types available in this database. More...
 
_.XDBC.Gateway.ODBC.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...
 

Public Attributes

 connection
   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...
 

Member Function Documentation

◆ GetTimeDateFunctions()

_.Library.String GetTimeDateFunctions ( )

Retrieves the table types available in this database.

Retrieves a comma-separated list of the time and date functions available with this database.

Reimplemented from DatabaseMetaData.

Member Data Documentation

◆ connection

connection