Uses of Enum Class
org.pgcodekeeper.core.model.difftree.DbObjType
Packages that use DbObjType
Package
Description
-
Uses of DbObjType in org.pgcodekeeper.core
Methods in org.pgcodekeeper.core that return types with arguments of type DbObjTypeModifier and TypeMethodDescriptionWorkDirs.getDirLoadOrder()Gets the loading order for PostgreSQL object typesMethods in org.pgcodekeeper.core with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic StringWorkDirs.getDirectoryNameForType(DatabaseType databaseType, DbObjType type) Gets the directory name for a specific database object type -
Uses of DbObjType in org.pgcodekeeper.core.loader.jdbc
Methods in org.pgcodekeeper.core.loader.jdbc with parameters of type DbObjTypeModifier and TypeMethodDescriptionstatic voidJdbcReader.checkObjectValidity(Object object, DbObjType type, String name) Checks validity of database objects that may be concurrently modified. -
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.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.model.difftree that return types with arguments of type DbObjTypeMethods in org.pgcodekeeper.core.model.difftree with parameters of type DbObjTypeModifier and TypeMethodDescriptionGets a child element by name and type.booleanChecks if this database object type is one of the specified types.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.voidIgnoredObject.setObjTypes(Set<DbObjType> objTypes) 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.Constructor parameters in org.pgcodekeeper.core.model.difftree 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.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, AbstractDatabase db, Collection<String> names) Finds dependencies by matching object name patterns.DepcyFinder.byStatement(int depth, boolean isReverse, Collection<DbObjType> filterObjTypes, PgStatement st) Finds dependencies for a specific database statement. -
Uses of DbObjType in org.pgcodekeeper.core.schema
Fields in org.pgcodekeeper.core.schema declared as DbObjTypeMethods in org.pgcodekeeper.core.schema that return DbObjTypeModifier and TypeMethodDescriptionAbstractColumn.getStatementType()AbstractConstraint.getStatementType()final DbObjTypeAbstractDatabase.getStatementType()AbstractIndex.getStatementType()AbstractPolicy.getStatementType()AbstractSchema.getStatementType()AbstractSequence.getStatementType()AbstractStatistics.getStatementType()AbstractTable.getStatementType()AbstractTrigger.getStatementType()AbstractType.getStatementType()AbstractView.getStatementType()IStatement.getStatementType()Gets the type of this database object.PgObjLocation.getType()Gets the database object type.PgOverride.getType()Gets the type of the overridden statement.Methods in org.pgcodekeeper.core.schema with parameters of type DbObjTypeModifier and TypeMethodDescriptionGets a child statement by name and type.Constructors in org.pgcodekeeper.core.schema with parameters of type DbObjTypeModifierConstructorDescriptionGenericColumn(String schema, String table, String column, DbObjType type) Creates a generic column with full specification.GenericColumn(String schema, String object, DbObjType type) Creates a generic column for a database object within a schema.GenericColumn(String schema, DbObjType type) Creates a generic column for a schema-level object. -
Uses of DbObjType in org.pgcodekeeper.core.schema.ch
Methods in org.pgcodekeeper.core.schema.ch that return DbObjTypeModifier and TypeMethodDescriptionChDictionary.getStatementType()ChFunction.getStatementType()ChRole.getStatementType()ChUser.getStatementType()Methods in org.pgcodekeeper.core.schema.ch with parameters of type DbObjTypeModifier and TypeMethodDescription -
Uses of DbObjType in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta that return DbObjTypeConstructors in org.pgcodekeeper.core.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.schema.ms
Methods in org.pgcodekeeper.core.schema.ms that return DbObjTypeModifier and TypeMethodDescriptionMsAssembly.getStatementType()MsClrFunction.getStatementType()MsClrProcedure.getStatementType()MsFunction.getStatementType()MsProcedure.getStatementType()MsRole.getStatementType()MsUser.getStatementType()Methods in org.pgcodekeeper.core.schema.ms with parameters of type DbObjTypeModifier and TypeMethodDescription -
Uses of DbObjType in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg 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()PgRule.getStatementType()PgServer.getStatementType()PgUserMapping.getStatementType()Methods in org.pgcodekeeper.core.schema.pg with parameters of type DbObjTypeModifier and TypeMethodDescription -
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)