Uses of Interface
org.soulwing.jdbc.JdbcCall
-
Packages that use JdbcCall Package Description org.soulwing.jdbc JDBC facade and supporting classes -
-
Uses of JdbcCall in org.soulwing.jdbc
Methods in org.soulwing.jdbc that return JdbcCall Modifier and Type Method Description JdbcCallFluentJdbc. call(String sql)Creates a call operation.JdbcCallFluentJdbc. call(SQLSource source)Creates a call operation.JdbcCallJdbcOperations. call(String sql)Creates a call operation.JdbcCallJdbcOperations. call(SQLSource source)Creates a call operation.
-