OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.extension.ddl.SqlDropServer Class Reference
+ Inheritance diagram for com.mapd.parser.extension.ddl.SqlDropServer:
+ Collaboration diagram for com.mapd.parser.extension.ddl.SqlDropServer:

Public Member Functions

 SqlDropServer (final SqlParserPos pos, final boolean ifExists, final String serverName)
 
List< SqlNode > getOperandList ()
 
String toString ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl
default String toJsonString ()
 

Private Attributes

boolean ifExists
 
String serverName
 
String command
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

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

Definition at line 17 of file SqlDropServer.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlDropServer.SqlDropServer ( final SqlParserPos  pos,
final boolean  ifExists,
final String  serverName 
)
inline

Member Function Documentation

List<SqlNode> com.mapd.parser.extension.ddl.SqlDropServer.getOperandList ( )
inline

Definition at line 37 of file SqlDropServer.java.

37  {
38  return null;
39  }
String com.mapd.parser.extension.ddl.SqlDropServer.toString ( )
inline

Definition at line 42 of file SqlDropServer.java.

References com.mapd.parser.extension.ddl.JsonSerializableDdl.toJsonString().

42  {
43  return toJsonString();
44  }

+ Here is the call graph for this function:

Member Data Documentation

String com.mapd.parser.extension.ddl.SqlDropServer.command
private

Definition at line 26 of file SqlDropServer.java.

boolean com.mapd.parser.extension.ddl.SqlDropServer.ifExists
private
final SqlOperator com.mapd.parser.extension.ddl.SqlDropServer.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("DROP_SERVER", SqlKind.OTHER_DDL)

Definition at line 18 of file SqlDropServer.java.

Referenced by com.mapd.parser.extension.ddl.SqlDropServer.SqlDropServer().

String com.mapd.parser.extension.ddl.SqlDropServer.serverName
private

The documentation for this class was generated from the following file: