Gom.Command¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The |
||
w |
The SQL for the command. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Gom.Command(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- execute(cursor)¶
- Parameters:
cursor (
Gom.Cursor
) –- Raises:
- Return type:
- reset()¶
- set_param(param, value)¶
- Parameters:
param (
int
) –value (
GObject.Value
) –
Property Details¶
- Gom.Command.props.adapter¶
- Name:
adapter
- Type:
- Default Value:
- Flags:
The
Gom.Adapter
for the command.