Package com.aceql.jdbc.commons.metadata
Class Table
java.lang.Object
com.aceql.jdbc.commons.metadata.Table
public class Table extends Object
A SQL Table with it's defining elements.
- Author:
- Nicolas de Pomereu.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Table()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
String
getCatalog()
List<Column>
getColumns()
List<ExportedKey>
getExportedforeignKeys()
List<ImportedKey>
getImportedforeignKeys()
List<Index>
getIndexes()
List<PrimaryKey>
getPrimaryKeys()
String
getRemarks()
String
getSchema()
String
getTableName()
String
getTableType()
int
hashCode()
String
toString()
-
Field Details
-
TABLE
- See Also:
- Constant Field Values
-
VIEW
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Table
public Table()
-
-
Method Details