MetaRecord
A record in the system table of the database.
It contains the SQL statement to create the database object.
| Methods |
| int |
compareTo(MetaRecord other)
Sort the list of meta records by 'create order'.
|
| int |
compareTo(MetaRecord other)
Sort the list of meta records by 'create order'.
Parameters:
other - the other record
Returns:
-1, 0, or 1
|
| void |
execute(Database db, Session systemSession, DatabaseEventListener listener)
Execute the meta data statement.
|
| void |
execute(Database db, Session systemSession, DatabaseEventListener listener)
Execute the meta data statement.
Parameters:
db - the database
systemSession - the system session
listener - the database event listener
|
| int |
getId()
|
| int |
getId()
|
| int |
getObjectType()
|
| int |
getObjectType()
|
| String |
getSQL()
|
| String |
getSQL()
|
| void |
setRecord(SearchRow r)
|
| void |
setRecord(SearchRow r)
|
| String |
toString()
|
| String |
toString()
|
|