#include <class.h>
Inheritance diagram for dbAnyMethodTrampoline:
Public Methods | |
virtual void | invoke (byte *data, void *result)=0 |
virtual dbAnyMethodTrampoline * | optimize ()=0 |
dbAnyMethodTrampoline (dbFieldDescriptor *fd) | |
virtual | ~dbAnyMethodTrampoline () |
|
Method tramopile constructor
|
|
Trampoline desctructor |
|
Invoke method
Implemented in dbMethodTrampoline< T, R >, and dbMethodFastTrampoline< T, R >. |
|
Get optimize trampoline. Optimized trampoline can be used for records which format in the database is the same as in application. In this case there is no need to fetch record and pointer insode database can be used intead
Implemented in dbMethodTrampoline< T, R >, and dbMethodFastTrampoline< T, R >. |