Uses of Class
org.h2.engine.DbObject
-
Packages that use DbObject Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.command.query Contains queries.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table Classes related to a table and table meta data. -
-
Uses of DbObject in org.h2.command
Methods in org.h2.command that return types with arguments of type DbObject Modifier and Type Method Description abstract java.util.Set<DbObject>Command. getDependencies()java.util.Set<DbObject>CommandContainer. getDependencies()java.util.Set<DbObject>CommandList. getDependencies()Method parameters in org.h2.command with type arguments of type DbObject Modifier and Type Method Description voidPrepared. collectDependencies(java.util.HashSet<DbObject> dependencies)Find and collect all DbObjects, this Prepared depends on. -
Uses of DbObject in org.h2.command.ddl
Methods in org.h2.command.ddl with parameters of type DbObject Modifier and Type Method Description private voidAlterTableAlterColumn. checkViewsAreValid(DbObject tableOrView)Check that a table or view is still valid.private voidGrantRevoke. grantRight(DbObject object)private voidGrantRevoke. revokeRight(DbObject object) -
Uses of DbObject in org.h2.command.dml
Fields in org.h2.command.dml with type parameters of type DbObject Modifier and Type Field Description private static java.util.Comparator<? super DbObject>ScriptCommand. BY_NAME_COMPARATORMethods in org.h2.command.dml with type parameters of type DbObject Modifier and Type Method Description private static <T extends DbObject>
T[]ScriptCommand. sorted(java.util.Collection<T> collection, java.lang.Class<T> clazz)Methods in org.h2.command.dml that return DbObject Modifier and Type Method Description private static <T extends DbObject>
T[]ScriptCommand. sorted(java.util.Collection<T> collection, java.lang.Class<T> clazz)Method parameters in org.h2.command.dml with type arguments of type DbObject Modifier and Type Method Description voidDelete. collectDependencies(java.util.HashSet<DbObject> dependencies)voidExplain. collectDependencies(java.util.HashSet<DbObject> dependencies)voidInsert. collectDependencies(java.util.HashSet<DbObject> dependencies)voidMerge. collectDependencies(java.util.HashSet<DbObject> dependencies)voidMergeUsing. collectDependencies(java.util.HashSet<DbObject> dependencies)voidUpdate. collectDependencies(java.util.HashSet<DbObject> dependencies) -
Uses of DbObject in org.h2.command.query
Method parameters in org.h2.command.query with type arguments of type DbObject Modifier and Type Method Description voidQuery. collectDependencies(java.util.HashSet<DbObject> dependencies) -
Uses of DbObject in org.h2.constraint
Subclasses of DbObject in org.h2.constraint Modifier and Type Class Description classConstraintThe base class for constraint checking.classConstraintCheckA check constraint.classConstraintDomainA domain constraint.classConstraintReferentialA referential constraint.classConstraintUniqueA unique constraint. -
Uses of DbObject in org.h2.engine
Subclasses of DbObject in org.h2.engine Modifier and Type Class Description classCommentRepresents a database object comment.classRightAn access right.classRightOwnerA right owner (sometimes called principal).classRoleRepresents a role.classSettingA persistent database setting.classUserRepresents a user object.Fields in org.h2.engine declared as DbObject Modifier and Type Field Description private DbObjectRight. grantedObjectThe object.Fields in org.h2.engine with type parameters of type DbObject Modifier and Type Field Description private java.util.HashMap<DbObject,Right>RightOwner. grantedRightsThe map of granted rights.Methods in org.h2.engine that return DbObject Modifier and Type Method Description DbObjectRight. getGrantedObject()DbObjectRight. getGrantee()Methods in org.h2.engine that return types with arguments of type DbObject Modifier and Type Method Description java.util.ArrayList<DbObject>DbObject. getChildren()Get the list of dependent children (for tables, this includes indexes and so on).java.util.ArrayList<DbObject>Role. getChildren()java.util.ArrayList<DbObject>User. getChildren()private java.util.Map<java.lang.String,DbObject>Database. getMap(int type)Methods in org.h2.engine with parameters of type DbObject Modifier and Type Method Description voidDatabase. addDatabaseObject(SessionLocal session, DbObject obj)Add an object to the database.private voidDatabase. addMeta(SessionLocal session, DbObject obj)CommentDatabase. findComment(DbObject object)Get the comment for the given database object if one exists, or null if not.private java.lang.StringRight. getCreateSQLForCopy(DbObject object)(package private) static java.lang.StringComment. getKey(DbObject obj)Get the comment key name for the given database object.RightRightOwner. getRightForObject(DbObject object)Get the 'grant schema' right of this object.voidRightOwner. grantRight(DbObject object, Right right)Grant a right for the given table.static voidMetaRecord. populateRowFromDBObject(DbObject obj, SearchRow r)Copy metadata from the specified object into specified search row.voidDatabase. removeDatabaseObject(SessionLocal session, DbObject obj)Remove the object from the database.voidDatabase. renameDatabaseObject(SessionLocal session, DbObject obj, java.lang.String newName)Rename a database object.(package private) voidRightOwner. revokeRight(DbObject object)Revoke the right for the given object (table or schema).voidDatabase. updateMeta(SessionLocal session, DbObject obj)Update an object in the system table.private voidDatabase. updateMetaAndFirstLevelChildren(SessionLocal session, DbObject obj)Constructors in org.h2.engine with parameters of type DbObject Constructor Description Comment(Database database, int id, DbObject obj)Right(Database db, int id, RightOwner grantee, int grantedRight, DbObject grantedObject) -
Uses of DbObject in org.h2.expression
Methods in org.h2.expression that return types with arguments of type DbObject Modifier and Type Method Description java.util.HashSet<DbObject>ExpressionVisitor. getDependencies()Get the dependency set.Methods in org.h2.expression with parameters of type DbObject Modifier and Type Method Description voidExpressionVisitor. addDependency(DbObject obj)Add a new dependency to the set of dependencies.Method parameters in org.h2.expression with type arguments of type DbObject Modifier and Type Method Description static ExpressionVisitorExpressionVisitor. getDependenciesVisitor(java.util.HashSet<DbObject> dependencies)Create a new visitor object to collect dependencies. -
Uses of DbObject in org.h2.index
Subclasses of DbObject in org.h2.index Modifier and Type Class Description classDualIndexAn index for the DUAL table.classIndexAn index.classLinkedIndexA linked index is a index for a linked (remote) table.classMetaIndexThe index implementation for meta data tables.classRangeIndexAn index for the SYSTEM_RANGE table.classViewIndexThis object represents a virtual index for a query.classVirtualConstructedTableIndexAn index for a virtual table that returns a result set.classVirtualTableIndexAn base class for indexes of virtual tables. -
Uses of DbObject in org.h2.jdbc.meta
Methods in org.h2.jdbc.meta with parameters of type DbObject Modifier and Type Method Description private voidDatabaseMetaLocal. addPrivileges(SimpleResult result, Value catalogValue, java.lang.String schemaName, java.lang.String tableName, DbObject grantee, int rightMask, CompareLike columnLike, Column[] columns) -
Uses of DbObject in org.h2.mode
Subclasses of DbObject in org.h2.mode Modifier and Type Class Description classPgCatalogSchemapg_catalogschema.classPgCatalogTableThis class is responsible to build the pg_catalog tables. -
Uses of DbObject in org.h2.mvstore.db
Subclasses of DbObject in org.h2.mvstore.db Modifier and Type Class Description classMVDelegateIndexAn index that delegates indexing to another index.classMVIndex<K,V>An index that stores the data in an MVStore.classMVPrimaryIndexA table stored in a MVStore.classMVSecondaryIndexAn index stored in a MVStore.classMVSpatialIndexThis is an index based on a MVRTreeMap.classMVTableA table stored in a MVStore. -
Uses of DbObject in org.h2.schema
Subclasses of DbObject in org.h2.schema Modifier and Type Class Description classConstantA user-defined constant as created by the SQL statement CREATE CONSTANTclassDomainRepresents a domain.classFunctionAliasRepresents a user-defined function, or alias.classInformationSchemaInformation schema.classMetaSchemaMeta data schema.classSchemaA schema as created by the SQL statement CREATE SCHEMAclassSchemaObjectAny database object that is stored in a schema.classSequenceA sequence is created using the statement CREATE SEQUENCEclassTriggerObjectA trigger is created using the statement CREATE TRIGGERclassUserAggregateRepresents a user-defined aggregate function.classUserDefinedFunctionUser-defined Java function or aggregate function.Methods in org.h2.schema that return types with arguments of type DbObject Modifier and Type Method Description java.util.ArrayList<DbObject>Schema. getChildren()Methods in org.h2.schema with parameters of type DbObject Modifier and Type Method Description private java.lang.StringSchema. getUniqueName(DbObject obj, java.util.Map<java.lang.String,? extends SchemaObject> map, java.lang.String prefix) -
Uses of DbObject in org.h2.table
Subclasses of DbObject in org.h2.table Modifier and Type Class Description classDataChangeDeltaTableA data change delta table.classDualTableThe DUAL table for selects without a FROM clause.classFunctionTableA table backed by a system or user-defined function that returns a result set.classInformationSchemaTableThis class is responsible to build the INFORMATION_SCHEMA tables.classInformationSchemaTableLegacyThis class is responsible to build the legacy variant of INFORMATION_SCHEMA tables.classMetaTableThis class is responsible to build the database meta data pseudo tables.classRangeTableThe table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.classTableThis is the base class for most tables.classTableBaseThe base class of a regular table, or a user defined table.classTableLinkA linked table contains connection information for a table accessible by JDBC.classTableSynonymSynonym for an existing table or view.classTableValueConstructorTableA table for table value constructor.classTableViewA view is a virtual table that is defined by a query.classVirtualConstructedTableA base class for virtual tables that construct all their content at once.classVirtualTableA base class for virtual tables.Methods in org.h2.table that return types with arguments of type DbObject Modifier and Type Method Description java.util.ArrayList<DbObject>Table. getChildren()Methods in org.h2.table with parameters of type DbObject Modifier and Type Method Description private voidInformationSchemaTable. addPrivilege(SessionLocal session, java.util.ArrayList<Row> rows, DbObject grantee, java.lang.String catalog, Table table, java.lang.String column, java.lang.String right)private voidInformationSchemaTableLegacy. addPrivilege(SessionLocal session, java.util.ArrayList<Row> rows, DbObject grantee, java.lang.String catalog, Table table, java.lang.String column, java.lang.String right)private voidInformationSchemaTable. addPrivileges(SessionLocal session, java.util.ArrayList<Row> rows, DbObject grantee, java.lang.String catalog, Table table, java.lang.String column, int rightMask)private voidInformationSchemaTableLegacy. addPrivileges(SessionLocal session, java.util.ArrayList<Row> rows, DbObject grantee, java.lang.String catalog, Table table, java.lang.String column, int rightMask)private static voidTable. remove(java.util.ArrayList<? extends DbObject> list, DbObject obj)Method parameters in org.h2.table with type arguments of type DbObject Modifier and Type Method Description voidTable. addDependencies(java.util.HashSet<DbObject> dependencies)Add all objects that this table depends on to the hash set.voidTableView. addDependencies(java.util.HashSet<DbObject> dependencies)private static voidTable. remove(java.util.ArrayList<? extends DbObject> list, DbObject obj)
-