OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlShowModels (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 |
Class that encapsulates all information associated with a SHOW MODELS DDL command.
Definition at line 11 of file SqlShowModels.java.
|
inline |
Definition at line 15 of file SqlShowModels.java.
References com.mapd.parser.extension.ddl.SqlShowModels.OPERATOR.
|
staticprivate |
Definition at line 12 of file SqlShowModels.java.
Referenced by com.mapd.parser.extension.ddl.SqlShowModels.SqlShowModels().