Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » tool » hbm2ddl » [javadoc | source]
org.hibernate.tool.hbm2ddl
public class: DatabaseMetadata [javadoc | source]
java.lang.Object
   org.hibernate.tool.hbm2ddl.DatabaseMetadata
JDBC database metadata
Constructor:
 public DatabaseMetadata(Connection connection,
    Dialect dialect) throws SQLException 
 public DatabaseMetadata(Connection connection,
    Dialect dialect,
    boolean extras) throws SQLException 
Method from org.hibernate.tool.hbm2ddl.DatabaseMetadata Summary:
getTableMetadata,   isSequence,   isTable,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tool.hbm2ddl.DatabaseMetadata Detail:
 public TableMetadata getTableMetadata(String name,
    String schema,
    String catalog,
    boolean isQuoted) throws HibernateException 
 public boolean isSequence(Object key) 
 public boolean isTable(Object key) throws HibernateException 
 public String toString()