Modifier | Constructor and Description |
---|---|
protected |
JDBCTemplate(DataSource db,
String sql)
Deprecated.
Constructor for JDBCTemplate.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Object... values)
Deprecated.
execute
|
String |
reproduceStatement(Object[] values)
Deprecated.
reproduceStatement
|
protected JDBCTemplate(DataSource db, String sql)
Constructor for JDBCTemplate.
db
- a DataSource
object.sql
- a String
object.Copyright © 2021. All rights reserved.