메소드 | 설명 | |
---|---|---|
Execute ( ) : int |
Executes this instance.
|
|
ExecuteAsync ( ) : Task |
Async version of Execute
|
|
MySqlScript ( ) : MySql.Data.Common |
Initializes a new instance of the MySqlScript class.
|
|
MySqlScript ( |
Initializes a new instance of the MySqlScript class.
|
|
MySqlScript ( |
Initializes a new instance of the MySqlScript class.
|
|
MySqlScript ( string query ) : MySql.Data.Common |
Initializes a new instance of the MySqlScript class.
|
메소드 | 설명 | |
---|---|---|
AdjustDelimiterEnd ( |
||
BreakIntoStatements ( bool ansiQuotes, bool noBackslashEscapes ) : List |
||
BreakScriptIntoLines ( ) : List |
||
FindLineNumber ( int position, List |
||
OnQueryExecuted ( |
||
OnScriptCompleted ( ) : void | ||
OnScriptError ( |
public MySqlScript ( |
||
connection | The connection. | |
리턴 | MySql.Data.Common |
public MySqlScript ( |
||
connection | The connection. | |
query | string | The query. |
리턴 | MySql.Data.Common |
public MySqlScript ( string query ) : MySql.Data.Common | ||
query | string | The query. |
리턴 | MySql.Data.Common |