OracleLoaderColumn Constructor
Initializes a new instance of the
OracleLoaderColumn class.
Overload | Description |
OracleLoaderColumn Constructor() | Initializes a new instance of the OracleLoaderColumn class. |
OracleLoaderColumn Constructor(String,OracleDbType) | Initializes a new instance of the OracleLoaderColumn class with the column name and column data type. |
OracleLoaderColumn Constructor(String,OracleDbType,Int32) | Initializes a new instance of the OracleLoaderColumn class with the column name, column data type and column size. |
OracleLoaderColumn Constructor(String,OracleDbType,Int32,Int32,Int32) | Initializes a new instance of the OracleLoaderColumn class with the column name, column data type, column size, precision and scale. |
OracleLoaderColumn Constructor(String,OracleDbType,Int32,Int32,Int32,String) | Initializes a new instance of the OracleLoaderColumn class with the column name, column data type, column size, precision, scale and date format. |