Added some additional Javadoc links
This commit is contained in:
parent
5defcedf59
commit
5ccad19d67
@ -97,6 +97,8 @@ public interface SelectConnectByStep extends SelectGroupByStep {
|
||||
* guarantee syntax integrity. You may also create the possibility of
|
||||
* malicious SQL injection. Be sure to properly use bind variables and/or
|
||||
* escape literals when concatenated into SQL clauses!
|
||||
*
|
||||
* @see Factory#condition(String)
|
||||
*/
|
||||
@Support({ CUBRID, ORACLE })
|
||||
SelectConnectByConditionStep connectBy(String sql);
|
||||
@ -142,6 +144,8 @@ public interface SelectConnectByStep extends SelectGroupByStep {
|
||||
* guarantee syntax integrity. You may also create the possibility of
|
||||
* malicious SQL injection. Be sure to properly use bind variables and/or
|
||||
* escape literals when concatenated into SQL clauses!
|
||||
*
|
||||
* @see Factory#condition(String)
|
||||
*/
|
||||
@Support({ CUBRID, ORACLE })
|
||||
SelectConnectByConditionStep connectByNoCycle(String sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user