Name | Description | |
---|---|---|
![]() | PgSqlScript Constructor | Overloaded. Initializes a new instance of the PgSqlScript class. |
The following tables list the members exposed by PgSqlScript.
Name | Description | |
---|---|---|
![]() | PgSqlScript Constructor | Overloaded. Initializes a new instance of the PgSqlScript class. |
Name | Description | |
---|---|---|
![]() | CommandTimeout | Gets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript) |
![]() | Connection | Gets or sets the PgSqlConnection used by this instance of the PgSqlScript. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Name | Gets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript) |
![]() | ScriptText | Overridden. Gets or sets text of the script. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Statements | Gets the collection of statements that make up the script. (Inherited from Devart.Common.DbScript) |
Name | Description | |
---|---|---|
![]() | Cancel | Tries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | Execute | Executes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript) |
![]() | ExecuteNext | Executes the next statement from the script. (Inherited from Devart.Common.DbScript) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Open | Overloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript) |
![]() | Reset | Positions ExecuteNext method on the first statement in the script. (Inherited from Devart.Common.DbScript) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Occurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript) |
![]() | PgSqlStatementExecute | Occurs when a SQL statement within the script is about to execute. |
![]() | Progress | Occurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript) |