1
0
Fork 0
arangodb/Documentation/RefManual/JSModuleInternal.md

48 lines
965 B
Markdown

Module "internal" {#JSModuleInternal}
=====================================
@NAVIGATE_JSModuleInternal
@EMBEDTOC{JSModuleInternalTOC}
Internal Module {#JSModuleInternalIntro}
========================================
The "internal" module implements functions required internally by arangodb. You
should normally not need these functions unless you are extending ArangoDB
itself.
@anchor JSModuleInternalExecute
@copydetails JS_Execute
@CLEARPAGE
@anchor JSModuleInternalLoad
@copydetails JS_Load
@CLEARPAGE
@anchor JSModuleInternalLog
@copydetails JS_Log
@CLEARPAGE
@anchor JSModuleInternalLogLevel
@copydetails JS_LogLevel
@CLEARPAGE
@anchor JSModuleInternalOutput
@copydetails JS_Output
@CLEARPAGE
@anchor JSModuleInternalProcessStat
@copydetails JS_ProcessStat
@CLEARPAGE
@anchor JSModuleInternalRead
@copydetails JS_Read
@CLEARPAGE
@anchor JSModuleInternalSPrintF
@copydetails JS_SPrintF
@CLEARPAGE
@anchor JSModuleInternalTime
@copydetails JS_Time