borland Packages  Class Hierarchy  datastore.jdbc Package 

BDatabaseMetaData class (abstract)

java.lang.Object
   +----com.borland.datastore.jdbc.BDatabaseMetaData
           +----com.borland.datastore.jdbc.RDatabaseMetaData

About the BDatabaseMetaData class

Properties  Methods  

Implements DatabaseMetaData

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


BDatabaseMetaData properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

BDatabaseMetaData methods

Methods implemented in this class

Methods implemented in java.lang.Object


BDatabaseMetaData properties

catalogAtStart

 public boolean isCatalogAtStart()

This property is used internally by other com.borland classes. You should never use this property directly.

catalogs

 public ResultSet getCatalogs()

This property is used internally by other com.borland classes. You should never use this property directly.

catalogSeparator

 public String getCatalogSeparator()

This property is used internally by other com.borland classes. You should never use this property directly.

catalogTerm

 public String getCatalogTerm()

This property is used internally by other com.borland classes. You should never use this property directly.

connection

 public Connection getConnection()

This property is used internally by other com.borland classes. You should never use this property directly.

databaseProductName

 public String getDatabaseProductName()

This property is used internally by other com.borland classes. You should never use this property directly.

databaseProductVersion

 public abstract String getDatabaseProductVersion()

This property is used internally by other com.borland classes. You should never use this property directly.

defaultTransactionIsolation

 public int getDefaultTransactionIsolation()

This property is used internally by other com.borland classes. You should never use this property directly.

driverMajorVersion

 public int getDriverMajorVersion()

This property is used internally by other com.borland classes. You should never use this property directly.

driverMinorVersion

 public int getDriverMinorVersion()

This property is used internally by other com.borland classes. You should never use this property directly.

driverName

 public String getDriverName()

This property is used internally by other com.borland classes. You should never use this property directly.

driverVersion

 public String getDriverVersion()

This property is used internally by other com.borland classes. You should never use this property directly.

extraNameCharacters

 public abstract String getExtraNameCharacters()

This property is used internally by other com.borland classes. You should never use this property directly.

identifierQuoteString

 public String getIdentifierQuoteString()

This property is used internally by other com.borland classes. You should never use this property directly.

maxBinaryLiteralLength

 public int getMaxBinaryLiteralLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxCatalogNameLength

 public int getMaxCatalogNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxCharLiteralLength

 public int getMaxCharLiteralLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnNameLength

 public int getMaxColumnNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnsInGroupBy

 public int getMaxColumnsInGroupBy()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnsInIndex

 public int getMaxColumnsInIndex()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnsInOrderBy

 public int getMaxColumnsInOrderBy()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnsInSelect

 public int getMaxColumnsInSelect()

This property is used internally by other com.borland classes. You should never use this property directly.

maxColumnsInTable

 public int getMaxColumnsInTable()

This property is used internally by other com.borland classes. You should never use this property directly.

maxCursorNameLength

 public int getMaxCursorNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxIndexLength

 public int getMaxIndexLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxProcedureNameLength

 public int getMaxProcedureNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxRowSize

 public abstract int getMaxRowSize()

This property is used internally by other com.borland classes. You should never use this property directly.

maxSchemaNameLength

 public int getMaxSchemaNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxStatementLength

 public int getMaxStatementLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxStatements

 public int getMaxStatements()

This property is used internally by other com.borland classes. You should never use this property directly.

maxTableNameLength

 public int getMaxTableNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

maxTablesInSelect

 public int getMaxTablesInSelect()

This property is used internally by other com.borland classes. You should never use this property directly.

maxUserNameLength

 public int getMaxUserNameLength()

This property is used internally by other com.borland classes. You should never use this property directly.

numericFunctions

 public abstract String getNumericFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

procedureTerm

 public String getProcedureTerm()

This property is used internally by other com.borland classes. You should never use this property directly.

readOnly

 public abstract boolean isReadOnly()

This property is used internally by other com.borland classes. You should never use this property directly.

schemas

 public ResultSet getSchemas()

This property is used internally by other com.borland classes. You should never use this property directly.

schemaTerm

 public String getSchemaTerm()

This property is used internally by other com.borland classes. You should never use this property directly.

searchStringEscape

 public abstract String getSearchStringEscape()

This property is used internally by other com.borland classes. You should never use this property directly.

SQLKeywords

 public abstract String getSQLKeywords()

This property is used internally by other com.borland classes. You should never use this property directly.

stringFunctions

 public abstract String getStringFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

systemFunctions

 public abstract String getSystemFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

tableTypes

 public abstract ResultSet getTableTypes()

This property is used internally by other com.borland classes. You should never use this property directly.

timeDateFunctions

 public abstract String getTimeDateFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

typeInfo

 public abstract ResultSet getTypeInfo()

This property is used internally by other com.borland classes. You should never use this property directly.

URL

 public abstract String getURL()

This property is used internally by other com.borland classes. You should never use this property directly.

userName

 public abstract String getUserName()

This property is used internally by other com.borland classes. You should never use this property directly.