org.hibernate.tool.hbm2ddl
Class DatabaseMetadata
java.lang.Object
org.hibernate.tool.hbm2ddl.DatabaseMetadata
public class DatabaseMetadata
- extends Object
JDBC database metadata
- Author:
- Christoph Sturm, Teodor Danciu
DatabaseMetadata
public DatabaseMetadata(Connection connection,
Dialect dialect)
throws SQLException
- Throws:
SQLException
DatabaseMetadata
public DatabaseMetadata(Connection connection,
Dialect dialect,
boolean extras)
throws SQLException
- Throws:
SQLException
getTableMetadata
public TableMetadata getTableMetadata(String name,
String schema,
String catalog,
boolean isQuoted)
throws HibernateException
- Throws:
HibernateException
isSequence
public boolean isSequence(Object key)
isTable
public boolean isTable(Object key)
throws HibernateException
- Throws:
HibernateException
toString
public String toString()
- Overrides:
toString
in class Object