Overload | Description |
---|---|
MySqlLoaderColumn Constructor() | Initializes a new instance of the MySqlLoaderColumn class. |
MySqlLoaderColumn Constructor(String,MySqlType) | Initializes a new instance of the MySqlLoaderColumn class with the column name and column data type. |
MySqlLoaderColumn Constructor(String,MySqlType,Int32) | Initializes a new instance of the MySqlLoaderColumn class with the column name, column data type and column size. |
MySqlLoaderColumn Constructor(String,MySqlType,Int32,Int32,Int32) | Initializes a new instance of the MySqlLoaderColumn class with the column name, column data type, column size, precision and scale. |