MetaFoxDataType
    
            
            in package
            
        
    
    
    
Class MetaFoxDataType.
Table of Contents
Constants
Constants
BOOLEAN
    public
        mixed
    BOOLEAN
    = 'boolean'
    
    
    
INTEGER
    public
        mixed
    INTEGER
    = 'integer'
    
    
    
NUMERIC
    public
        mixed
    NUMERIC
    = 'numeric'
    
    
    
STRING
    public
        mixed
    STRING
    = 'string'
    
    
    
TEXT
    public
        mixed
    TEXT
    = 'text'