Uses of Interface
org.jooq.meta.IdentityDefinition
Packages that use IdentityDefinition
-
Uses of IdentityDefinition in org.jooq.meta
Classes in org.jooq.meta that implement IdentityDefinitionMethods in org.jooq.meta that return IdentityDefinitionModifier and TypeMethodDescriptionfinal IdentityDefinitionAbstractTableDefinition.getIdentity()TableDefinition.getIdentity()Get theIDENTITYcolumn of this table, ornull, if no such column exists.Methods in org.jooq.meta that return types with arguments of type IdentityDefinitionModifier and TypeMethodDescriptionfinal List<IdentityDefinition>AbstractDatabase.getIdentities(SchemaDefinition schema) Database.getIdentities(SchemaDefinition schema) The identities contained in this database.