Uses of Interface
org.jooq.SelectConnectByConditionStep

Packages that use SelectConnectByConditionStep
org.jooq   
 

Uses of SelectConnectByConditionStep in org.jooq
 

Methods in org.jooq that return SelectConnectByConditionStep
 SelectConnectByConditionStep SelectConnectByConditionStep.and(Condition condition)
          Combine the currently assembled conditions with another one using the Operator.AND operator and proceed to the next step.
 SelectConnectByConditionStep SelectConnectByConditionStep.and(String sql)
          Combine the currently assembled conditions with another one using the Operator.AND operator and proceed to the next step.
 SelectConnectByConditionStep SelectConnectByConditionStep.and(String sql, Object... bindings)
          Combine the currently assembled conditions with another one using the Operator.AND operator and proceed to the next step.
 SelectConnectByConditionStep SelectConnectByConditionStep.and(String sql, QueryPart... parts)
          Combine the currently assembled conditions with another one using the Operator.AND operator and proceed to the next step.
 SelectConnectByConditionStep SelectConnectByStep.connectBy(Condition condition)
          Add an Oracle-specific CONNECT BY clause to the query
 SelectConnectByConditionStep SelectConnectByStep.connectBy(String sql)
          Add an Oracle-specific CONNECT BY clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 SelectConnectByConditionStep SelectConnectByStep.connectBy(String sql, Object... bindings)
          Add an Oracle-specific CONNECT BY clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 SelectConnectByConditionStep SelectConnectByStep.connectBy(String sql, QueryPart... parts)
          Add an Oracle-specific CONNECT BY clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 SelectConnectByConditionStep SelectConnectByStep.connectByNoCycle(Condition condition)
          Add an Oracle-specific CONNECT BY NOCYCLE clause to the query
 SelectConnectByConditionStep SelectConnectByStep.connectByNoCycle(String sql)
          Add an Oracle-specific CONNECT BY NOCYCLE clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 SelectConnectByConditionStep SelectConnectByStep.connectByNoCycle(String sql, Object... bindings)
          Add an Oracle-specific CONNECT BY NOCYCLE clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 SelectConnectByConditionStep SelectConnectByStep.connectByNoCycle(String sql, QueryPart... parts)
          Add an Oracle-specific CONNECT BY NOCYCLE clause to the query NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity.
 



Copyright © 2012. All Rights Reserved.