dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SqlStatementType Enumeration

In This Topic
    SqlStatementType Enumeration
    In This Topic
    Describes type of a statement in a script.
    Syntax
    'Declaration
     
    Public Enum SqlStatementType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AlterAn ALTER statement.
    BatchA complex construction like script or statement block.
    CommitA COMMIT statement.
    CreateA CREATE statement.
    DeleteA DELETE statement.
    DropA DROP statement.
    ExecuteAn EXECUTE statement.
    ExtendedA construction that does not represent usual SQL statements.
    InsertAn INSERT statement.
    RollbackA ROLLBACK statement.
    SelectA SELECT statement.
    TruncateA TRUNCATE statement.
    UnknownUnknown statement type.
    UpdateAn UPDATE statement.
    WithA WITH statement.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.SqlStatementType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also