Packages
libgda-6.0
Gda
SqlAnyPartType
EXPR
SQL_CASE
SQL_FIELD
SQL_FUNCTION
SQL_OPERATION
SQL_SELECT_FIELD
SQL_SELECT_FROM
SQL_SELECT_JOIN
SQL_SELECT_ORDER
SQL_SELECT_TARGET
SQL_TABLE
STMT_BEGIN
STMT_COMMIT
STMT_COMPOUND
STMT_DELETE
STMT_DELETE_SAVEPOINT
STMT_INSERT
STMT_ROLLBACK
STMT_ROLLBACK_SAVEPOINT
STMT_SAVEPOINT
STMT_SELECT
STMT_UNKNOWN
STMT_UPDATE
SqlAnyPartType
Description:
[
CCode
( cprefix =
"GDA_SQL_ANY_"
, has_type_id =
false
) ]
public
enum
SqlAnyPartType
Type of part.
Namespace:
Gda
Package:
libgda-6.0
Content:
Enum values:
EXPR
-
structure is a
SqlExpr
SQL_CASE
-
structure is a
SqlCase
SQL_FIELD
-
structure is a
SqlField
SQL_FUNCTION
-
structure is a
SqlFunction
SQL_OPERATION
-
structure is a
SqlOperation
SQL_SELECT_FIELD
-
structure is a
SqlSelectField
SQL_SELECT_FROM
-
structure is a
SqlSelectFrom
SQL_SELECT_JOIN
-
structure is a
SqlSelectJoin
SQL_SELECT_ORDER
-
structure is a
SqlSelectOrder
SQL_SELECT_TARGET
-
structure is a
SqlSelectTarget
SQL_TABLE
-
structure is a
SqlTable
STMT_BEGIN
-
structure is a
SqlStatementTransaction
STMT_COMMIT
-
structure is a
SqlStatementTransaction
STMT_COMPOUND
-
structure is a
SqlStatementCompound
STMT_DELETE
-
structure is a
SqlStatementDelete
STMT_DELETE_SAVEPOINT
-
structure is a
SqlStatementTransaction
STMT_INSERT
-
structure is a
SqlStatementInsert
STMT_ROLLBACK
-
structure is a
SqlStatementTransaction
STMT_ROLLBACK_SAVEPOINT
-
structure is a
SqlStatementTransaction
STMT_SAVEPOINT
-
structure is a
SqlStatementTransaction
STMT_SELECT
-
structure is a
SqlStatementSelect
STMT_UNKNOWN
-
structure is a
SqlStatementUnknown
STMT_UPDATE
-
structure is a
SqlStatementUpdate