| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.dbModifyStructure(String sql)
Use this for DDL statements, ie those which alter the structure of the db.
|
void |
JdbcTable.dbModifyStructure(String sql)
Deprecated.
Use
Database.modifyStructure(String) instead |
void |
Database.modifyStructure(String sql)
Use this for DDL statements, ie those which alter the structure of the db.
|
Copyright © 2000–2021 PanEris. All rights reserved.