| Package | Description |
|---|---|
| org.soulwing.jdbc |
JDBC facade and supporting classes
|
| Modifier and Type | Method and Description |
|---|---|
JdbcUpdate |
JdbcUpdate.repeatedly()
Configures this update for repeated execution.
|
JdbcUpdate |
JdbcOperations.update()
Creates an update operation.
|
JdbcUpdate |
FluentJdbc.update()
Creates an update operation.
|
JdbcUpdate |
JdbcUpdate.using(SQLSource source)
Configures this update to execute the given SQL statement.
|
JdbcUpdate |
JdbcUpdate.using(String sql)
Configures this update to execute the given SQL statement.
|
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.