Package | Description |
---|---|
com.mckoi.jfccontrols |
JFC classes to access a Mckoi database from a Swing application.
|
Modifier and Type | Method | Description |
---|---|---|
Query |
Query.changeSQL(java.lang.String sql) |
Returns a copy of this Query object but with a different query string.
|
Modifier and Type | Method | Description |
---|---|---|
static java.sql.ResultSet |
QueryAgent.execute(Query query) |
Executes a query on the default query agent for this VM.
|
java.sql.ResultSet |
QueryAgent.executeQuery(Query query) |
Executes a query, blocking until a response from the server has been
received.
|
Copyright © 2018. All rights reserved.