|
| FiltredPreparedStatement (PreparedStatement statement) |
|
ResultSet | executeQuery () throws SQLException |
|
void | close () |
|
boolean | execute () throws SQLException |
|
ResultSet | executeQuery (String sql) throws SQLException |
|
void | setInt (int index, int val) throws SQLException |
|
void | setString (int index, String val) throws SQLException |
|
void | setLong (int index, long val) throws SQLException |
|
void | setNull (int index, int val) throws SQLException |
|
void | setDouble (int index, double val) throws SQLException |
|
void | setBytes (int index, byte[] data) throws SQLException |
|
int | executeUpdate () throws SQLException |
|
void | setBoolean (int index, boolean val) throws SQLException |
|
void | setEscapeProcessing (boolean val) throws SQLException |
|
void | setByte (int index, byte val) throws SQLException |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/util/FiltredPreparedStatement.java