#include <object.h>
Inheritance diagram for GQL::BasicSQLObject:
Public Member Functions | |
BasicSQLObject () | |
virtual | ~BasicSQLObject () |
virtual std::string | output () const |
virtual bool | input (const std::string &s) |
virtual std::string | to_string () const |
virtual long | to_int () const |
virtual double | to_real () const |
virtual bool | to_boolean () const |
virtual Blob * | to_blob () const |
virtual SQLType | to_type () const |
virtual void | from_string (const std::string &s) |
virtual void | from_int (long l) |
virtual void | from_real (double d) |
virtual void | from_boolean (bool b) |
virtual void | from_type (const SQLType &type) |
virtual void | from_blob (const Blob *blob=0) |
if blob is 0, create a new BLOB instance | |
Protected Types | |
enum | Type { VOID, STRING, INT, FLOAT, TYPE } |
Protected Member Functions | |
Type | type () const |
|
|
|
|
|
|
|
if blob is 0, create a new BLOB instance
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
Implements GQL::SQLObject. |
|
|