public interface JDBCNamedSqlExecutor
Modifier and Type | Method and Description |
---|---|
int |
execute(String sql,
DataSource dataSource,
Context context) |
void |
extractResultSetCallback(String sql,
DataSource dataSource,
Context context,
ResultSetCallback callback) |
org.springframework.jdbc.support.rowset.SqlRowSet |
queryForSqlRowSet(String sql,
DataSource dataSource,
Context context) |
void |
setSqlParser(SQLParser sqlParser) |
void extractResultSetCallback(String sql, DataSource dataSource, Context context, ResultSetCallback callback) throws SQLException
SQLException
org.springframework.jdbc.support.rowset.SqlRowSet queryForSqlRowSet(String sql, DataSource dataSource, Context context) throws SQLException
SQLException
int execute(String sql, DataSource dataSource, Context context) throws SQLException
SQLException
void setSqlParser(SQLParser sqlParser)
Copyright © 2006–2018 TinyGroup. All rights reserved.