dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlScript Class
Properties Methods Events

PgSqlScript Class Members

The following tables list the members exposed by PgSqlScript.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the PgSqlScript class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript)
Public PropertyGets or sets the PgSqlConnection used by this instance of the PgSqlScript.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript)
Public PropertyOverridden. Gets or sets text of the script.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the collection of statements that make up the script. (Inherited from Devart.Common.DbScript)
Top
Public Methods
 NameDescription
Public MethodTries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodExecutes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript)
Public MethodExecutes the next statement from the script. (Inherited from Devart.Common.DbScript)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript)
Public MethodPositions ExecuteNext method on the first statement in the script. (Inherited from Devart.Common.DbScript)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript)
Public EventOccurs when a SQL statement within the script is about to execute.  
Public EventOccurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript)
Top
See Also