Class com::mapd::parser::extension::ddl::SqlDropServerΒΆ

class

Class that encapsulates all information associated with a DROP SERVER DDL command.

Public Functions

com.mapd.parser.extension.ddl.SqlDropServer.SqlDropServer(final SqlParserPos pos, final boolean ifExists, final String serverName)
List<SqlNode> com.mapd.parser.extension.ddl.SqlDropServer.getOperandList()
String com.mapd.parser.extension.ddl.SqlDropServer.toString()

Private Members

boolean com.mapd.parser.extension.ddl.SqlDropServer.ifExists
String com.mapd.parser.extension.ddl.SqlDropServer.serverName
String com.mapd.parser.extension.ddl.SqlDropServer.command

Private Static Attributes

final SqlOperator com.mapd.parser.extension.ddl.SqlDropServer.OPERATOR= new SqlSpecialOperator("DROP_SERVER", SqlKind.OTHER_DDL)