Uses of Class
com.mckoi.jfccontrols.QueryAgent
-
Packages that use QueryAgent Package Description com.mckoi.jfccontrols JFC classes to access a Mckoi database from a Swing application.com.mckoi.tools Tools for manipulating a Mckoi database. -
-
Uses of QueryAgent in com.mckoi.jfccontrols
Fields in com.mckoi.jfccontrols declared as QueryAgent Modifier and Type Field Description private static QueryAgent
QueryAgent. query_agent
Methods in com.mckoi.jfccontrols that return QueryAgent Modifier and Type Method Description static QueryAgent
QueryAgent. getDefaultAgent()
Returns the QueryAgent for this VM. -
Uses of QueryAgent in com.mckoi.tools
Fields in com.mckoi.tools declared as QueryAgent Modifier and Type Field Description private QueryAgent
JDBCQueryTool. query_agent
The agent used to make queries on the JDBC connection.Constructors in com.mckoi.tools with parameters of type QueryAgent Constructor Description JDBCQueryTool(QueryAgent in_query_agent)
Constructs the JComponent.
-