Class QueryItem.QueryFunction
java.lang.Object
org.nervousync.database.query.core.QueryItem
org.nervousync.database.query.core.QueryItem.QueryFunction
- Enclosing class:
- QueryItem
The type Query function.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nervousync.database.query.core.QueryItem
QueryItem.ItemType, QueryItem.QueryColumn, QueryItem.QueryConstant, QueryItem.QueryFunction -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()Gets the value of functionParamsstatic longGets the value of serialVersionUIDGets the value of standardSQLFunctionbooleanMatch boolean.Methods inherited from class org.nervousync.database.query.core.QueryItem
getAliasName, getItemType, queryColumn, queryConstant, queryFunction
-
Method Details
-
getSerialVersionUID
public static long getSerialVersionUID()Gets the value of serialVersionUID- Returns:
- the value of serialVersionUID
-
match
Description copied from class:QueryItemMatch boolean. -
cacheKey
-
getSQLFunction
Gets the value of standardSQLFunction- Returns:
- the value of standardSQLFunction
-
getFunctionParams
Gets the value of functionParams- Returns:
- the value of functionParams
-