Firebird ADO.NET Provider SDK Documentation - v1.7

SqlStatementType Enumeration

DSQL and ISQL statement types.

[Visual Basic]
Public Enum SqlStatementType
[C#]
public enum SqlStatementType

Members

Member Name Description
AlterDatabase Represents the SQL statement: ALTER DATABASE
AlterDomain Represents the SQL statement: ALTER DOMAIN
AlterException Represents the SQL statement: ALTER EXCEPTION
AlterIndex Represents the SQL statement: ALTER INDEX
AlterProcedure Represents the SQL statement: ALTER PROCEDURE
AlterTable Represents the SQL statement: ALTER TABLE
AlterTrigger Represents the SQL statement: ALTER TRIGGER
Close Represents the SQL statement: CLOSE
Commit Represents the SQL statement: COMMIT
Connect Represents the SQL statement: CONNECT
CreateDatabase Represents the SQL statement: CREATE DATABASE
CreateDomain Represents the SQL statement: CREATE DOMAIN
CreateException Represents the SQL statement: CREATE EXCEPTION
CreateGenerator Represents the SQL statement: CREATE GENERATOR
CreateIndex Represents the SQL statement: CREATE INDEX
CreateProcedure Represents the SQL statement: CREATE PROCEDURE
CreateRole Represents the SQL statement: CREATE ROLE
CreateShadow Represents the SQL statement: CREATE SHADOW
CreateTable Represents the SQL statement: CREATE TABLE
CreateTrigger Represents the SQL statement: CREATE TRIGGER
CreateView Represents the SQL statement: CREATE VIEW
DeclareCursor Represents the SQL statement: DECLARE CURSOR
DeclareExternalFunction Represents the SQL statement: DECLARE EXTERNAL FUNCTION
DeclareFilter Represents the SQL statement: DECLARE FILTER
DeclareStatement Represents the SQL statement: DECLARE STATEMENT
DeclareTable Represents the SQL statement: DECLARE TABLE
Delete Represents the SQL statement: DELETE
Describe Represents the SQL statement: DESCRIBE
Disconnect Represents the SQL statement: DISCONNECT
DropDatabase Represents the SQL statement: DROP DATABASE
DropDomain Represents the SQL statement: DROP DOMAIN
DropException Represents the SQL statement: DROP EXCEPTION
DropExternalFunction Represents the SQL statement: DROP EXTERNAL FUNCTION
DropFilter Represents the SQL statement: DROP FILTER
DropGenerator Represents the SQL statement: DROP GENERATOR
DropIndex Represents the SQL statement: DROP INDEX
DropProcedure Represents the SQL statement: DROP PROCEDURE
DropRole Represents the SQL statement: DROP ROLE
DropShadow Represents the SQL statement: DROP SHADOW
DropTable Represents the SQL statement: DROP TABLE
DropTrigger Represents the SQL statement: DROP TRIGGER
DropView Represents the SQL statement: DROP VIEW
EndDeclareSection Represents the SQL statement: END DECLARE SECTION
EventInit Represents the SQL statement: EVENT INIT
EventWait Represents the SQL statement: EVENT WAIT
Execute Represents the SQL statement: EXECUTE
ExecuteImmediate Represents the SQL statement: EXECUTE IMMEDIATE
ExecuteProcedure Represents the SQL statement: EXECUTE PROCEDURE
Fetch Represents the SQL statement: FETCH
Grant Represents the SQL statement: GRANT
Insert Represents the SQL statement: INSERT
InsertCursor Represents the SQL statement: INSERT CURSOR
Open Represents the SQL statement: OPEN
Prepare Represents the SQL statement: PREPARE
Revoke Represents the SQL statement: REVOKE
Rollback Represents the SQL statement: ROLLBACK
Select Represents the SQL statement: SELECT
SetDatabase Represents the SQL statement: SET DATABASE
SetGenerator Represents the SQL statement: SET GENERATOR
SetNames Represents the SQL statement: SET NAMES
SetSQLDialect Represents the SQL statement: SET SQL DIALECT
SetStatistics Represents the SQL statement: SET STATISTICS
SetTransaction Represents the SQL statement: SET TRANSACTION
ShowSQLDialect Represents the SQL statement: SHOW SQL DIALECT
Update Represents the SQL statement: UPDATE
Whenever Represents the SQL statement: WHENEVER

Requirements

Namespace: FirebirdSql.Data.Firebird.Isql

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird.Isql Namespace