Uses of Class
com.github.eikecochu.sqlbuilder.oracle.ConnectBy
-
Packages that use ConnectBy Package Description com.github.eikecochu.sqlbuilder.oracle -
-
Uses of ConnectBy in com.github.eikecochu.sqlbuilder.oracle
Methods in com.github.eikecochu.sqlbuilder.oracle that return ConnectBy Modifier and Type Method Description ConnectByConnectBy. connectBy()Creates a new ConnectBy instanceConnectByStartWith. connectBy()Creates a new ConnectBy instanceConnectByConnectBy. cycle()Enables CYCLE selectionConnectByConnectBy. nocycle()Enables NOCYCLE selectionConstructors in com.github.eikecochu.sqlbuilder.oracle with parameters of type ConnectBy Constructor Description StartWith(ConnectBy parent)
-