org.jooq
Interface TableOptionalOnStep

All Superinterfaces:
Adapter, AliasProvider<Table<Record>>, Attachable, Comparable<NamedQueryPart>, FieldProvider, NamedQueryPart, QueryPart, SchemaProvider, Serializable, Table<Record>, TableLike<Record>, TableOnStep, TablePartitionByStep, Type<Record>

public interface TableOptionalOnStep
extends TablePartitionByStep, Table<Record>

An intermediate type for the construction of a JOIN clause, where there may optionally be a join criteria added using an ON clause (with a Condition), or using a USING clause (with a list of Field)

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.TablePartitionByStep
partitionBy, partitionBy
 
Methods inherited from interface org.jooq.TableOnStep
on, on, on, on, onKey, onKey, onKey, using, using
 
Methods inherited from interface org.jooq.Table
as, crossJoin, crossJoin, crossJoin, crossJoin, divideBy, fullOuterJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, getIdentity, getName, getRecordType, getReferences, getReferencesTo, getSchema, join, join, join, join, join, leftOuterJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, naturalJoin, naturalJoin, naturalJoin, naturalJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalLeftOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, naturalRightOuterJoin, pivot, pivot, rightOuterJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin
 
Methods inherited from interface org.jooq.QueryPart
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jooq.FieldProvider
getField, getField, getField, getFields, getIndex
 
Methods inherited from interface org.jooq.TableLike
asTable, asTable
 



Copyright © 2012. All Rights Reserved.