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