OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlTruncateTable (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 RUNCATE TABLE DDL command.
Definition at line 13 of file SqlTruncateTable.java.
|
inline |
Definition at line 20 of file SqlTruncateTable.java.
References com.mapd.parser.extension.ddl.SqlTruncateTable.OPERATOR, and com.mapd.parser.extension.ddl.SqlTruncateTable.tableName.
|
staticprivate |
Definition at line 14 of file SqlTruncateTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlTruncateTable.SqlTruncateTable().
|
private |
Definition at line 18 of file SqlTruncateTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlTruncateTable.SqlTruncateTable().