Uses of Interface
org.jooq.meta.TypedElementDefinition
-
Packages that use TypedElementDefinition Package Description org.jooq.meta -
-
Uses of TypedElementDefinition in org.jooq.meta
Classes in org.jooq.meta with type parameters of type TypedElementDefinition Modifier and Type Class Description classAbstractElementContainerDefinition<E extends TypedElementDefinition<?>>A base implementation for element container definitionsSubinterfaces of TypedElementDefinition in org.jooq.meta Modifier and Type Interface Description interfaceAttributeDefinitionAn attribute in aUDTDefinitioninterfaceColumnDefinitionAn interface defining a column of a table.interfaceDomainDefinitionA definition for a domain UDT.interfaceEmbeddableColumnDefinitionAn interface defining a column of an embeddable type.interfaceIndexColumnDefinitionAn interface defining a column of an index.interfaceParameterDefinitionAn interface defining a parameter of a stored procedure or stored function.interfaceSequenceDefinitionAn interface defining a sequenceClasses in org.jooq.meta that implement TypedElementDefinition Modifier and Type Class Description classAbstractTypedElementDefinition<T extends Definition>classDefaultAttributeDefinitionA base implementation for column definitions.classDefaultColumnDefinitionA base implementation for column definitions.classDefaultDomainDefinitionclassDefaultEmbeddableColumnDefinitionclassDefaultIndexColumnDefinitionclassDefaultParameterDefinitionA base implementation for column definitions.classDefaultSequenceDefinition
-