public interface SQLPropertyInfo
Property required to build a database schema in a
SQL / JDBC database.| Modifier and Type | Method and Description |
|---|---|
void |
contributeToTable(Table table)
Appends columns, keys and foreign keys to the given table to match the settings specified by
this property
|
void contributeToTable(Table table)
table - the table to add schema infos toCopyright © 2018. All rights reserved.