OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlDumpTable (final SqlParserPos pos, final String tableName, final String filePath, HeavyDBOptionsMap withOptions) | |
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 |
String | filePath |
HeavyDBOptionsMap | options |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a DUMP TABLE DDL command.
Definition at line 15 of file SqlDumpTable.java.
|
inline |
Definition at line 26 of file SqlDumpTable.java.
References com.mapd.parser.extension.ddl.SqlDumpTable.OPERATOR, com.mapd.parser.extension.ddl.SqlDumpTable.tableName, and com.mapd.parser.extension.ddl.SqlCustomDdl.toString().
|
private |
Definition at line 22 of file SqlDumpTable.java.
|
staticprivate |
Definition at line 16 of file SqlDumpTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlDumpTable.SqlDumpTable().
|
private |
Definition at line 24 of file SqlDumpTable.java.
|
private |
Definition at line 20 of file SqlDumpTable.java.
Referenced by com.mapd.parser.extension.ddl.SqlDumpTable.SqlDumpTable().