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