OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.extension.ddl.SqlAlterServer.AlterType Enum Reference

Public Attributes

 SET_OPTIONS
 
 CHANGE_OWNER
 
 RENAME_SERVER
 
 SET_DATA_WRAPPER
 

Detailed Description

There are four variants of the ALTER SERVER DDL command: SET_OPTIONS: ALTER SERVER <server_name> [ WITH ( =

[, ... ] ) ] CHANGE_OWNER: ALTER SERVER <server_name> OWNER TO <new_owner> RENAME_SERVER: ALTER SERVER <server_name> RENAME TO <new_server_name> SET_DATA_WRAPPER: ALTER SERVER <server_name> SET FOREIGN DATA WRAPPER <foreign_data_wrapper_name>

Definition at line 31 of file SqlAlterServer.java.

Member Data Documentation

com.mapd.parser.extension.ddl.SqlAlterServer.AlterType.CHANGE_OWNER

Definition at line 31 of file SqlAlterServer.java.

com.mapd.parser.extension.ddl.SqlAlterServer.AlterType.RENAME_SERVER

Definition at line 31 of file SqlAlterServer.java.

com.mapd.parser.extension.ddl.SqlAlterServer.AlterType.SET_DATA_WRAPPER

Definition at line 31 of file SqlAlterServer.java.

com.mapd.parser.extension.ddl.SqlAlterServer.AlterType.SET_OPTIONS

Definition at line 31 of file SqlAlterServer.java.


The documentation for this enum was generated from the following file: