wxSQLite3 4.9.10
Loading...
Searching...
No Matches
wxSQLite3Table Member List

This is the complete list of members for wxSQLite3Table, including all inherited members.

Finalize()wxSQLite3Table
FindColumnIndex(const wxString &columnName) constwxSQLite3Table
GetAsString(int columnIndex) constwxSQLite3Table
GetAsString(const wxString &columnName) constwxSQLite3Table
GetBool(int columnIndex) constwxSQLite3Table
GetBool(const wxString &columnName) constwxSQLite3Table
GetColumnCount() constwxSQLite3Table
GetColumnName(int columnIndex) constwxSQLite3Table
GetDate(int columnIndex) constwxSQLite3Table
GetDate(const wxString &columnName) constwxSQLite3Table
GetDateTime(int columnIndex) constwxSQLite3Table
GetDateTime(const wxString &columnName) constwxSQLite3Table
GetDouble(int columnIndex, double nullValue=0.0) constwxSQLite3Table
GetDouble(const wxString &columnName, double nullValue=0.0) constwxSQLite3Table
GetInt(int columnIndex, int nullValue=0) constwxSQLite3Table
GetInt(const wxString &columnName, int nullValue=0) constwxSQLite3Table
GetInt64(int columnIndex, wxLongLong nullValue=0) constwxSQLite3Table
GetInt64(const wxString &columnName, wxLongLong nullValue=0) constwxSQLite3Table
GetRowCount() constwxSQLite3Table
GetString(int columnIndex, const wxString &nullValue=wxEmptyString) constwxSQLite3Table
GetString(const wxString &columnName, const wxString &nullValue=wxEmptyString) constwxSQLite3Table
GetTime(int columnIndex) constwxSQLite3Table
GetTime(const wxString &columnName) constwxSQLite3Table
IsNull(int columnIndex) constwxSQLite3Table
IsNull(const wxString &columnName) constwxSQLite3Table
IsOk() constwxSQLite3Table
operator=(const wxSQLite3Table &table)wxSQLite3Table
SetRow(int row)wxSQLite3Table
wxSQLite3Table()wxSQLite3Table
wxSQLite3Table(const wxSQLite3Table &table)wxSQLite3Table
wxSQLite3Table(char **results, int rows, int cols)wxSQLite3Table
~wxSQLite3Table()wxSQLite3Tablevirtual