Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaConnectionEventCode |
Enum : | ConnectionEventCode |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gda.ConnectionEventCode.CHECK_VIOLATION : 5
|
|
Number Gda.ConnectionEventCode.CONSTRAINT_VIOLATION : 0
|
|
Number Gda.ConnectionEventCode.DUPLICATE_ALIAS : 15
|
|
Number Gda.ConnectionEventCode.DUPLICATE_COLUMN : 10
|
|
Number Gda.ConnectionEventCode.DUPLICATE_DATABASE : 11
|
|
Number Gda.ConnectionEventCode.DUPLICATE_FUNCTION : 12
|
|
Number Gda.ConnectionEventCode.DUPLICATE_OBJECT : 16
|
|
Number Gda.ConnectionEventCode.DUPLICATE_SCHEMA : 13
|
|
Number Gda.ConnectionEventCode.DUPLICATE_TABLE : 14
|
|
Number Gda.ConnectionEventCode.FOREIGN_KEY_VIOLATION : 3
|
|
Number Gda.ConnectionEventCode.INSUFFICIENT_PRIVILEGES : 6
|
|
Number Gda.ConnectionEventCode.NOT_NULL_VIOLATION : 2
|
|
Number Gda.ConnectionEventCode.RESTRICT_VIOLATION : 1
|
|
Number Gda.ConnectionEventCode.SYNTAX_ERROR : 17
|
|
Number Gda.ConnectionEventCode.UNDEFINED_COLUMN : 7
|
|
Number Gda.ConnectionEventCode.UNDEFINED_FUNCTION : 8
|
|
Number Gda.ConnectionEventCode.UNDEFINED_TABLE : 9
|
|
Number Gda.ConnectionEventCode.UNIQUE_VIOLATION : 4
|
|
Number Gda.ConnectionEventCode.UNKNOWN : 18
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda.ConnectionEvent
Method |
get_gda_code
()
:
Gda.ConnectionEventCode
Retrieve the code associated to event.
|
Gda.ConnectionEvent
Method |
set_gda_code
(ConnectionEventCode code)
:
none
library.
|