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) –
- set_param_bytes(param, bytes)¶
 - Parameters:
 param (
int) –bytes (
GLib.Bytes) –
Property Details¶
- Gom.Command.props.adapter¶
 - Name:
 adapter- Type:
 - Default Value:
 - Flags:
 
The
Gom.Adapterfor the command.