Class QueryItem.QueryFunction

java.lang.Object
org.nervousync.database.query.core.QueryItem
org.nervousync.database.query.core.QueryItem.QueryFunction
Enclosing class:
QueryItem

public static final class QueryItem.QueryFunction extends QueryItem
The type Query function.
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
      Gets the value of serialVersionUID
      Returns:
      the value of serialVersionUID
    • match

      public boolean match(QueryItem queryItem)
      Description copied from class: QueryItem
      Match boolean.
      Specified by:
      match in class QueryItem
      Parameters:
      queryItem - the query item
      Returns:
      the boolean
    • cacheKey

      public String cacheKey()
      Specified by:
      cacheKey in class QueryItem
    • getSQLFunction

      public String getSQLFunction()
      Gets the value of standardSQLFunction
      Returns:
      the value of standardSQLFunction
    • getFunctionParams

      public List<QueryItem> getFunctionParams()
      Gets the value of functionParams
      Returns:
      the value of functionParams