'Declaration Public Enum MySqlStatementType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MySqlStatementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MySqlStatementType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MySqlStatementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| CharSet | Represents the charset command. Switches to another charset. |
| Clear | Represents the clear command. This command clears the current clause or setting for the specified option. |
| Connect | Represents the connect command. Reconnects to the server. Optional arguments are db and host. |
| Delimiter | Represents the delimiter command. This command sets the statement delimiter. It takes the rest of the line as the new delimiter value. |
| Do | Represents a shorthand for SELECT expr. |
| Edit | Reprents the EDIT command. This command invokes a text editor, specified in the EDITOR or VISUAL environment variable for editing the current command. It works only in Unix. |
| Ego | Represents the ego command. Sends a command to mysql server and displays the result vertically. |
| Exit | Represents the EXIT command. Exits MySQL command line tool. |
| Go | Represents |
| Help | Represents the help command. Displays help for MySQL command line tool commands. |
| NoPager | Represents the nopager command. This command disables the pager and enables printing to stdout. |
| NoTee | Represents the notee command. This command disables writing into outfile. |
| NoWarning | Represents the nowarning command. This command disables displaying warning after each statement. |
| Pager | Represents the pager command. This command sets PAGER and enables printing query results via this pager. |
| Represents the print command. This command prints the current command. | |
| Prompt | Represents the prompt command. This command changes the prompt of the MySQL command line tool to the specified string. |
| Quit | Represents the quit command. This command exits the MySQL command line tool. |
| Rehash | Represents the rehash command. This command rebuilds the statement completion hash and enables the code completion. |
| Source | Represents the source command. This command executes SQL script file, specified as a parameter. |
| Status | Represents the status command. This command displays status information about the connection and the server. |
| System | Represents the system command. This command executes the specified command with the default system command interpreter. It works only on unix. |
| Tee | Represents the tee command. This command enables logging statements and their output to the specified output file. |
| Unknown | Represents a command that was not recognized or was not a command. |
| Use | Represents the use command. This command switches to another database. |
| Warnings | Represents the warning command. This command enables displaying warnings after each statements if there are any. |
System.Object
System.ValueType
System.Enum
Devart.Data.MySql.MySqlStatementType