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 JdbcCall
FluentJdbc. call(String sql)
Creates a call operation.JdbcCall
FluentJdbc. call(SQLSource source)
Creates a call operation.JdbcCall
JdbcOperations. call(String sql)
Creates a call operation.JdbcCall
JdbcOperations. call(SQLSource source)
Creates a call operation.
-