Create a database object:
gdbCreate objectType
Properties and Options:
-parent pHandle The object's parent.
-name oName A name for the object.
-result tclVar TCL var name for result;
previous object will be destroyed.
Required options for creation of variables:
-varType vType Variable type (variables only).
-varFmt vFmt Variable format (variables only).
Object Types (Not all are supported here):
null 0
object 1
data 2
cell 3
entry 4
variable 5
text 6
table 7
dbase 8
ptr 9
root 10
Variable Types:
null 0
text 1
int 2
float 3
double 4
ptr 5