Class GridSqlKeyword

  • All Implemented Interfaces:
    GridSqlAst

    public final class GridSqlKeyword
    extends GridSqlElement
    Keyword (like DEFAULT).
    • Field Detail

      • DEFAULT

        public static final GridSqlKeyword DEFAULT
        Default update value - analogous to H2.
        See Also:
        ValueExpression.getDefault()
    • Method Detail

      • getSQL

        public String getSQL()
        Returns:
        Generate sql from this AST.