Свойство | Type | Description | |
---|---|---|---|
charSets | |||
connectionString | |||
creationTime | System.DateTime | ||
currentTransaction | MySql.Data.MySqlClient.MySqlPromotableTransaction | ||
encoding | |||
handler | IDriver | ||
inActiveUse | bool | ||
isOpen | bool | ||
maxPacketSize | long | ||
pool | |||
serverCaps | ClientFlags | ||
serverCharSet | string | ||
serverCharSetIndex | int | ||
serverProps |
Свойство | Type | Description | |
---|---|---|---|
LoadCharacterSets | void |
Méthode | Description | |
---|---|---|
Close ( ) : void | ||
CloseQuery ( |
||
CloseStatement ( int id ) : void | ||
Configure ( |
||
ConnectionLifetimeExpired ( ) : bool | ||
Create ( |
||
Dispose ( ) : void | ||
Driver ( |
||
ExecuteDirect ( string sql ) : void | ||
ExecuteStatement ( |
||
FetchDataRow ( int statementId, int columns ) : bool | ||
GetColumns ( int count ) : MySql.Data.MySqlClient.MySqlField[] | ||
HasStatus ( ServerStatusFlags flag ) : bool | ||
NextResult ( int statementId ) : |
||
Open ( ) : void | ||
Ping ( ) : bool | ||
PrepareStatement ( string sql, |
||
Property ( string key ) : string | ||
ReadColumnValue ( int index, |
||
ReportWarnings ( |
||
Reset ( ) : void | ||
ResetTimeout ( int timeoutMilliseconds ) : void | ||
SendQuery ( |
||
SetDatabase ( string dbName ) : void | ||
SkipColumnValue ( IMySqlValue valObject ) : void | ||
SkipDataRow ( ) : bool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetResult ( int statementId, int &affectedRows, int &insertedId ) : int |
Méthode | Description | |
---|---|---|
LoadCharacterSets ( |
Loads all the current character set names and ids for this server into the charSets hashtable
|
public CloseQuery ( |
||
connection | ||
statementId | int | |
Résultat | void |
public Configure ( |
||
connection | ||
Résultat | void |
public ConnectionLifetimeExpired ( ) : bool | ||
Résultat | bool |
public static Create ( |
||
settings | ||
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Driver ( |
||
settings | ||
Résultat | System |
public ExecuteStatement ( |
||
packetToExecute | ||
Résultat | void |
public FetchDataRow ( int statementId, int columns ) : bool | ||
statementId | int | |
columns | int | |
Résultat | bool |
public GetColumns ( int count ) : MySql.Data.MySqlClient.MySqlField[] | ||
count | int | |
Résultat | MySql.Data.MySqlClient.MySqlField[] |
protected GetResult ( int statementId, int &affectedRows, int &insertedId ) : int | ||
statementId | int | |
affectedRows | int | |
insertedId | int | |
Résultat | int |
public HasStatus ( ServerStatusFlags flag ) : bool | ||
flag | ServerStatusFlags | |
Résultat | bool |
public NextResult ( int statementId ) : |
||
statementId | int | |
Résultat |
public PrepareStatement ( string sql, |
||
sql | string | |
parameters | ||
Résultat | int |
public ReadColumnValue ( int index, |
||
index | int | |
field | ||
value | IMySqlValue | |
Résultat | IMySqlValue |
public ReportWarnings ( |
||
connection | ||
Résultat | List |
public ResetTimeout ( int timeoutMilliseconds ) : void | ||
timeoutMilliseconds | int | |
Résultat | void |
public SetDatabase ( string dbName ) : void | ||
dbName | string | |
Résultat | void |
public SkipColumnValue ( IMySqlValue valObject ) : void | ||
valObject | IMySqlValue | |
Résultat | void |
protected Hashtable,System.Collections charSets | ||
Résultat |
protected MySqlConnectionStringBuilder,MySql.Data.MySqlClient connectionString | ||
Résultat |
protected MySqlPromotableTransaction,MySql.Data.MySqlClient currentTransaction | ||
Résultat | MySql.Data.MySqlClient.MySqlPromotableTransaction |
protected Encoding,System.Text encoding | ||
Résultat |