DatabaseFieldType
in package
Simple Database Field Type implementation.
Table of Contents
Constants
Constants
BOOLEAN
public
mixed
BOOLEAN
= 3
FLOAT
public
mixed
FLOAT
= 5
INTEGER
public
mixed
INTEGER
= 4
NULL
public
mixed
NULL
= 1
OBJECT
public
mixed
OBJECT
= 2
STRING
public
mixed
STRING
= 6
TIME
public
mixed
TIME
= 7
UNKNOWN
public
mixed
UNKNOWN
= 0