|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Exportable
Contract for entities (in the ERD sense) which can be exported via CREATE, ALTER, etc
| Method Summary | |
|---|---|
String |
getExportIdentifier()
Get a unique identifier to make sure we are not exporting the same database structure multiple times. |
String[] |
sqlCreateStrings(Dialect dialect)
Gets the SQL strings for creating the database object. |
String[] |
sqlDropStrings(Dialect dialect)
Gets the SQL strings for dropping the database object. |
| Method Detail |
|---|
String getExportIdentifier()
String[] sqlCreateStrings(Dialect dialect)
dialect - The dialect for which to generate the SQL creation strings
String[] sqlDropStrings(Dialect dialect)
dialect - The dialect for which to generate the SQL drop strings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||