Class ConcatSqlFunction

java.lang.Object
com.gigaspaces.query.sql.functions.SqlFunction
com.gigaspaces.query.sql.functions.ConcatSqlFunction

public class ConcatSqlFunction extends SqlFunction
Built in string sql function to concatenate any number of given string arguments.
Since:
11.0.0
Author:
Tamir Schwarz
  • Constructor Details

    • ConcatSqlFunction

      public ConcatSqlFunction()
  • Method Details

    • apply

      public Object apply(SqlFunctionExecutionContext context)
      Description copied from class: SqlFunction
      Defines the action to be performed on the stored object.
      Specified by:
      apply in class SqlFunction
      Parameters:
      context - contains the string arguments to concat.
      Returns:
      the string that results from concatenating all the arguments contained in context.