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