SQLRunner.runSql(SQLRunner.NoResultSQLAction)
@Deprecated
public static interface SQLRunner.SQLAction<T>
Modifier and Type | Method and Description |
---|---|
T |
run(java.sql.Connection connection)
Deprecated.
|
T run(java.sql.Connection connection) throws java.sql.SQLException
connection
- sql connection object.java.sql.SQLException
- sql exception.