public class DBPreparedStatement extends Object
| Constructor and Description |
|---|
DBPreparedStatement(PreparedStatement preparedStatement,
DBConnection dbc) |
| Modifier and Type | Method and Description |
|---|---|
DBResults |
executeQuery() |
int |
executeUpdate() |
DBPreparedStatement |
param(Integer parameter) |
DBPreparedStatement |
param(Long parameter) |
DBPreparedStatement |
param(Reader reader) |
DBPreparedStatement |
param(Reader reader,
long length) |
DBPreparedStatement |
param(String parameter) |
public DBPreparedStatement(PreparedStatement preparedStatement, DBConnection dbc)
public DBPreparedStatement param(String parameter) throws SQLException
SQLExceptionpublic DBPreparedStatement param(Long parameter) throws SQLException
SQLExceptionpublic DBPreparedStatement param(Integer parameter) throws SQLException
SQLExceptionpublic DBPreparedStatement param(Reader reader) throws SQLException
SQLExceptionpublic DBPreparedStatement param(Reader reader, long length) throws SQLException
SQLExceptionpublic int executeUpdate()
throws SQLException
SQLExceptionpublic DBResults executeQuery() throws SQLException
SQLExceptionCopyright © 2003–2016 Sakai Project. All rights reserved.