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