| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TableOptionalOnStep | 
| Modifier and Type | Method and Description | 
|---|---|
| TablePartitionByStep | Table. leftOuterJoin(String sql)LEFT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. leftOuterJoin(String sql,
             Object... bindings)LEFT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. leftOuterJoin(String sql,
             QueryPart... parts)LEFT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. leftOuterJoin(TableLike<?> table)LEFT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. rightOuterJoin(String sql)RIGHT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. rightOuterJoin(String sql,
              Object... bindings)RIGHT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. rightOuterJoin(String sql,
              QueryPart... parts)RIGHT OUTER JOINa table to this table. | 
| TablePartitionByStep | Table. rightOuterJoin(TableLike<?> table)RIGHT OUTER JOINa table to this table. | 
Copyright © 2013. All Rights Reserved.