C# Class MySql.Data.MySqlClient.MySqlField

Summary description for Field.
Exibir arquivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
CatalogName string
ColumnLength int
ColumnName string
DatabaseName string
Encoding System.Text.Encoding
OriginalColumnName string
RealTableName string
TableName string
maxLength int

Protected Properties

Property Type Description
binaryOk bool
charSetIndex int
colFlags ColumnFlags
connVersion DBVersion
driver Driver
mySqlDbType MySqlDbType
precision byte
scale byte
typeConversions List

Public Methods

Method Description
AddTypeConversion ( Type t ) : void
GetIMySqlValue ( MySqlDbType type ) : IMySqlValue
GetValueObject ( ) : IMySqlValue
MySqlField ( Driver driver ) : System.Text
SetTypeAndFlags ( MySqlDbType type, ColumnFlags flags ) : void

Private Methods

Method Description
CheckForExceptions ( ) : void
SetFieldEncoding ( ) : void

Method Details

AddTypeConversion() public method

public AddTypeConversion ( Type t ) : void
t System.Type
return void

GetIMySqlValue() public static method

public static GetIMySqlValue ( MySqlDbType type ) : IMySqlValue
type MySqlDbType
return IMySqlValue

GetValueObject() public method

public GetValueObject ( ) : IMySqlValue
return IMySqlValue

MySqlField() public method

public MySqlField ( Driver driver ) : System.Text
driver Driver
return System.Text

SetTypeAndFlags() public method

public SetTypeAndFlags ( MySqlDbType type, ColumnFlags flags ) : void
type MySqlDbType
flags ColumnFlags
return void

Property Details

CatalogName public_oe property

public string CatalogName
return string

ColumnLength public_oe property

public int ColumnLength
return int

ColumnName public_oe property

public string ColumnName
return string

DatabaseName public_oe property

public string DatabaseName
return string

Encoding public_oe property

public Encoding,System.Text Encoding
return System.Text.Encoding

OriginalColumnName public_oe property

public string OriginalColumnName
return string

RealTableName public_oe property

public string RealTableName
return string

TableName public_oe property

public string TableName
return string

binaryOk protected_oe property

protected bool binaryOk
return bool

charSetIndex protected_oe property

protected int charSetIndex
return int

colFlags protected_oe property

protected ColumnFlags colFlags
return ColumnFlags

connVersion protected_oe property

protected DBVersion connVersion
return DBVersion

driver protected_oe property

protected Driver driver
return Driver

maxLength public_oe property

public int maxLength
return int

mySqlDbType protected_oe property

protected MySqlDbType mySqlDbType
return MySqlDbType

precision protected_oe property

protected byte precision
return byte

scale protected_oe property

protected byte scale
return byte

typeConversions protected_oe property

protected List typeConversions
return List