|
Public Member Functions |
| IndexedDBMap () |
bool __fastcall | connect (AnsiString _location) |
bool __fastcall | connect (TStream *_stream, bool _create=false) |
bool __fastcall | disconnect () |
int __fastcall | maxRef () |
int __fastcall | count () |
bool __fastcall | clear () |
int __fastcall | add (AnsiString _id, TStream *_stream) |
bool __fastcall | remove (AnsiString _id) |
bool __fastcall | remove (int _ref) |
bool __fastcall | replace (AnsiString _id, TStream *_stream, AnsiString _newID="") |
bool __fastcall | replace (int _ref, AnsiString _id, TStream *_stream=NULL) |
bool __fastcall | replace (int _ref, TStream *_stream) |
int __fastcall | at (AnsiString _id, TStream *_stream=NULL) |
AnsiString __fastcall | at (int _ref, TStream *_stream=NULL) |
AnsiString __fastcall | getId (int _ref) |
bool __fastcall | getRefsAndIDs (TStrings *_sl) |
bool __fastcall | getRefsAndIDs (vector< int > *_refs, TStrings *_sl) |
bool __fastcall | getRefs (vector< int > *_refs) |
bool __fastcall | getRefs (TStrings *_sl) |
bool __fastcall | getIds (TStrings *_sl) |
bool __fastcall | debug (TStrings *_sl, TCanvas *_cv=NULL, TRect rect=TRect(0, 0, 0, 0)) |