Class PrestoAlterFunctionStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLAlterStatement, SQLDDLStatement, PrestoObject, PrestoSQLStatement

public class PrestoAlterFunctionStatement extends SQLAlterFunctionStatement implements PrestoSQLStatement
  • Constructor Details

    • PrestoAlterFunctionStatement

      public PrestoAlterFunctionStatement()
  • Method Details

    • isReturnsNullOnNullInput

      public boolean isReturnsNullOnNullInput()
    • setReturnsNullOnNullInput

      public void setReturnsNullOnNullInput(boolean returnsNullOnNullInput)
    • isCalledOnNullInput

      public boolean isCalledOnNullInput()
    • setCalledOnNullInput

      public void setCalledOnNullInput(boolean calledOnNullInput)
    • accept0

      protected void accept0(SQLASTVisitor v)
      Overrides:
      accept0 in class SQLAlterFunctionStatement
    • accept0

      public void accept0(PrestoVisitor visitor)
      Specified by:
      accept0 in interface PrestoObject