public class Query
extends java.lang.Object
Constructor and Description |
---|
Query(Dictionary dictionary,
java.lang.String sql,
java.sql.Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.sql.ResultSet |
execute() |
java.sql.ResultSet |
getResults() |
java.sql.PreparedStatement |
getStatement() |
boolean |
isExecuted() |
public Query(Dictionary dictionary, java.lang.String sql, java.sql.Connection conn)
public java.sql.ResultSet execute() throws java.sql.SQLException
java.sql.SQLException
public boolean isExecuted()
public java.sql.PreparedStatement getStatement() throws java.sql.SQLException
java.sql.SQLException
public java.sql.ResultSet getResults()
public void close()