|
||||||||
| 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 |
compareTo(MetaRecord other)
Sort the list of meta records by 'create order'. |
int |
getId()
|
int |
getObjectType()
|
java.lang.String |
getSQL()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaRecord(SearchRow r)
| Method Detail |
|---|
public int getId()
public int getObjectType()
public java.lang.String getSQL()
public int compareTo(MetaRecord other)
compareTo in interface java.lang.Comparable<MetaRecord>other - the other record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||