Uses of Interface
org.jooq.meta.DomainDefinition
-
-
Uses of DomainDefinition in org.jooq.meta
Classes in org.jooq.meta that implement DomainDefinition Modifier and Type Class Description classDefaultDomainDefinitionMethods in org.jooq.meta that return DomainDefinition Modifier and Type Method Description DomainDefinitionAbstractDatabase. getDomain(SchemaDefinition schema, String name)DomainDefinitionAbstractDatabase. getDomain(SchemaDefinition schema, String name, boolean ignoreCase)DomainDefinitionAbstractDatabase. getDomain(SchemaDefinition schema, Name name)DomainDefinitionAbstractDatabase. getDomain(SchemaDefinition schema, Name name, boolean ignoreCase)DomainDefinitionAbstractTypedElementDefinition. getDomain()DomainDefinitionDatabase. getDomain(SchemaDefinition schema, String name)Get an domain UDT defined in this database by name.DomainDefinitionDatabase. getDomain(SchemaDefinition schema, String name, boolean ignoreCase)Get an domain UDT defined in this database by name.DomainDefinitionDatabase. getDomain(SchemaDefinition schema, Name name)Get an domain UDT defined in this database by name.DomainDefinitionDatabase. getDomain(SchemaDefinition schema, Name name, boolean ignoreCase)Get an domain UDT defined in this database by name.DomainDefinitionTypedElementDefinition. getDomain()The column / parameter / attribute domain type, ornull, if it does not reference a domain.Methods in org.jooq.meta that return types with arguments of type DomainDefinition Modifier and Type Method Description List<DomainDefinition>AbstractDatabase. getDomains()List<DomainDefinition>AbstractDatabase. getDomains(SchemaDefinition schema)List<DomainDefinition>Database. getDomains()The domain UDTs defined in this database.List<DomainDefinition>Database. getDomains(SchemaDefinition schema)The domain UDTs defined in this database.protected abstract List<DomainDefinition>AbstractDatabase. getDomains0()Retrieve ALL domain UDTs from the database.protected List<DomainDefinition>AbstractMetaDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.cubrid
Methods in org.jooq.meta.cubrid that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>CUBRIDDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.derby
Methods in org.jooq.meta.derby that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>DerbyDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.firebird
Methods in org.jooq.meta.firebird that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>FirebirdDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.h2
Methods in org.jooq.meta.h2 that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>H2Database. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.hsqldb
Methods in org.jooq.meta.hsqldb that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>HSQLDBDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.mysql
Methods in org.jooq.meta.mysql that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>MySQLDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.postgres
Methods in org.jooq.meta.postgres that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>PostgresDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.sqlite
Methods in org.jooq.meta.sqlite that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>SQLiteDatabase. getDomains0() -
Uses of DomainDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type DomainDefinition Modifier and Type Method Description protected List<DomainDefinition>XMLDatabase. getDomains0()
-