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

class

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

Public Functions

com.mapd.parser.extension.ddl.SqlShowCreateTable.SqlShowCreateTable(final SqlParserPos pos, final String tableName)

Private Members

String com.mapd.parser.extension.ddl.SqlShowCreateTable.tableName

Private Static Attributes

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