borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.jdbc.BDatabaseMetaData +----com.borland.datastore.jdbc.RDatabaseMetaData
Properties Methods
Implements DatabaseMetaData
This class is used internally by other com.borland
classes. You should never use this class directly.
public boolean isCatalogAtStart()
This property is used internally by other com.borland
classes. You should never use this property directly.
public ResultSet getCatalogs()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getCatalogSeparator()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getCatalogTerm()
This property is used internally by other com.borland
classes. You should never use this property directly.
public Connection getConnection()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getDatabaseProductName()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getDatabaseProductVersion()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getDefaultTransactionIsolation()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getDriverMajorVersion()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getDriverMinorVersion()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getDriverName()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getDriverVersion()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getExtraNameCharacters()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getIdentifierQuoteString()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxBinaryLiteralLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxCatalogNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxCharLiteralLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnsInGroupBy()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnsInIndex()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnsInOrderBy()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnsInSelect()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxColumnsInTable()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxCursorNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxIndexLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxProcedureNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract int getMaxRowSize()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxSchemaNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxStatementLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxStatements()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxTableNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxTablesInSelect()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxUserNameLength()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getNumericFunctions()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getProcedureTerm()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract boolean isReadOnly()
This property is used internally by other com.borland
classes. You should never use this property directly.
public ResultSet getSchemas()
This property is used internally by other com.borland
classes. You should never use this property directly.
public String getSchemaTerm()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getSearchStringEscape()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getSQLKeywords()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getStringFunctions()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getSystemFunctions()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract ResultSet getTableTypes()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getTimeDateFunctions()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract ResultSet getTypeInfo()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getURL()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract String getUserName()
This property is used internally by other com.borland
classes. You should never use this property directly.