Uses of Class
Utils.MySQL.MySQLQuery

Packages that use MySQLQuery
FeatureManager The Feature Manager (FM) is the component in charge of storing/retrieving the image features from the DB. 
Utils.MySQL Contains utility classes for performing operations with MySQL DBs. 
 

Uses of MySQLQuery in FeatureManager
 

Fields in FeatureManager declared as MySQLQuery
protected  MySQLQuery FeatureManagerMySQL.q
          The last SQL query
 

Uses of MySQLQuery in Utils.MySQL
 

Methods in Utils.MySQL that return MySQLQuery
 MySQLQuery MySQLConnector.createQuery()
          Creates a new query over this connection.