Uses of Interface
org.jooq.meta.Definition
-
-
Uses of Definition in org.jooq.meta
Classes in org.jooq.meta with type parameters of type Definition Modifier and Type Class Description classAbstractTypedElementDefinition<T extends Definition>interfaceTypedElementDefinition<T extends Definition>An element that has a data type.Subinterfaces of Definition in org.jooq.meta Modifier and Type Interface Description interfaceArrayDefinitionA definition for an ARRAY typeinterfaceAttributeDefinitionAn attribute in aUDTDefinitioninterfaceCheckConstraintDefinitionAn object holding information about aCHECKconstraint.interfaceColumnDefinitionAn interface defining a column of a table.interfaceConstraintDefinitionAn object holding information about a constraint.interfaceDomainDefinitionA definition for a domain UDT.interfaceEmbeddableColumnDefinitionAn interface defining a column of an embeddable type.interfaceEmbeddableDefinitionThe definition of an embeddable type.interfaceEnumDefinitionA definition for an ENUM UDTinterfaceForeignKeyDefinitionAn object holding information about a foreign key relationship.interfaceIdentityDefinitionAn interface defining anIDENTITYcolumninterfaceIndexColumnDefinitionAn interface defining a column of an index.interfaceIndexDefinitionAn object holding information about an index.interfacePackageDefinitionAn interface defining a package in a database schemainterfaceParameterDefinitionAn interface defining a parameter of a stored procedure or stored function.interfacePositionedDefinitionA definition that is positioned at a 1-based index within its parent.interfaceRoutineDefinitionAn interface defining a stored routine in a database.interfaceSequenceDefinitionAn interface defining a sequenceinterfaceTableDefinitionThe definition of a table or view.interfaceTableElementDefinitionThe definition of an object that is contained in a table.interfaceTypedElementDefinition<T extends Definition>An element that has a data type.interfaceUDTDefinitionA definition for a UDTinterfaceUniqueKeyDefinitionAn object holding information about an inverse foreign key relationship.Methods in org.jooq.meta with type parameters of type Definition Modifier and Type Method Description protected <T extends Definition>
List<T>AbstractDatabase. filter(List<T> definitions, String include)protected <T extends Definition>
List<T>AbstractDatabase. filter(List<T> definitions, List<String> include)<T extends Definition>
List<T>AbstractDatabase. filterExcludeInclude(List<T> definitions)protected <T extends Definition>
List<T>AbstractDatabase. filterExcludeInclude(List<T> definitions, String[] e, String[] i, List<Database.Filter> f)protected <T extends Definition>
List<T>AbstractDatabase. filterExcludeInclude(List<T> definitions, String e, String i)<D extends Definition>
List<D>Database. filterExcludeInclude(List<D> definitions)Filter a list of definitions according to the exclude / include / and filter settings of this database.protected <T extends Definition>
List<T>AbstractDatabase. filterPackage(List<T> definitions, PackageDefinition pkg)protected <T extends Definition>
List<T>AbstractDatabase. filterPackage(List<T> definitions, PackageDefinition pkg, Map<PackageDefinition,List<T>> cache)protected <T extends Definition>
List<T>AbstractDatabase. filterSchema(List<T> definitions, SchemaDefinition schema)protected <T extends Definition>
List<T>AbstractDatabase. filterSchema(List<T> definitions, SchemaDefinition schema, Map<SchemaDefinition,List<T>> cache)protected static <D extends Definition>
DAbstractDatabase. getDefinition(List<D> definitions, String name, boolean ignoreCase)protected static <D extends Definition>
DAbstractDatabase. getDefinition(List<D> definitions, Name name, boolean ignoreCase)<T extends Definition>
List<T>AbstractDatabase. sort(List<T> definitions)<D extends Definition>
List<D>Database. sort(List<D> definitions)Sort a list of definitions according to theDatabase.getOrderProvider()defined in this database.Methods in org.jooq.meta that return types with arguments of type Definition Modifier and Type Method Description List<Definition>AbstractDatabase. getAll()List<Definition>Database. getAll()Retrieve all objects.List<Definition>AbstractConstraintDefinition. getDefinitionPath()List<Definition>AbstractDefinition. getDefinitionPath()List<Definition>AbstractIndexDefinition. getDefinitionPath()List<Definition>AbstractPackageDefinition. getDefinitionPath()List<Definition>AbstractTypedElementDefinition. getDefinitionPath()List<Definition>CatalogDefinition. getDefinitionPath()List<Definition>DefaultDomainDefinition. getDefinitionPath()List<Definition>DefaultEnumDefinition. getDefinitionPath()List<Definition>DefaultIdentityDefinition. getDefinitionPath()List<Definition>Definition. getDefinitionPath()List<Definition>SchemaDefinition. getDefinitionPath()List<Definition>AbstractDatabase. getExcluded()List<Definition>Database. getExcluded()Retrieve all excluded objects.List<Definition>AbstractDatabase. getIncluded()List<Definition>Database. getIncluded()Retrieve all included objects.Comparator<Definition>AbstractDatabase. getOrderProvider()Comparator<Definition>Database. getOrderProvider()The database's order provider.Map<Definition,String>AbstractDatabase. getSources()Map<Definition,String>Database. getSources()Get the sources for all objects that offer sources.protected Map<Definition,String>AbstractDatabase. getSources0()Retrieve ALL source code from the database.Methods in org.jooq.meta with parameters of type Definition Modifier and Type Method Description intDefaultOrderProvider. compare(Definition o1, Definition o2)booleanDatabase.Filter. exclude(Definition definition)Whether to include an object in this database.ForcedTypeAbstractDatabase. getConfiguredForcedType(Definition definition)ForcedTypeAbstractDatabase. getConfiguredForcedType(Definition definition, DataTypeDefinition definedType)ForcedTypeDatabase. getConfiguredForcedType(Definition definition)Get the configured forced type object for any givenDefinition, ornullif noForcedTypematches the definition.ForcedTypeDatabase. getConfiguredForcedType(Definition definition, DataTypeDefinition definedType)Get the configured forced type object for any givenDefinition, ornullif noForcedTypematches the definition.static DataTypeDefinitionAbstractTypedElementDefinition. mapDefinedType(Definition container, Definition child, DataTypeDefinition definedType, JavaTypeResolver resolver)Method parameters in org.jooq.meta with type arguments of type Definition Modifier and Type Method Description voidAbstractDatabase. setOrderProvider(Comparator<Definition> provider)voidDatabase. setOrderProvider(Comparator<Definition> provider)The database's order provider. -
Uses of Definition in org.jooq.meta.cubrid
Classes in org.jooq.meta.cubrid that implement Definition Modifier and Type Class Description classCUBRIDTableDefinition -
Uses of Definition in org.jooq.meta.derby
Classes in org.jooq.meta.derby that implement Definition Modifier and Type Class Description classDerbyTableDefinition -
Uses of Definition in org.jooq.meta.firebird
Classes in org.jooq.meta.firebird that implement Definition Modifier and Type Class Description classFirebirdRoutineDefinitionclassFirebirdTableDefinitionclassFirebirdTableValuedFunction -
Uses of Definition in org.jooq.meta.h2
Classes in org.jooq.meta.h2 that implement Definition Modifier and Type Class Description classH2RoutineDefinitionH2 implementation ofAbstractRoutineDefinitionclassH2TableDefinitionH2 table definition -
Uses of Definition in org.jooq.meta.hsqldb
Classes in org.jooq.meta.hsqldb that implement Definition Modifier and Type Class Description classHSQLDBRoutineDefinitionHSQLDB implementation ofAbstractRoutineDefinitionclassHSQLDBTableDefinitionclassHSQLDBTableValuedFunction -
Uses of Definition in org.jooq.meta.mysql
Classes in org.jooq.meta.mysql that implement Definition Modifier and Type Class Description classMySQLRoutineDefinitionclassMySQLTableDefinition -
Uses of Definition in org.jooq.meta.postgres
Classes in org.jooq.meta.postgres that implement Definition Modifier and Type Class Description classPostgresMaterializedViewDefinitionclassPostgresRoutineDefinitionPostgres implementation ofAbstractRoutineDefinitionclassPostgresTableDefinitionclassPostgresTableValuedFunctionclassPostgresUDTDefinition -
Uses of Definition in org.jooq.meta.sqlite
Classes in org.jooq.meta.sqlite that implement Definition Modifier and Type Class Description classSQLiteTableDefinitionSQLite table definition -
Uses of Definition in org.jooq.meta.xml
Classes in org.jooq.meta.xml that implement Definition Modifier and Type Class Description classXMLPackageDefinitionclassXMLRoutineDefinitionclassXMLTableDefinition
-