A C D E F G H I J L M N O P Q R S T U V W X Y

Q

QueryFailed - Static variable in class org.apache.empire.db.DBErrors
 
QueryNoResult - Static variable in class org.apache.empire.db.DBErrors
 
queryObjectList(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns a list Object-Arrays holding the result of a query.
queryOptionList(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns a list of key value pairs from an sql query.
querySimpleList(Class<T>, String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns a one dimensional array from an sql query.
querySimpleList(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns a one dimensional array from an sql query.
querySingleDouble(String, double, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a double.
querySingleDouble(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a double.
querySingleInt(String, int, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as an int.
querySingleInt(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as an int.
querySingleLong(String, long, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a long.
querySingleLong(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a long.
querySingleString(String, String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a string.
querySingleString(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as a string.
querySingleValue(String, Connection) - Method in class org.apache.empire.db.DBDatabase
Returns the value of the first row/column of a sql-query as an object.

A C D E F G H I J L M N O P Q R S T U V W X Y