public class MetaRecord extends Object implements Comparable<MetaRecord>
| 构造器和说明 |
|---|
MetaRecord(SearchRow r) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(MetaRecord other)
Sort the list of meta records by 'create order'.
|
int |
getId() |
int |
getObjectType() |
String |
getSQL() |
static void |
populateRowFromDBObject(DbObject obj,
SearchRow r)
Copy metadata from the specified object into specified search row.
|
String |
toString() |
public MetaRecord(SearchRow r)
public static void populateRowFromDBObject(DbObject obj, SearchRow r)
obj - database objectr - search rowpublic int getId()
public int getObjectType()
public String getSQL()
public int compareTo(MetaRecord other)
compareTo 在接口中 Comparable<MetaRecord>other - the other recordCopyright © 2022. All rights reserved.