OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlShowCreateTable (final SqlParserPos pos, final String tableName) | |
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 () |
Private Attributes | |
String | tableName |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a SHOW CREATE TABLE DDL command.
Definition at line 16 of file SqlShowCreateTable.java.
|
inline |
Definition at line 23 of file SqlShowCreateTable.java.
References com.mapd.parser.extension.ddl.SqlShowCreateTable.OPERATOR, and com.mapd.parser.extension.ddl.SqlShowCreateTable.tableName.
|
staticprivate |
Definition at line 17 of file SqlShowCreateTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlShowCreateTable.SqlShowCreateTable().
|
private |
Definition at line 21 of file SqlShowCreateTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlShowCreateTable.SqlShowCreateTable().