Uses of Enum Class
org.pgcodekeeper.core.database.api.schema.DbObjType
Packages that use DbObjType
Package
Description
-
Uses of DbObjType in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return DbObjTypeModifier and TypeMethodDescriptiondefault DbObjTypeIColumn.getStatementType()default DbObjTypeIConstraint.getStatementType()default DbObjTypeIDatabase.getStatementType()default DbObjTypeIIndex.getStatementType()default DbObjTypeIPolicy.getStatementType()default DbObjTypeIRule.getStatementType()default DbObjTypeISchema.getStatementType()default DbObjTypeISequence.getStatementType()IStatement.getStatementType()Gets the type of this database object.default DbObjTypeIStatistics.getStatementType()default DbObjTypeITable.getStatementType()default DbObjTypeITrigger.getStatementType()default DbObjTypeIType.getStatementType()default DbObjTypeIView.getStatementType()ObjectLocation.getType()Gets the database object type.ObjectOverride.getType()Gets the type of the overridden statement.ObjectReference.type()Returns the value of thetyperecord component.static DbObjTypeReturns the enum constant of this class with the specified name.static DbObjType[]DbObjType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.database.api.schema with parameters of type DbObjTypeModifier and TypeMethodDescriptionGets a child statement by name and type.IStatementContainer.getChildrenByType(DbObjType type) get all children by typebooleanChecks if this database object type is one of the specified types.Constructors in org.pgcodekeeper.core.database.api.schema with parameters of type DbObjTypeModifierConstructorDescriptionObjectReference(String schema, String table, String column, DbObjType type) Creates an instance of aObjectReferencerecord class.ObjectReference(String schema, String object, DbObjType type) Creates an object reference for a database object within a schema.ObjectReference(String schema, DbObjType type) Creates an object reference for a schema-level object. -
Uses of DbObjType in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return DbObjTypeConstructors in org.pgcodekeeper.core.database.base.schema.meta with parameters of type DbObjTypeModifierConstructorDescriptionMetaRelation(String schemaName, String relationName, DbObjType type) Creates a new relation metadata object. -
Uses of DbObjType in org.pgcodekeeper.core.database.ch.project
Methods in org.pgcodekeeper.core.database.ch.project that return types with arguments of type DbObjTypeMethods in org.pgcodekeeper.core.database.ch.project with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic StringChWorkDirs.getDirectoryNameForType(DbObjType type) Gets the directory name for a ClickHouse database object type. -
Uses of DbObjType in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return DbObjTypeModifier and TypeMethodDescriptionChDictionary.getStatementType()ChFunction.getStatementType()ChRole.getStatementType()ChUser.getStatementType()Methods in org.pgcodekeeper.core.database.ch.schema with parameters of type DbObjTypeModifier and TypeMethodDescriptionChDatabase.getChildrenByType(DbObjType type) ChSchema.getChildrenByType(DbObjType type) ChTable.getChildrenByType(DbObjType type) ChView.getChildrenByType(DbObjType type) -
Uses of DbObjType in org.pgcodekeeper.core.database.ms.project
Methods in org.pgcodekeeper.core.database.ms.project with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic StringMsWorkDirs.getDirectoryNameForType(DbObjType type) Gets the directory name for a MS SQL Server database object type. -
Uses of DbObjType in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return DbObjTypeModifier and TypeMethodDescriptionMsAssembly.getStatementType()MsClrFunction.getStatementType()MsClrProcedure.getStatementType()MsFunction.getStatementType()MsProcedure.getStatementType()MsRole.getStatementType()MsUser.getStatementType()Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type DbObjTypeModifier and TypeMethodDescriptionMsAbstractStatementContainer.getChildrenByType(DbObjType type) MsDatabase.getChildrenByType(DbObjType type) MsSchema.getChildrenByType(DbObjType type) MsTable.getChildrenByType(DbObjType type) MsType.getChildrenByType(DbObjType type) -
Uses of DbObjType in org.pgcodekeeper.core.database.pg.jdbc
Methods in org.pgcodekeeper.core.database.pg.jdbc with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic voidIPgJdbcReader.checkObjectValidity(Object object, DbObjType type, String name) Checks validity of database objects that may be concurrently modified. -
Uses of DbObjType in org.pgcodekeeper.core.database.pg.project
Methods in org.pgcodekeeper.core.database.pg.project that return types with arguments of type DbObjTypeMethods in org.pgcodekeeper.core.database.pg.project with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic StringPgWorkDirs.getDirectoryNameForType(DbObjType type) Gets the directory name for a PostgreSQL database object type. -
Uses of DbObjType in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return DbObjTypeModifier and TypeMethodDescriptionPgAggregate.getStatementType()PgCast.getStatementType()PgCollation.getStatementType()PgDomain.getStatementType()PgEventTrigger.getStatementType()PgExtension.getStatementType()PgForeignDataWrapper.getStatementType()PgFtsConfiguration.getStatementType()PgFtsDictionary.getStatementType()PgFtsParser.getStatementType()PgFtsTemplate.getStatementType()PgFunction.getStatementType()PgOperator.getStatementType()PgProcedure.getStatementType()PgServer.getStatementType()PgUserMapping.getStatementType()Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type DbObjTypeModifier and TypeMethodDescriptionPgAbstractStatementContainer.getChildrenByType(DbObjType type) PgAbstractTable.getChildrenByType(DbObjType type) PgDatabase.getChildrenByType(DbObjType type) PgSchema.getChildrenByType(DbObjType type) -
Uses of DbObjType in org.pgcodekeeper.core.ignorelist
Methods in org.pgcodekeeper.core.ignorelist that return types with arguments of type DbObjTypeMethod parameters in org.pgcodekeeper.core.ignorelist with type arguments of type DbObjTypeConstructor parameters in org.pgcodekeeper.core.ignorelist with type arguments of type DbObjTypeModifierConstructorDescriptionIgnoredObject(String name, boolean isRegular, boolean ignoreContent, boolean isQualified, Set<DbObjType> objTypes) Creates an ignored object rule.IgnoredObject(String name, String dbRegex, boolean isShow, boolean isRegular, boolean ignoreContent, boolean isQualified, Set<DbObjType> objTypes) Creates an ignored object rule with database name filtering. -
Uses of DbObjType in org.pgcodekeeper.core.model.difftree
Methods in org.pgcodekeeper.core.model.difftree that return DbObjTypeModifier and TypeMethodDescriptionTreeElement.getType()Gets the database object type of this element.Methods in org.pgcodekeeper.core.model.difftree with parameters of type DbObjTypeModifier and TypeMethodDescriptionGets a child element by name and type.Method parameters in org.pgcodekeeper.core.model.difftree with type arguments of type DbObjTypeModifier and TypeMethodDescriptionTreeFlattener.onlyTypes(Collection<DbObjType> onlyTypes) Configures the flattener to include only specific object types.Constructors in org.pgcodekeeper.core.model.difftree with parameters of type DbObjTypeModifierConstructorDescriptionTreeElement(String name, DbObjType type, TreeElement.DiffSide side) Creates a tree element with specified properties. -
Uses of DbObjType in org.pgcodekeeper.core.model.graph
Method parameters in org.pgcodekeeper.core.model.graph with type arguments of type DbObjTypeModifier and TypeMethodDescriptionDepcyFinder.byPatterns(int depth, boolean isReverse, Collection<DbObjType> filterObjTypes, boolean isInvertFilter, IDatabase db, Collection<String> names) Finds dependencies by matching object name patterns.DepcyFinder.byStatement(int depth, boolean isReverse, Collection<DbObjType> filterObjTypes, IStatement st) Finds dependencies for a specific database statement. -
Uses of DbObjType in org.pgcodekeeper.core.settings
Methods in org.pgcodekeeper.core.settings that return types with arguments of type DbObjTypeModifier and TypeMethodDescriptionCoreSettings.getAllowedTypes()ISettings.getAllowedTypes()Gets the collection of allowed database object types for processing.Method parameters in org.pgcodekeeper.core.settings with type arguments of type DbObjTypeModifier and TypeMethodDescriptionvoidCoreSettings.setAllowedTypes(List<DbObjType> allowedTypes)