|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.engine.MetaRecord
public class MetaRecord
A record in the system table of the database. It contains the SQL statement to create the database object.
Constructor Summary | |
---|---|
MetaRecord(SearchRow r)
|
Method Summary | |
---|---|
int |
getId()
|
int |
getObjectType()
|
java.lang.String |
getSQL()
|
static void |
sort(ObjectArray<MetaRecord> records)
Sort the list of meta records by 'create order'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaRecord(SearchRow r) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
public static void sort(ObjectArray<MetaRecord> records)
records
- the list of meta recordspublic int getId()
public int getObjectType()
public java.lang.String getSQL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |