Package com.ptsmods.mysqlw.query
package com.ptsmods.mysqlw.query
-
ClassDescriptionA condition a query must meet to affect or return rows.A collection of
QueryCondition
s which a query must meet to affect or return rows.To make sure that functions don't get enquoted when putting them in a query, wrap them in this class.Indicates a limit of the amount of rows you wish to have returned.The order in which to return results.Returned when you use any of the select methods inDatabase
.