Overload | Description |
---|---|
PgSqlScript Constructor() | Initializes a new instance of the PgSqlScript class. |
PgSqlScript Constructor(String) | Initializes a new instance of the PgSqlScript class with the text of the query. |
PgSqlScript Constructor(String,PgSqlConnection) | Initializes a new instance of the PgSqlScript class with the text of the query and a PgSqlConnection object. |
PgSqlScript Constructor(Stream) | Initializes a new instance of the PgSqlScript class with a Stream object to get SQL statements from. |
PgSqlScript Constructor(TextReader) | Initializes a new instance of the PgSqlScript class with a TextReader object to get SQL statements from. |
PgSqlScript Constructor(Stream,PgSqlConnection) | Initializes a new instance of the PgSqlScript class with a Stream object to get SQL statements from and a PgSqlConnection object. |
PgSqlScript Constructor(TextReader,PgSqlConnection) | Initializes a new instance of the PgSqlScript class with a TextReader object to get SQL statements from and a PgSqlConnection object. |