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

Public Member Functions

 SqlShowTables (final SqlParserPos pos)
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl
 SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos)
 
List< SqlNode > getOperandList ()
 
String toString ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl
default String toJsonString ()
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Class that encapsulates all information associated with a SHOW TABLES DDL command.

Definition at line 11 of file SqlShowTables.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlShowTables.SqlShowTables ( final SqlParserPos  pos)
inline

Definition at line 15 of file SqlShowTables.java.

References com.mapd.parser.extension.ddl.SqlShowTables.OPERATOR.

15  {
16  super(OPERATOR, pos);
17  }

Member Data Documentation

final SqlOperator com.mapd.parser.extension.ddl.SqlShowTables.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("SHOW_TABLES", SqlKind.OTHER_DDL)

Definition at line 12 of file SqlShowTables.java.

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


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