| Package | Description |
|---|---|
| de.topobyte.luqe.iface |
| Modifier and Type | Method and Description |
|---|---|
void |
IPreparedStatement.close()
|
void |
IResultSet.close()
|
void |
IPreparedStatement.execute()
|
void |
IConnection.execute(String
|
IResultSet |
IPreparedStatement.executeQuery()
|
boolean |
IResultSet.getBoolean(int position)
|
double |
IResultSet.getDouble(int position)
|
int |
IResultSet.getInt(int position)
|
long |
IResultSet.getLong(int position)
|
String |
IResultSet.getString(int position)
|
boolean |
IResultSet.next()
|
IPreparedStatement |
IConnection.prepareStatement(String
|
void |
IPreparedStatement.setArguments(String
|
void |
IPreparedStatement.setDouble(int position, double value)
|
void |
IPreparedStatement.setInt(int position, int value)
|
void |
IPreparedStatement.setLong(int position, long value)
|
void |
IPreparedStatement.setString(int position, String
|