Package com.manticore.h2
Class Schema
- java.lang.Object
-
- com.manticore.h2.Schema
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description Schema(java.lang.String tableSchema, java.lang.String tableCatalog)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Schema o)booleanequals(java.lang.Object o)Tableget(java.lang.String tableName)static java.util.Collection<Schema>getSchemas(java.sql.DatabaseMetaData metaData)inthashCode()Tableput(Table table)
-
-
-
Method Detail
-
getSchemas
public static java.util.Collection<Schema> getSchemas(java.sql.DatabaseMetaData metaData) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
get
public Table get(java.lang.String tableName)
-
compareTo
public int compareTo(Schema o)
- Specified by:
compareToin interfacejava.lang.Comparable<Schema>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-