Property | 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 |
Property | Type | Description | |
---|---|---|---|
LoadCharacterSets | void |
Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetResult ( int statementId, int &affectedRows, int &insertedId ) : int |
Method | Description | |
---|---|---|
LoadCharacterSets ( |
Loads all the current character set names and ids for this server into the charSets hashtable
|
public CloseQuery ( |
||
connection | ||
statementId | int | |
return | void |
public Configure ( |
||
connection | ||
return | void |
public static Create ( |
||
settings | ||
return |
public Driver ( |
||
settings | ||
return | System |
public ExecuteStatement ( |
||
packetToExecute | ||
return | void |
public FetchDataRow ( int statementId, int columns ) : bool | ||
statementId | int | |
columns | int | |
return | bool |
public GetColumns ( int count ) : MySql.Data.MySqlClient.MySqlField[] | ||
count | int | |
return | MySql.Data.MySqlClient.MySqlField[] |
protected GetResult ( int statementId, int &affectedRows, int &insertedId ) : int | ||
statementId | int | |
affectedRows | int | |
insertedId | int | |
return | int |
public HasStatus ( ServerStatusFlags flag ) : bool | ||
flag | ServerStatusFlags | |
return | bool |
public NextResult ( int statementId ) : |
||
statementId | int | |
return |
public PrepareStatement ( string sql, |
||
sql | string | |
parameters | ||
return | int |
public ReadColumnValue ( int index, |
||
index | int | |
field | ||
value | IMySqlValue | |
return | IMySqlValue |
public ReportWarnings ( |
||
connection | ||
return | List |
public ResetTimeout ( int timeoutMilliseconds ) : void | ||
timeoutMilliseconds | int | |
return | void |
public SkipColumnValue ( IMySqlValue valObject ) : void | ||
valObject | IMySqlValue | |
return | void |
protected Hashtable,System.Collections charSets | ||
return |
protected MySqlConnectionStringBuilder,MySql.Data.MySqlClient connectionString | ||
return |
protected MySqlPromotableTransaction,MySql.Data.MySqlClient currentTransaction | ||
return | MySql.Data.MySqlClient.MySqlPromotableTransaction |