#include <class.h>
Inheritance diagram for dbMethodFastTrampoline< T, R >:
Public Methods | |
dbAnyMethodTrampoline * | optimize () |
void | invoke (byte *data, void *result) |
|
Invoke method
Implements dbAnyMethodTrampoline. |
|
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
Implements dbAnyMethodTrampoline. |