Miscellaneous
AUTOSAVE
autosave(Boolean stat
)
STABLE
No description.
autosave( )
STABLE
No description.
AUTO_COMMIT
auto_commit(Boolean stat
)
STABLE
No description.
CURRENT_FN_STATUS
current_fn_status(Charstring status
) -> Charstring
STABLE
No description.
ERASE_IMAGE
erase_image( ) -> Charstring
STABLE
Delete the current database image
ERROR
error(Charstring msg
)
STABLE
Throw an error with message msg
error(Charstring msg
, Object o
)
STABLE
Throw an error with message msg
for object o
EXTENSION_LOADED
extension_loaded(Charstring ext
)
STABLE
Load plugin named ext
EXTLANG
extlang(Charstring lang
)
STABLE
Enable access to external programming language lang
FILE:CURRENT_FOLDER
file:current_folder( ) -> Charstring
STABLE
Get the folder of the current file, or current working
directory if no file is being loaded.
GETWATERMARK
getwatermark( ) -> Object
STABLE
No description.
IMAGE_FILE
image_file( ) -> Charstring
STABLE
No description.
LOAD_EXTENSION
load_extension(Charstring ext
)
STABLE
Load plugin named ext
NEW_VECTOR
new_vector(Integer dim
, Object e
) -> Vector
STABLE
Obsolete
new_vector(Integer dim
) -> Vector
STABLE
Return a vector with dim
nulls
OBJECT_NUMBERED
object_numbered(Integer i
) -> Object
STABLE
No description.
OID_NO
oid_no(Object o
) -> Integer i
STABLE
The number identifying surrogate object o
RELOAD_EXTENSION
reload_extension(Charstring ext
)
STABLE
No description.
ROWCOUNT
rowcount( ) -> Integer
STABLE
No description.
SAVE_DATABASE
save_database(Charstring image
) -> Charstring
STABLE
No description.
SAVE_IMAGE
save_image( ) -> Charstring
STABLE
Save current database image on disk
SET_CLOSED
set_closed(Charstring fn
) -> Bag of Function
STABLE
No description.
SET_FINAL
set_final(Charstring fn
)
STABLE
Declare function fn
as final (no late binding)
SET_RESULTTYPES
set_resulttypes(Object fn
, Charstring lfn
) -> Bag of Function
STABLE
No description.
SET_STATEFUL
set_stateful(Charstring fn
) -> Bag of Function
STABLE
Declare all resolvents of function named fn
to be stateful
SET_STATELESS
set_stateless(Charstring fn
) -> Bag of Function
STABLE
Declare all resolvents of function named fn
to be not stateful
SQL_VIEW
sql_view(Charstring fn
) -> Charstring
STABLE
Make an SQL view of the OSQL function fn
STARTUP_DIR
startup_dir( ) -> Charstring
STABLE
No description.
STATEFUL
stateful(Function f
)
STABLE
Is function f
stateful?
UNNEST_ARGUMENTS
unnest_arguments(Function fn
)
STABLE
No description.
WHENZERO
whenzero(Number x
, Number dflt
) -> Number
STABLE
Value dflt
when x=0