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

Public Member Functions

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

Private Attributes

boolean ifExists
 
String tableName
 
String command
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

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

Definition at line 17 of file SqlDropTable.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 37 of file SqlDropTable.java.

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

Definition at line 42 of file SqlDropTable.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.SqlDropTable.command
private

Definition at line 26 of file SqlDropTable.java.

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

Definition at line 18 of file SqlDropTable.java.

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

String com.mapd.parser.extension.ddl.SqlDropTable.tableName
private

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