| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SelectConditionStep<R extends Record> | 
| interface  | SelectConnectByConditionStep<R extends Record> | 
| interface  | SelectConnectByStep<R extends Record> | 
| interface  | SelectDistinctOnStep<R extends Record> | 
| interface  | SelectFromStep<R extends Record> | 
| interface  | SelectIntoStep<R extends Record> | 
| interface  | SelectJoinStep<R extends Record> | 
| interface  | SelectOnConditionStep<R extends Record> | 
| interface  | SelectOptionalOnStep<R extends Record> | 
| interface  | SelectSelectStep<R extends Record> | 
| interface  | SelectStartWithStep<R extends Record> | 
| interface  | SelectWhereStep<R extends Record> | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectGroupByStep<R> | SelectStartWithStep. startWith(Boolean condition)Deprecated. 
 - 3.8.0 - [#4763] - Use  SelectStartWithStep.startWith(Condition)orSelectStartWithStep.startWith(Field)instead. Due to ambiguity between
             calling this method usingField.equals(Object)argument, vs. calling the other method via aField.equal(Object)argument, this method will be
             removed in the future. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(Condition condition)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(Field<Boolean> condition)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(SQL sql)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(String sql)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(String sql,
         Object... bindings)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
| SelectGroupByStep<R> | SelectStartWithStep. startWith(String sql,
         QueryPart... parts)Add an Oracle-specific  START WITHclause to the query'sCONNECT BYclause. | 
Copyright © 2017. All Rights Reserved.