Uses of Interface
org.soulwing.jdbc.JdbcUpdate
-
Packages that use JdbcUpdate Package Description org.soulwing.jdbc JDBC facade and supporting classes -
-
Uses of JdbcUpdate in org.soulwing.jdbc
Methods in org.soulwing.jdbc that return JdbcUpdate Modifier and Type Method Description JdbcUpdateJdbcUpdate. repeatedly()Configures this update for repeated execution.JdbcUpdateFluentJdbc. update()Creates an update operation.JdbcUpdateJdbcOperations. update()Creates an update operation.JdbcUpdateJdbcUpdate. using(String sql)Configures this update to execute the given SQL statement.JdbcUpdateJdbcUpdate. using(SQLSource source)Configures this update to execute the given SQL statement.
-