vola1newtable
Description
Type Tags
None
Object Value
Objects of type vola1newtable have no value, and it is an error to try to get or set this value.
vola1newtable.new()
Description
Prototype
vola1newtable
.new
(
vola1newtable
,
string me
,
vola1base tablename
)
volabase
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1newtable | |
tablename | None | string | |
volabase | None | vola1base |
Properties
Property | Type | Description |
---|---|---|
_ | type(*) | |
__ | type(*) | |
_private | vola1newtableprivate | |
create | function | |
firstfield | vola1newfield | |
firstindex | vola1newindex | |
newfield | function | |
newindex | function | |
tablename | string | |
type | type | |
volabase | vola1base |
Methods
create()
Description
Prototype
vola1newtablevar
.create
(
vola1newtable
,
integer me
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1newtable | |
error | None | integer |
newfield()
Description
Prototype
vola1newtablevar
.newfield
(
vola1newtable
,
string me
,
type name
,
vola1newfield datatype
)
next
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1newtable | |
name | None | string | |
datatype | None | type | |
next | None | vola1newfield |
newindex()
Description
Prototype
vola1newtablevar
.newindex
(
vola1newtable
,
vola1newfield me
,
integer field
,
boolean precision
,
string unique
)
algorithm
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | vola1newtable | |
field | None | vola1newfield | |
precision | None | integer | |
unique | .false | boolean | |
algorithm | None | string |