DataBasic Reference > Statements and Intrinsic Functions > Special Methods

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

Special Methods (databasic_sp_methods.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Special Methods

In general special methods require an object to operate on (the only exception is %CONNECT). However, most special methods can use the implicit default connection object.

Note: All method names are case insensitive.

There are special methods for:

Connecting to a language server

%Connect

Managing the server connection

%Import

%Set

Creating objects

%New

%Class

%Array

%Null

Enquiring about objects

%Admin

Formatting the data returned

%Array

RealityV15.1 (MoTW) Revision 7Comment on this topic