Uses of Class
com.mckoi.jfccontrols.Query
-
Packages that use Query Package Description com.mckoi.jfccontrols JFC classes to access a Mckoi database from a Swing application. -
-
Uses of Query in com.mckoi.jfccontrols
Methods in com.mckoi.jfccontrols that return Query 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.Methods in com.mckoi.jfccontrols with parameters of type Query 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.
-