java.lang.Object
com.aoapps.dbc.meta.Schema
A friendly wrapper around database meta data.
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Two schemas are equal if they have the same name.getName()
Gets the table of the provided name.getTableOptional
(String name) Gets the table of the provided name.Gets all tables for this schema keyed by unique name.int
hashCode()
toString()
-
Constructor Details
-
Schema
-
-
Method Details
-
toString
-
equals
Two schemas are equal if they have the same name. -
hashCode
public int hashCode() -
getCatalog
-
getName
-
getTables
Gets all tables for this schema keyed by unique name.- Throws:
SQLException
- See Also:
-
getTableOptional
Gets the table of the provided name.- Throws:
SQLException
-
getTable
Gets the table of the provided name.- Throws:
NoRowException
- if the table doesn't existSQLException
-