CompleteDB Embedded: Direct C++ API  2.4.2
ColumnInt8 Class Reference

Bindable 8-bit Integer (Byte) column data accessor used to insert, select or update row column data in a database table. More...

#include <ColumnInt8.hpp>

+ Inheritance diagram for ColumnInt8:

Public Member Functions

bool cast (const Object &from)
bool isConnected () const
bool isDisconnected () const
Type::Enum getClassType () const
Type::Enum getObjectType () const
bool exists ()
ColumnState::Enum getState () const
ColumnType::Enum getType () const
uint32_t getLength () const
const char * getDescription () const
const char * getName () const
int8_t getValue () const
void setValue (const int8_t newValue)
ColumnInt8operator= (const ColumnInt8 &src)
 ColumnInt8 (const ColumnInt8 &src)
virtual ~ColumnInt8 ()
 ColumnInt8 ()
- Public Member Functions inherited from Object
void * get () const
Objectoperator= (const Object &src)
 Object (const Object &src)
virtual ~Object ()
 Object ()
- Public Member Functions inherited from ColumnInfo
ColumnInfooperator= (const ColumnInfo &src)
 ColumnInfo (const ColumnInfo &src)
virtual ~ColumnInfo ()
 ColumnInfo ()

Friends

class Columns
class Record

Additional Inherited Members

- Protected Member Functions inherited from Object
 Object (void *src)
- Protected Attributes inherited from Object
void * m

Detailed Description

Bindable 8-bit Integer (Byte) column data accessor used to insert, select or update row column data in a database table.

Definition at line 16 of file ColumnInt8.hpp.

Constructor & Destructor Documentation

ColumnInt8 ( const ColumnInt8 src)
inline

Definition at line 82 of file ColumnInt8.hpp.

virtual ~ColumnInt8 ( )
inlinevirtual

Definition at line 86 of file ColumnInt8.hpp.

ColumnInt8 ( )
inline

Definition at line 87 of file ColumnInt8.hpp.

Member Function Documentation

bool cast ( const Object from)
inlinevirtual

Performs safe typecast.

Reimplemented from ColumnInfo.

Definition at line 29 of file ColumnInt8.hpp.

bool exists ( )
inlinevirtual

Reimplemented from ColumnInfo.

Definition at line 49 of file ColumnInt8.hpp.

Type::Enum getClassType ( ) const
inlinevirtual

class type of the object.

Reimplemented from ColumnInfo.

Definition at line 41 of file ColumnInt8.hpp.

const char* getDescription ( ) const
inlinevirtual

Returns the description of the entity.

Reimplemented from ColumnInfo.

Definition at line 59 of file ColumnInt8.hpp.

uint32_t getLength ( ) const
inlinevirtual

Reimplemented from ColumnInfo.

Definition at line 52 of file ColumnInt8.hpp.

const char* getName ( ) const
inlinevirtual

Returns the name of the entity.

Reimplemented from ColumnInfo.

Definition at line 66 of file ColumnInt8.hpp.

Type::Enum getObjectType ( ) const
inlinevirtual

object type of the underlying derived object.

Reimplemented from ColumnInfo.

Definition at line 45 of file ColumnInt8.hpp.

ColumnState::Enum getState ( ) const
inlinevirtual

Reimplemented from ColumnInfo.

Definition at line 50 of file ColumnInt8.hpp.

ColumnType::Enum getType ( ) const
inlinevirtual

Reimplemented from ColumnInfo.

Definition at line 51 of file ColumnInt8.hpp.

int8_t getValue ( ) const
inline

Returns current data value of the column.

Definition at line 73 of file ColumnInt8.hpp.

bool isConnected ( ) const
inlinevirtual

if underlying database is connected.

Reimplemented from ColumnInfo.

Definition at line 33 of file ColumnInt8.hpp.

bool isDisconnected ( ) const
inlinevirtual

if underlying database is not connected.

Reimplemented from ColumnInfo.

Definition at line 37 of file ColumnInt8.hpp.

ColumnInt8& operator= ( const ColumnInt8 src)
inline

Definition at line 81 of file ColumnInt8.hpp.

void setValue ( const int8_t  newValue)
inline

Sets current data value of the column.

Definition at line 77 of file ColumnInt8.hpp.

Friends And Related Function Documentation

friend class Columns
friend

Definition at line 21 of file ColumnInt8.hpp.

friend class Record
friend

Definition at line 22 of file ColumnInt8.hpp.


The documentation for this class was generated from the following file: