|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.engine.DbObjectBase
org.h2.schema.SchemaObjectBase
public abstract class SchemaObjectBase
The base class for classes implementing SchemaObject.
| Field Summary |
|---|
| Fields inherited from class org.h2.engine.DbObjectBase |
|---|
comment, database, trace |
| Fields inherited from interface org.h2.engine.DbObject |
|---|
AGGREGATE, COMMENT, CONSTANT, CONSTRAINT, FUNCTION_ALIAS, INDEX, RIGHT, ROLE, SCHEMA, SEQUENCE, SETTING, TABLE_OR_VIEW, TRIGGER, USER, USER_DATATYPE |
| Constructor Summary | |
|---|---|
SchemaObjectBase()
|
|
| Method Summary | |
|---|---|
Schema |
getSchema()
Get the schema in which this object is defined |
java.lang.String |
getSQL()
Get the SQL name of this object (may be quoted). |
protected void |
initSchemaObjectBase(Schema schema,
int id,
java.lang.String name,
java.lang.String traceModule)
Initialize some attributes of this object. |
| Methods inherited from class org.h2.engine.DbObjectBase |
|---|
checkRename, getChildren, getComment, getCreateSQL, getCreateSQLForCopy, getDatabase, getDropSQL, getHeadPos, getId, getModificationId, getName, getType, initDbObjectBase, invalidate, isTemporary, removeChildrenAndResources, rename, setComment, setModified, setObjectName, setTemporary, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.h2.engine.DbObject |
|---|
checkRename, getChildren, getComment, getCreateSQL, getCreateSQLForCopy, getDatabase, getDropSQL, getHeadPos, getId, getModificationId, getName, getType, isTemporary, removeChildrenAndResources, rename, setComment, setModified, setTemporary |
| Constructor Detail |
|---|
public SchemaObjectBase()
| Method Detail |
|---|
protected void initSchemaObjectBase(Schema schema,
int id,
java.lang.String name,
java.lang.String traceModule)
schema - the schemaid - the object idname - the nametraceModule - the trace module namepublic Schema getSchema()
SchemaObject
getSchema in interface SchemaObjectpublic java.lang.String getSQL()
DbObject
getSQL in interface DbObjectgetSQL in class DbObjectBase
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||