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