Chapter 66. reorglib
Table of Contents
The reorglib provides the core functionality used by the command line reorganize command and it is also used by SIMPOL Personal for its reorganize functionality. This provides a method of repacking the database for basic maintenance on *.sbm databases.
reorginfo
Description
Type Tags
None
Object Value
Objects of type reorginfo have no value, and it is an error to try to get or set this value.
reorginfo.new()
Description
Prototype
reorginfo
.new
(
reorginfo
)
me
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | reorginfo |
Properties
Property | Type | Description |
---|---|---|
deferindexes | boolean | |
endtime | datetime | |
getdate | function | |
gettime | function | |
interval | integer | |
logfile | string | |
maxinterval | integer | |
minimumupdateinterval | datetime | |
readcachesize | integer | |
recordcount | integer | |
starttime | datetime | |
type | type | |
updateinterval | integer | |
usercanceled | boolean | |
userreference | type(*) | |
userupdate | function | |
writecachesize | integer |
Methods
getdate()
Description
Prototype
reorginfovar
.getdate
(
datetime
)
dt
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
dt | None | datetime |
gettime()
Description
Prototype
reorginfovar
.gettime
(
datetime
)
dt
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
dt | None | datetime |