sqlite3 Reference Manual

Synopsis

public class Value {
    public    void**                    to_blob                   (  ) ;
    public    int                       to_bytes                  (  ) ;
    public    double                    to_double                 (  ) ;
    public    int                       to_int                    (  ) ;
    public    int64                     to_int64                  (  ) ;
    public    weak string               to_text                   (  ) ;
    public    int                       to_type                   (  ) ;
    public    int                       to_numeric_type           (  ) ;
}

Value Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

to_blob ()
    public    void**                    to_blob                   (  ) ;		

to_bytes ()
    public    int                       to_bytes                  (  ) ;		

to_double ()
    public    double                    to_double                 (  ) ;		

to_int ()
    public    int                       to_int                    (  ) ;		

to_int64 ()
    public    int64                     to_int64                  (  ) ;		

to_text ()
    public    weak string               to_text                   (  ) ;		

to_type ()
    public    int                       to_type                   (  ) ;		

to_numeric_type ()
    public    int                       to_numeric_type           (  ) ;		


Created by Valadoc