- java.lang.Object
-
- org.jooq.impl.TableImpl<Record>
-
- org.jooq.meta.postgres.pg_catalog.tables.PgType
-
- All Implemented Interfaces:
Serializable,Fields,Named,Qualified,QueryPart,QueryPartInternal,RecordQualifier<Record>,Table<Record>,TableLike<Record>
public class PgType 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_type.oid.static PgTypePG_TYPEThe reference instance ofpg_catalog.pg_typeTableField<Record,String[]>TYPACLThe columnpg_catalog.pg_type.typacl.TableField<Record,String>TYPALIGNThe columnpg_catalog.pg_type.typalign.TableField<Record,String>TYPANALYZEThe columnpg_catalog.pg_type.typanalyze.TableField<Record,Long>TYPARRAYThe columnpg_catalog.pg_type.typarray.TableField<Record,Long>TYPBASETYPEThe columnpg_catalog.pg_type.typbasetype.TableField<Record,Boolean>TYPBYVALThe columnpg_catalog.pg_type.typbyval.TableField<Record,String>TYPCATEGORYThe columnpg_catalog.pg_type.typcategory.TableField<Record,Long>TYPCOLLATIONThe columnpg_catalog.pg_type.typcollation.TableField<Record,String>TYPDEFAULTThe columnpg_catalog.pg_type.typdefault.TableField<Record,Object>TYPDEFAULTBINDeprecated.Unknown data type.TableField<Record,String>TYPDELIMThe columnpg_catalog.pg_type.typdelim.TableField<Record,Long>TYPELEMThe columnpg_catalog.pg_type.typelem.TableField<Record,String>TYPINPUTThe columnpg_catalog.pg_type.typinput.TableField<Record,Boolean>TYPISDEFINEDThe columnpg_catalog.pg_type.typisdefined.TableField<Record,Boolean>TYPISPREFERREDThe columnpg_catalog.pg_type.typispreferred.TableField<Record,Short>TYPLENThe columnpg_catalog.pg_type.typlen.TableField<Record,String>TYPMODINThe columnpg_catalog.pg_type.typmodin.TableField<Record,String>TYPMODOUTThe columnpg_catalog.pg_type.typmodout.TableField<Record,String>TYPNAMEThe columnpg_catalog.pg_type.typname.TableField<Record,Long>TYPNAMESPACEThe columnpg_catalog.pg_type.typnamespace.TableField<Record,Integer>TYPNDIMSThe columnpg_catalog.pg_type.typndims.TableField<Record,Boolean>TYPNOTNULLThe columnpg_catalog.pg_type.typnotnull.TableField<Record,String>TYPOUTPUTThe columnpg_catalog.pg_type.typoutput.TableField<Record,Long>TYPOWNERThe columnpg_catalog.pg_type.typowner.TableField<Record,String>TYPRECEIVEThe columnpg_catalog.pg_type.typreceive.TableField<Record,Long>TYPRELIDThe columnpg_catalog.pg_type.typrelid.TableField<Record,String>TYPSENDThe columnpg_catalog.pg_type.typsend.TableField<Record,String>TYPSTORAGEThe columnpg_catalog.pg_type.typstorage.TableField<Record,String>TYPTYPEThe columnpg_catalog.pg_type.typtype.TableField<Record,Integer>TYPTYPMODThe columnpg_catalog.pg_type.typtypmod.-
Fields inherited from class org.jooq.impl.TableImpl
parameters
-
-
Constructor Summary
Constructors Constructor Description PgType()Create apg_catalog.pg_typetable referencePgType(String alias)Create an aliasedpg_catalog.pg_typetable referencePgType(Name alias)Create an aliasedpg_catalog.pg_typetable referencePgType(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_TYPE
public static final PgType PG_TYPE
The reference instance ofpg_catalog.pg_type
-
OID
public final TableField<Record,Long> OID
The columnpg_catalog.pg_type.oid.
-
TYPNAME
public final TableField<Record,String> TYPNAME
The columnpg_catalog.pg_type.typname.
-
TYPNAMESPACE
public final TableField<Record,Long> TYPNAMESPACE
The columnpg_catalog.pg_type.typnamespace.
-
TYPOWNER
public final TableField<Record,Long> TYPOWNER
The columnpg_catalog.pg_type.typowner.
-
TYPLEN
public final TableField<Record,Short> TYPLEN
The columnpg_catalog.pg_type.typlen.
-
TYPBYVAL
public final TableField<Record,Boolean> TYPBYVAL
The columnpg_catalog.pg_type.typbyval.
-
TYPTYPE
public final TableField<Record,String> TYPTYPE
The columnpg_catalog.pg_type.typtype.
-
TYPCATEGORY
public final TableField<Record,String> TYPCATEGORY
The columnpg_catalog.pg_type.typcategory.
-
TYPISPREFERRED
public final TableField<Record,Boolean> TYPISPREFERRED
The columnpg_catalog.pg_type.typispreferred.
-
TYPISDEFINED
public final TableField<Record,Boolean> TYPISDEFINED
The columnpg_catalog.pg_type.typisdefined.
-
TYPDELIM
public final TableField<Record,String> TYPDELIM
The columnpg_catalog.pg_type.typdelim.
-
TYPRELID
public final TableField<Record,Long> TYPRELID
The columnpg_catalog.pg_type.typrelid.
-
TYPELEM
public final TableField<Record,Long> TYPELEM
The columnpg_catalog.pg_type.typelem.
-
TYPARRAY
public final TableField<Record,Long> TYPARRAY
The columnpg_catalog.pg_type.typarray.
-
TYPINPUT
public final TableField<Record,String> TYPINPUT
The columnpg_catalog.pg_type.typinput.
-
TYPOUTPUT
public final TableField<Record,String> TYPOUTPUT
The columnpg_catalog.pg_type.typoutput.
-
TYPRECEIVE
public final TableField<Record,String> TYPRECEIVE
The columnpg_catalog.pg_type.typreceive.
-
TYPSEND
public final TableField<Record,String> TYPSEND
The columnpg_catalog.pg_type.typsend.
-
TYPMODIN
public final TableField<Record,String> TYPMODIN
The columnpg_catalog.pg_type.typmodin.
-
TYPMODOUT
public final TableField<Record,String> TYPMODOUT
The columnpg_catalog.pg_type.typmodout.
-
TYPANALYZE
public final TableField<Record,String> TYPANALYZE
The columnpg_catalog.pg_type.typanalyze.
-
TYPALIGN
public final TableField<Record,String> TYPALIGN
The columnpg_catalog.pg_type.typalign.
-
TYPSTORAGE
public final TableField<Record,String> TYPSTORAGE
The columnpg_catalog.pg_type.typstorage.
-
TYPNOTNULL
public final TableField<Record,Boolean> TYPNOTNULL
The columnpg_catalog.pg_type.typnotnull.
-
TYPBASETYPE
public final TableField<Record,Long> TYPBASETYPE
The columnpg_catalog.pg_type.typbasetype.
-
TYPTYPMOD
public final TableField<Record,Integer> TYPTYPMOD
The columnpg_catalog.pg_type.typtypmod.
-
TYPNDIMS
public final TableField<Record,Integer> TYPNDIMS
The columnpg_catalog.pg_type.typndims.
-
TYPCOLLATION
public final TableField<Record,Long> TYPCOLLATION
The columnpg_catalog.pg_type.typcollation.
-
TYPDEFAULTBIN
@Deprecated public final TableField<Record,Object> TYPDEFAULTBIN
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.
-
TYPDEFAULT
public final TableField<Record,String> TYPDEFAULT
The columnpg_catalog.pg_type.typdefault.
-
TYPACL
public final TableField<Record,String[]> TYPACL
The columnpg_catalog.pg_type.typacl.
-
-
Constructor Detail
-
PgType
public PgType(String alias)
Create an aliasedpg_catalog.pg_typetable reference
-
PgType
public PgType(Name alias)
Create an aliasedpg_catalog.pg_typetable reference
-
PgType
public PgType()
Create apg_catalog.pg_typetable reference
-
PgType
public PgType(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)
-
-