- java.lang.Object
-
- org.jooq.impl.TableImpl<Record>
-
- org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
- All Implemented Interfaces:
Serializable,Fields,Named,Qualified,QueryPart,QueryPartInternal,RecordQualifier<Record>,Table<Record>,TableLike<Record>
public class PgClass extends TableImpl<Record>
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TableField<Record,Long>OIDThe columnpg_catalog.pg_class.oid.static PgClassPG_CLASSThe reference instance ofpg_catalog.pg_classTableField<Record,String[]>RELACLThe columnpg_catalog.pg_class.relacl.TableField<Record,Integer>RELALLVISIBLEThe columnpg_catalog.pg_class.relallvisible.TableField<Record,Long>RELAMThe columnpg_catalog.pg_class.relam.TableField<Record,Short>RELCHECKSThe columnpg_catalog.pg_class.relchecks.TableField<Record,Long>RELFILENODEThe columnpg_catalog.pg_class.relfilenode.TableField<Record,Boolean>RELFORCEROWSECURITYThe columnpg_catalog.pg_class.relforcerowsecurity.TableField<Record,Long>RELFROZENXIDThe columnpg_catalog.pg_class.relfrozenxid.TableField<Record,Boolean>RELHASINDEXThe columnpg_catalog.pg_class.relhasindex.TableField<Record,Boolean>RELHASRULESThe columnpg_catalog.pg_class.relhasrules.TableField<Record,Boolean>RELHASSUBCLASSThe columnpg_catalog.pg_class.relhassubclass.TableField<Record,Boolean>RELHASTRIGGERSThe columnpg_catalog.pg_class.relhastriggers.TableField<Record,Boolean>RELISPARTITIONThe columnpg_catalog.pg_class.relispartition.TableField<Record,Boolean>RELISPOPULATEDThe columnpg_catalog.pg_class.relispopulated.TableField<Record,Boolean>RELISSHAREDThe columnpg_catalog.pg_class.relisshared.TableField<Record,String>RELKINDThe columnpg_catalog.pg_class.relkind.TableField<Record,Long>RELMINMXIDThe columnpg_catalog.pg_class.relminmxid.TableField<Record,String>RELNAMEThe columnpg_catalog.pg_class.relname.TableField<Record,Long>RELNAMESPACEThe columnpg_catalog.pg_class.relnamespace.TableField<Record,Short>RELNATTSThe columnpg_catalog.pg_class.relnatts.TableField<Record,Long>RELOFTYPEThe columnpg_catalog.pg_class.reloftype.TableField<Record,String[]>RELOPTIONSThe columnpg_catalog.pg_class.reloptions.TableField<Record,Long>RELOWNERThe columnpg_catalog.pg_class.relowner.TableField<Record,Integer>RELPAGESThe columnpg_catalog.pg_class.relpages.TableField<Record,Object>RELPARTBOUNDDeprecated.Unknown data type.TableField<Record,String>RELPERSISTENCEThe columnpg_catalog.pg_class.relpersistence.TableField<Record,String>RELREPLIDENTThe columnpg_catalog.pg_class.relreplident.TableField<Record,Long>RELREWRITEThe columnpg_catalog.pg_class.relrewrite.TableField<Record,Boolean>RELROWSECURITYThe columnpg_catalog.pg_class.relrowsecurity.TableField<Record,Long>RELTABLESPACEThe columnpg_catalog.pg_class.reltablespace.TableField<Record,Long>RELTOASTRELIDThe columnpg_catalog.pg_class.reltoastrelid.TableField<Record,Float>RELTUPLESThe columnpg_catalog.pg_class.reltuples.TableField<Record,Long>RELTYPEThe columnpg_catalog.pg_class.reltype.-
Fields inherited from class org.jooq.impl.TableImpl
parameters
-
-
Constructor Summary
Constructors Constructor Description PgClass()Create apg_catalog.pg_classtable referencePgClass(String alias)Create an aliasedpg_catalog.pg_classtable referencePgClass(Name alias)Create an aliasedpg_catalog.pg_classtable referencePgClass(Table<O> child, ForeignKey<O,Record> key)
-
Method Summary
-
Methods inherited from class org.jooq.impl.TableImpl
accept, aliased, as, clauses, declaresTables, equals, fieldsRow, isSimple, isSynthetic
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
Methods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
-
-
-
-
Field Detail
-
PG_CLASS
public static final PgClass PG_CLASS
The reference instance ofpg_catalog.pg_class
-
OID
public final TableField<Record,Long> OID
The columnpg_catalog.pg_class.oid.
-
RELNAME
public final TableField<Record,String> RELNAME
The columnpg_catalog.pg_class.relname.
-
RELNAMESPACE
public final TableField<Record,Long> RELNAMESPACE
The columnpg_catalog.pg_class.relnamespace.
-
RELTYPE
public final TableField<Record,Long> RELTYPE
The columnpg_catalog.pg_class.reltype.
-
RELOFTYPE
public final TableField<Record,Long> RELOFTYPE
The columnpg_catalog.pg_class.reloftype.
-
RELOWNER
public final TableField<Record,Long> RELOWNER
The columnpg_catalog.pg_class.relowner.
-
RELAM
public final TableField<Record,Long> RELAM
The columnpg_catalog.pg_class.relam.
-
RELFILENODE
public final TableField<Record,Long> RELFILENODE
The columnpg_catalog.pg_class.relfilenode.
-
RELTABLESPACE
public final TableField<Record,Long> RELTABLESPACE
The columnpg_catalog.pg_class.reltablespace.
-
RELPAGES
public final TableField<Record,Integer> RELPAGES
The columnpg_catalog.pg_class.relpages.
-
RELTUPLES
public final TableField<Record,Float> RELTUPLES
The columnpg_catalog.pg_class.reltuples.
-
RELALLVISIBLE
public final TableField<Record,Integer> RELALLVISIBLE
The columnpg_catalog.pg_class.relallvisible.
-
RELTOASTRELID
public final TableField<Record,Long> RELTOASTRELID
The columnpg_catalog.pg_class.reltoastrelid.
-
RELHASINDEX
public final TableField<Record,Boolean> RELHASINDEX
The columnpg_catalog.pg_class.relhasindex.
-
RELISSHARED
public final TableField<Record,Boolean> RELISSHARED
The columnpg_catalog.pg_class.relisshared.
-
RELPERSISTENCE
public final TableField<Record,String> RELPERSISTENCE
The columnpg_catalog.pg_class.relpersistence.
-
RELKIND
public final TableField<Record,String> RELKIND
The columnpg_catalog.pg_class.relkind.
-
RELNATTS
public final TableField<Record,Short> RELNATTS
The columnpg_catalog.pg_class.relnatts.
-
RELCHECKS
public final TableField<Record,Short> RELCHECKS
The columnpg_catalog.pg_class.relchecks.
-
RELHASRULES
public final TableField<Record,Boolean> RELHASRULES
The columnpg_catalog.pg_class.relhasrules.
-
RELHASTRIGGERS
public final TableField<Record,Boolean> RELHASTRIGGERS
The columnpg_catalog.pg_class.relhastriggers.
-
RELHASSUBCLASS
public final TableField<Record,Boolean> RELHASSUBCLASS
The columnpg_catalog.pg_class.relhassubclass.
-
RELROWSECURITY
public final TableField<Record,Boolean> RELROWSECURITY
The columnpg_catalog.pg_class.relrowsecurity.
-
RELFORCEROWSECURITY
public final TableField<Record,Boolean> RELFORCEROWSECURITY
The columnpg_catalog.pg_class.relforcerowsecurity.
-
RELISPOPULATED
public final TableField<Record,Boolean> RELISPOPULATED
The columnpg_catalog.pg_class.relispopulated.
-
RELREPLIDENT
public final TableField<Record,String> RELREPLIDENT
The columnpg_catalog.pg_class.relreplident.
-
RELISPARTITION
public final TableField<Record,Boolean> RELISPARTITION
The columnpg_catalog.pg_class.relispartition.
-
RELREWRITE
public final TableField<Record,Long> RELREWRITE
The columnpg_catalog.pg_class.relrewrite.
-
RELFROZENXID
public final TableField<Record,Long> RELFROZENXID
The columnpg_catalog.pg_class.relfrozenxid.
-
RELMINMXID
public final TableField<Record,Long> RELMINMXID
The columnpg_catalog.pg_class.relminmxid.
-
RELACL
public final TableField<Record,String[]> RELACL
The columnpg_catalog.pg_class.relacl.
-
RELOPTIONS
public final TableField<Record,String[]> RELOPTIONS
The columnpg_catalog.pg_class.reloptions.
-
RELPARTBOUND
@Deprecated public final TableField<Record,Object> RELPARTBOUND
Deprecated.Unknown data type. Please define an explicitBindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
-
-
Constructor Detail
-
PgClass
public PgClass(String alias)
Create an aliasedpg_catalog.pg_classtable reference
-
PgClass
public PgClass(Name alias)
Create an aliasedpg_catalog.pg_classtable reference
-
PgClass
public PgClass()
Create apg_catalog.pg_classtable reference
-
PgClass
public PgClass(Table<O> child, ForeignKey<O,Record> key)
-
-
Method Detail
-
getRecordType
public Class<Record> getRecordType()
The class holding records for this type- Specified by:
getRecordTypein interfaceRecordQualifier<Record>- Overrides:
getRecordTypein classTableImpl<Record>
-
getPrimaryKey
public UniqueKey<Record> getPrimaryKey()
- Specified by:
getPrimaryKeyin interfaceTable<Record>
-
getReferences
public List<ForeignKey<Record,?>> getReferences()
- Specified by:
getReferencesin interfaceTable<Record>
-
pgNamespace
public PgNamespace pgNamespace()
-
asterisk
public final QualifiedAsterisk asterisk()
-
getDataType
public final DataType<R> getDataType()
- Specified by:
getDataTypein interfaceRecordQualifier<R extends Record>
-
recordType
public final RecordType<R> recordType()
- Specified by:
recordTypein interfaceTable<R extends Record>
-
newRecord
public final R newRecord()
- Specified by:
newRecordin interfaceRecordQualifier<R extends Record>
-
asTable
public final Table<R> asTable(String arg0, Function<? super Field<?>,? extends String> arg1)
-
asTable
public final Table<R> asTable(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
-
as
public final Table<R> as(String arg0, BiFunction<? super Field<?>,? super Integer,? extends String> arg1)
-
as
public final Table<R> as(Name arg0, BiFunction<? super Field<?>,? super Integer,? extends Name> arg1)
-
getType
public final TableOptions.TableType getType()
-
getOptions
public final TableOptions getOptions()
- Specified by:
getOptionsin interfaceTable<R extends Record>
-
getCatalog
public final Catalog getCatalog()
- Specified by:
getCatalogin interfaceQualified
-
getPackage
public final Package getPackage()
- Specified by:
getPackagein interfaceRecordQualifier<R extends Record>
-
getIdentity
public Identity<R,?> getIdentity()
- Specified by:
getIdentityin interfaceTable<R extends Record>
-
getRecordVersion
public TableField<R,?> getRecordVersion()
- Specified by:
getRecordVersionin interfaceTable<R extends Record>
-
getRecordTimestamp
public TableField<R,?> getRecordTimestamp()
- Specified by:
getRecordTimestampin interfaceTable<R extends Record>
-
getIndexes
public List<Index> getIndexes()
- Specified by:
getIndexesin interfaceTable<R extends Record>
-
getUniqueKeys
public List<UniqueKey<R>> getUniqueKeys()
- Specified by:
getUniqueKeysin interfaceTable<R extends Record>
-
getReferencesFrom
public final <O extends Record> List<ForeignKey<O,R>> getReferencesFrom(Table<O> arg0)
- Specified by:
getReferencesFromin interfaceTable<R extends Record>
-
getReferencesTo
public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
- Specified by:
getReferencesToin interfaceTable<R extends Record>
-
createField
@Deprecated protected static final <R extends Record,T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2)
Deprecated.
-
createField
@Deprecated protected static final <R extends Record,T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3)
Deprecated.
-
createField
@Deprecated protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
Deprecated.
-
createField
@Deprecated protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
Deprecated.
-
createField
@Deprecated protected static final <R extends Record,T extends Object,X extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X,U> arg4, Binding<T,X> arg5)
Deprecated.
-
createField
@Deprecated protected final <T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1)
Deprecated.
-
createField
@Deprecated protected final <T extends Object> TableField<R,T> createField(String arg0, DataType<T> arg1, String arg2)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
Deprecated.
-
createField
@Deprecated protected final <T extends Object,X extends Object,U extends Object> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
Deprecated.
-
createField
protected static final <R extends Record,T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2)
-
createField
protected static final <R extends Record,T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3)
-
createField
protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
-
createField
protected static final <R extends Record,T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
-
createField
protected static final <R extends Record,T extends Object,X extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X,U> arg4, Binding<T,X> arg5)
-
createField
protected final <T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1)
-
createField
protected final <T extends Object> TableField<R,T> createField(Name arg0, DataType<T> arg1, String arg2)
-
createField
protected final <T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
-
createField
protected final <T extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
-
createField
protected final <T extends Object,X extends Object,U extends Object> TableField<R,U> createField(Name arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
-
useIndexForJoin
public final Table<R> useIndexForJoin(String... arg0)
- Specified by:
useIndexForJoinin interfaceTable<R extends Record>
-
useIndexForOrderBy
public final Table<R> useIndexForOrderBy(String... arg0)
- Specified by:
useIndexForOrderByin interfaceTable<R extends Record>
-
useIndexForGroupBy
public final Table<R> useIndexForGroupBy(String... arg0)
- Specified by:
useIndexForGroupByin interfaceTable<R extends Record>
-
ignoreIndex
public final Table<R> ignoreIndex(String... arg0)
- Specified by:
ignoreIndexin interfaceTable<R extends Record>
-
ignoreIndexForJoin
public final Table<R> ignoreIndexForJoin(String... arg0)
- Specified by:
ignoreIndexForJoinin interfaceTable<R extends Record>
-
ignoreIndexForOrderBy
public final Table<R> ignoreIndexForOrderBy(String... arg0)
- Specified by:
ignoreIndexForOrderByin interfaceTable<R extends Record>
-
ignoreIndexForGroupBy
public final Table<R> ignoreIndexForGroupBy(String... arg0)
- Specified by:
ignoreIndexForGroupByin interfaceTable<R extends Record>
-
forceIndex
public final Table<R> forceIndex(String... arg0)
- Specified by:
forceIndexin interfaceTable<R extends Record>
-
forceIndexForJoin
public final Table<R> forceIndexForJoin(String... arg0)
- Specified by:
forceIndexForJoinin interfaceTable<R extends Record>
-
forceIndexForOrderBy
public final Table<R> forceIndexForOrderBy(String... arg0)
- Specified by:
forceIndexForOrderByin interfaceTable<R extends Record>
-
forceIndexForGroupBy
public final Table<R> forceIndexForGroupBy(String... arg0)
- Specified by:
forceIndexForGroupByin interfaceTable<R extends Record>
-
as
public final Table<R> as(Table<?> arg0, BiFunction<? super Field<?>,? super Integer,? extends Field<?>> arg1)
-
divideBy
public final DivideByOnStep divideBy(Table<?> arg0)
-
leftSemiJoin
public final TableOnStep<R> leftSemiJoin(TableLike<?> arg0)
- Specified by:
leftSemiJoinin interfaceTable<R extends Record>
-
leftAntiJoin
public final TableOnStep<R> leftAntiJoin(TableLike<?> arg0)
- Specified by:
leftAntiJoinin interfaceTable<R extends Record>
-
where
public Table<R> where(Collection<? extends Condition> arg0)
-
whereExists
public Table<R> whereExists(Select<?> arg0)
- Specified by:
whereExistsin interfaceTable<R extends Record>
-
whereNotExists
public Table<R> whereNotExists(Select<?> arg0)
- Specified by:
whereNotExistsin interfaceTable<R extends Record>
-
join
public final TableOptionalOnStep<Record> join(TableLike<?> arg0, JoinType arg1)
-
join
public final TableOnStep<Record> join(TableLike<?> arg0)
-
join
public final TableOnStep<Record> join(SQL arg0)
-
join
public final TableOnStep<Record> join(String arg0)
-
join
public final TableOnStep<Record> join(String arg0, Object... arg1)
-
join
public final TableOnStep<Record> join(String arg0, QueryPart... arg1)
-
join
public final TableOnStep<Record> join(Name arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(TableLike<?> arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(SQL arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0, Object... arg1)
-
innerJoin
public final TableOnStep<Record> innerJoin(String arg0, QueryPart... arg1)
-
innerJoin
public final TableOnStep<Record> innerJoin(Name arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(TableLike<?> arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(SQL arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0, Object... arg1)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(String arg0, QueryPart... arg1)
-
leftJoin
public final TablePartitionByStep<Record> leftJoin(Name arg0)
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(TableLike<?> arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(SQL arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0, Object... arg1)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
leftOuterJoin
public final TablePartitionByStep<Record> leftOuterJoin(Name arg0)
- Specified by:
leftOuterJoinin interfaceTable<R extends Record>
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(TableLike<?> arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(SQL arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0, Object... arg1)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(String arg0, QueryPart... arg1)
-
rightJoin
public final TablePartitionByStep<Record> rightJoin(Name arg0)
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(TableLike<?> arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(SQL arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0, Object... arg1)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
rightOuterJoin
public final TablePartitionByStep<Record> rightOuterJoin(Name arg0)
- Specified by:
rightOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(TableLike<?> arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(SQL arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0, Object... arg1)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullOuterJoin
public final TableOnStep<Record> fullOuterJoin(Name arg0)
- Specified by:
fullOuterJoinin interfaceTable<R extends Record>
-
fullJoin
public final TableOnStep<Record> fullJoin(TableLike<?> arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(SQL arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0, Object... arg1)
-
fullJoin
public final TableOnStep<Record> fullJoin(String arg0, QueryPart... arg1)
-
fullJoin
public final TableOnStep<Record> fullJoin(Name arg0)
-
naturalJoin
public final Table<Record> naturalJoin(TableLike<?> arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(SQL arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0, Object... arg1)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalJoin
public final Table<Record> naturalJoin(Name arg0)
- Specified by:
naturalJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(TableLike<?> arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(SQL arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalLeftOuterJoin
public final Table<Record> naturalLeftOuterJoin(Name arg0)
- Specified by:
naturalLeftOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(TableLike<?> arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(SQL arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalRightOuterJoin
public final Table<Record> naturalRightOuterJoin(Name arg0)
- Specified by:
naturalRightOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(TableLike<?> arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(SQL arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0, Object... arg1)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(String arg0, QueryPart... arg1)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
naturalFullOuterJoin
public final Table<Record> naturalFullOuterJoin(Name arg0)
- Specified by:
naturalFullOuterJoinin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(TableLike<?> arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(SQL arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0, Object... arg1)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(String arg0, QueryPart... arg1)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
crossApply
public final Table<Record> crossApply(Name arg0)
- Specified by:
crossApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(TableLike<?> arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(SQL arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0, Object... arg1)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(String arg0, QueryPart... arg1)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
outerApply
public final Table<Record> outerApply(Name arg0)
- Specified by:
outerApplyin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(TableLike<?> arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(SQL arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0, Object... arg1)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(String arg0, QueryPart... arg1)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
straightJoin
public final TableOptionalOnStep<Record> straightJoin(Name arg0)
- Specified by:
straightJoinin interfaceTable<R extends Record>
-
fieldStream
public default Stream<Field<?>> fieldStream()
- Specified by:
fieldStreamin interfaceFields
-
field
@Deprecated public default Field<?> field(String arg0)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(String arg0, Class<T> arg1)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(String arg0, DataType<T> arg1)
Deprecated.
-
field
@Deprecated public default Field<?> field(Name arg0)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(Name arg0, Class<T> arg1)
Deprecated.
-
field
@Deprecated public default <T extends Object> Field<T> field(Name arg0, DataType<T> arg1)
Deprecated.
-
getQualifiedName
public Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
public final Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
public final Comment getCommentPart()
- Specified by:
getCommentPartin interfaceNamed
-
rendersContent
public boolean rendersContent(Context<?> arg0)
- Specified by:
rendersContentin interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceQueryPartInternal
-
toString
public String toString()
-
create
@Deprecated protected final DSLContext create()
Deprecated.
-
create
@Deprecated protected final DSLContext create(Configuration arg0)
Deprecated.
-
create
@Deprecated protected final DSLContext create(Context<?> arg0)
Deprecated.
-
translate
protected final DataAccessException translate(String arg0, SQLException arg1)
-
-