dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SqlStatementType Enumeration

SqlStatementType Enumeration
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

See Also