Class Query
java.lang.Object
net.didion.jwnl.dictionary.database.Query
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Connection
private ResultSet
private String
private PreparedStatement
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_connection
-
_statement
-
_results
-
_sql
-
-
Constructor Details
-
Query
-
-
Method Details
-
execute
- Throws:
SQLException
-
isExecuted
public boolean isExecuted() -
getConnection
-
getStatement
- Throws:
SQLException
-
getResults
-
close
public void close()
-