Uses of Interface
org.jooq.meta.IdentityDefinition
-
Packages that use IdentityDefinition Package Description org.jooq.meta -
-
Uses of IdentityDefinition in org.jooq.meta
Classes in org.jooq.meta that implement IdentityDefinition Modifier and Type Class Description classDefaultIdentityDefinitionA default implementation forIdentityDefinitionMethods in org.jooq.meta that return IdentityDefinition Modifier and Type Method Description IdentityDefinitionAbstractTableDefinition. getIdentity()IdentityDefinitionTableDefinition. getIdentity()Get theIDENTITYcolumn of this table, ornull, if no such column exists.Methods in org.jooq.meta that return types with arguments of type IdentityDefinition Modifier and Type Method Description List<IdentityDefinition>AbstractDatabase. getIdentities(SchemaDefinition schema)List<IdentityDefinition>Database. getIdentities(SchemaDefinition schema)The identities contained in this database.
-