Class OAlterSystemRoleStatement

All Implemented Interfaces:
Node

public class OAlterSystemRoleStatement extends OSimpleExecServerStatement
  • Field Details

    • name

      protected OIdentifier name
    • operations

      protected List<com.orientechnologies.orient.core.sql.parser.OAlterSystemRoleStatement.Op> operations
  • Constructor Details

    • OAlterSystemRoleStatement

      public OAlterSystemRoleStatement(int id)
    • OAlterSystemRoleStatement

      public OAlterSystemRoleStatement(OrientSql p, int id)
  • Method Details