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 JdbcUpdate
JdbcUpdate. repeatedly()
Configures this update for repeated execution.JdbcUpdate
FluentJdbc. update()
Creates an update operation.JdbcUpdate
JdbcOperations. update()
Creates an update operation.JdbcUpdate
JdbcUpdate. using(String sql)
Configures this update to execute the given SQL statement.JdbcUpdate
JdbcUpdate. using(SQLSource source)
Configures this update to execute the given SQL statement.
-