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

Public Attributes

 CHANGE_OWNER
 
 RENAME_DATABASE
 

Detailed Description

There are currently two supported variants of the ALTER Database DDL command: CHANGE_OWNER: ALTER DATABASE <database_name> OWNER TO <new_owner> RENAME_DATABASE: ALTER DATABASE <database_name> RENAME TO <new_database_name>

Definition at line 24 of file SqlAlterDatabase.java.

Member Data Documentation

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

Definition at line 24 of file SqlAlterDatabase.java.

com.mapd.parser.extension.ddl.SqlAlterDatabase.AlterType.RENAME_DATABASE

Definition at line 24 of file SqlAlterDatabase.java.


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