Overload | Description |
---|---|
PgSqlLoader Constructor() | Creates an PgSqlLoader object without Connection and with empty TableName. |
PgSqlLoader Constructor(String) | Initializes a new instance of the PgSqlLoader class with table name that will be loaded. |
PgSqlLoader Constructor(String,PgSqlConnection) | Initializes a new instance of the PgSqlLoader class with table name that will be loaded and a PgSqlConnection object. |