vola1index
Description
Type Tags
db1index
Object Value
Objects of type vola1index have no value, and it is an error to try to get or set this value.
vola1index.new()
Description
Prototype
vola1index
.new
(
vola1index
)
me
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1index |
Properties
Property | Type | Description |
---|---|---|
_ | type(*) | |
__ | type(*) | |
_private | vola1indexprivate | |
algorithm | string | |
field | vola1field | |
next | vola1index | |
precision | integer | |
select | function | |
selectkey | function | |
table | vola1table | |
type | type | |
unique | boolean |
Methods
select()
Description
Prototype
vola1indexvar
.select
(
vola1index
,
boolean me
,
string lastrecord
,
integer locktype
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1index | |
lastrecord | .false | boolean | |
locktype | None | string | |
error | None | integer |
selectkey()
Description
Prototype
vola1indexvar
.selectkey
(
vola1index
,
anyvalue me
,
string value
,
integer locktype
,
boolean error
)
found
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1index | |
value | None | anyvalue | |
locktype | None | string | |
error | None | integer | |
found | None | boolean |