| wxSQLite3
    3.0.6
    | 
Interface for a user defined collation sequence. More...
#include <wxsqlite3.h>
| Public Member Functions | |
| virtual | ~wxSQLite3Collation () | 
| Virtual destructor.  More... | |
| virtual int | Compare (const wxString &text1, const wxString &text2) | 
| Execute a comparison using a user-defined collation sequence.  More... | |
Interface for a user defined collation sequence.
| 
 | inlinevirtual | 
Virtual destructor.
| 
 | inlinevirtual | 
Execute a comparison using a user-defined collation sequence.
Please refer to the SQLite documentation for further information.
| text1 | first text string | 
| text2 | second text string | 
 1.8.5
 1.8.5