public interface IPreparedStatement| Modifier and Type | Method and Description |
|---|---|
void |
close()
|
void |
execute()
|
IResultSet |
executeQuery()
|
void |
setArguments(String
|
void |
setDouble(int position, double value)
|
void |
setInt(int position, int value)
|
void |
setLong(int position, long value)
|
void |
setString(int position, String
|
IResultSetexecuteQuery() throws QueryException
QueryException
void execute()
throws QueryException
QueryException
void setInt(int position,
int value)
throws QueryException
QueryException
void setLong(int position,
long value)
throws QueryException
QueryException
void setDouble(int position,
double value)
throws QueryException
QueryException
void setString(int position,
String value)
throws QueryException
QueryException
void setArguments(String[] arguments) throws QueryException
QueryException
void close()
throws QueryException
QueryException