Class OdbcTimestampSqlFunction

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

public class OdbcTimestampSqlFunction extends SqlFunction
Returns timestamp with time zone
Since:
16.0.0
Author:
Evgeny Fisher
  • Constructor Details

    • OdbcTimestampSqlFunction

      public OdbcTimestampSqlFunction()
  • 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 - which contains one argument of type string.
      Returns:
      Returns the string context.getArgument(0) with all characters changed to uppercase.