CompleteDB Embedded: Direct C++ API
2.4.2
|
Base class that defines an API to prepare a statement for fast execution. More...
#include <FastStatement.hpp>
Public Member Functions | |
virtual bool | cast (const Object &from) |
virtual bool | isConnected () const |
virtual bool | isDisconnected () const |
virtual Type::Enum | getClassType () const |
virtual Type::Enum | getObjectType () const |
virtual Error::Enum | getLastErrorId () const |
virtual const char * | getLastError () const |
virtual bool | prepare () |
FastStatement & | operator= (const FastStatement &src) |
FastStatement (const FastStatement &src) | |
virtual | ~FastStatement () |
FastStatement () | |
![]() | |
void * | get () const |
Object & | operator= (const Object &src) |
Object (const Object &src) | |
virtual | ~Object () |
Object () | |
![]() | |
LastError & | operator= (const LastError &src) |
LastError (const LastError &src) | |
virtual | ~LastError () |
LastError () |
Additional Inherited Members | |
![]() | |
Object (void *src) | |
![]() | |
void * | m |
Base class that defines an API to prepare a statement for fast execution.
Definition at line 16 of file FastStatement.hpp.
|
inline |
Definition at line 65 of file FastStatement.hpp.
|
inlinevirtual |
Definition at line 69 of file FastStatement.hpp.
|
inline |
Definition at line 70 of file FastStatement.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 26 of file FastStatement.hpp.
|
inlinevirtual |
class type of the object.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 38 of file FastStatement.hpp.
|
inlinevirtual |
Retrieves the calling object last-error text message.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 53 of file FastStatement.hpp.
|
inlinevirtual |
Retrieves the calling object last-error id value.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 49 of file FastStatement.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 42 of file FastStatement.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 30 of file FastStatement.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from LastError.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 34 of file FastStatement.hpp.
|
inline |
Definition at line 64 of file FastStatement.hpp.
|
inlinevirtual |
Validates and prepares statement for execution.
Reimplemented in Record, CreateTable, and Statement.
Definition at line 60 of file FastStatement.hpp.