Declaration
TnxBaseServerEngine = class(TnxStateComponent)
Description
This is the base for all Server Engine implementations in NexusDB. All actual server engines are descendent from this class. Please note that a server engine does not do a lot of stuff on its own. It's a mainly a center point that holds together all engines and their instances of server objects.
Methods
This function resets all statistical values.
constructor.
destructor.
This function returns the captions for the statistics page on the server gui.
This function returns the values for the statistics page on the server gui.
This function opens creates a new session.
This function opens creates a new session. It additionally passes the Client Version. This function can be used to support older clients on a newer version on the server.
Properties
CursorCount returns the number of open cursors in this server engine
DatabaseCount returns the number of open databases in this server engine.
SessionCount returns the number of open session in this server engine
StatementCount returns the number of open (SQL) statements in this server engine.
File