@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(Boolean condition) | 
 Deprecated.
 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(String sql) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(String sql,
         Object... bindings) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(String sql,
         QueryPart... parts) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(Condition condition) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(Field<Boolean> condition) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 | 
@NotNull SelectConnectByAfterStartWithStep<R> | 
SelectConnectByStep.startWith(SQL sql) | 
 Add an Oracle-specific START WITH clause to the query's
 CONNECT BY clause. 
 |