public interface Table extends TableExpr
| Modifier and Type | Method and Description |
|---|---|
Column<?,?>[] |
getAutoIncrement()
The autoincrement columns for this table.
|
Column<?,?> |
getColumn(String name)
Gets the given column.
|
Column<?,?>[] |
getColumns()
The columns for this table.
|
ForeignKey[] |
getForeignKeys()
The foreign keys for this table.
|
Index[] |
getIndexes()
The indexes for this table.
|
String |
getName()
The name of the table.
|
Column<?,?>[] |
getPrimaryKey()
The primary key of the table.
|
Schema |
getSchema()
The schema that this table belongs to.
|
writeSQLString getName()
Schema getSchema()
Column<?,?>[] getPrimaryKey()
Column<?,?>[] getAutoIncrement()
Column<?,?>[] getColumns()
Column<?,?> getColumn(String name)
name - The column name.Index[] getIndexes()
ForeignKey[] getForeignKeys()
Copyright © 2015–2018 Bridje Framework. All rights reserved.