public interface Schema
| Modifier and Type | Method and Description |
|---|---|
ForeignKey[] |
getForeignKeys()
The aditional foreign keys for this schema.
|
Index[] |
getIndexes()
The aditional indexes for this schema.
|
String |
getName()
The name of the schema.
|
Table[] |
getTables()
The tables that this schema contains.
|
String getName()
Table[] getTables()
Index[] getIndexes()
ForeignKey[] getForeignKeys()
Copyright © 2015–2018 Bridje Framework. All rights reserved.