public interface Table extends TableExpr
| Modifier and Type | Method and Description |
|---|---|
Column<?,?>[] |
getAutoIncrement() |
Column<?,?> |
getColumn(String name) |
Column<?,?>[] |
getColumns() |
ForeignKey[] |
getForeignKeys() |
Index[] |
getIndexes() |
String |
getName() |
Column<?,?>[] |
getPrimaryKey() |
Schema |
getSchema() |
writeSQLString getName()
Schema getSchema()
Column<?,?>[] getPrimaryKey()
Column<?,?>[] getAutoIncrement()
Column<?,?>[] getColumns()
Index[] getIndexes()
ForeignKey[] getForeignKeys()
Copyright © 2015–2017 Bridje Framework. All rights reserved.