org.hibernate.tool.hbm2ddl
Class DatabaseMetadata
java.lang.Object
org.hibernate.tool.hbm2ddl.DatabaseMetadata
public class DatabaseMetadata
- extends Object
JDBC database metadata
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
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.