| java.lang.Object net.sf.hajdbc.cache.DatabaseMetaDataSupport
DatabaseMetaDataSupport | public class DatabaseMetaDataSupport (Code) | | Processes database meta data into useful structures.
author: Paul Ferraro |
DatabaseMetaDataSupport | public DatabaseMetaDataSupport(DatabaseMetaData metaData, Dialect dialect) throws SQLException(Code) | | Constructs a new DatabaseMetaDataSupport using the specified DatabaseMetaData implementation.
Parameters: metaData - a DatabaseMetaData implementation Parameters: dialect - the vendor-specific dialect of the cluster throws: SQLException - if an error occurs access DatabaseMetaData |
qualifyNameForDDL | public String qualifyNameForDDL(QualifiedName name)(Code) | | Returns the schema qualified name of the specified table suitable for use in a data definition language (DDL) statement.
Parameters: name - a schema qualified name a Collection of unique constraints. throws: SQLException - if an error occurs access DatabaseMetaData |
qualifyNameForDML | public String qualifyNameForDML(QualifiedName name)(Code) | | Returns the schema qualified name of the specified table suitable for use in a data modification language (DML) statement.
Parameters: name - a schema qualified name a Collection of unique constraints. throws: SQLException - if an error occurs access DatabaseMetaData |
|
|