wxSQLite3 3.4.1
wxSQLite3Table Member List

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

Finalize()wxSQLite3Table
FindColumnIndex(const wxString &columnName)wxSQLite3Table
GetAsString(int columnIndex)wxSQLite3Table
GetAsString(const wxString &columnName)wxSQLite3Table
GetBool(int columnIndex)wxSQLite3Table
GetBool(const wxString &columnName)wxSQLite3Table
GetColumnCount()wxSQLite3Table
GetColumnName(int columnIndex)wxSQLite3Table
GetDate(int columnIndex)wxSQLite3Table
GetDate(const wxString &columnName)wxSQLite3Table
GetDateTime(int columnIndex)wxSQLite3Table
GetDateTime(const wxString &columnName)wxSQLite3Table
GetDouble(int columnIndex, double nullValue=0.0)wxSQLite3Table
GetDouble(const wxString &columnName, double nullValue=0.0)wxSQLite3Table
GetInt(int columnIndex, int nullValue=0)wxSQLite3Table
GetInt(const wxString &columnName, int nullValue=0)wxSQLite3Table
GetInt64(int columnIndex, wxLongLong nullValue=0)wxSQLite3Table
GetInt64(const wxString &columnName, wxLongLong nullValue=0)wxSQLite3Table
GetRowCount()wxSQLite3Table
GetString(int columnIndex, const wxString &nullValue=wxEmptyString)wxSQLite3Table
GetString(const wxString &columnName, const wxString &nullValue=wxEmptyString)wxSQLite3Table
GetTime(int columnIndex)wxSQLite3Table
GetTime(const wxString &columnName)wxSQLite3Table
IsNull(int columnIndex)wxSQLite3Table
IsNull(const wxString &columnName)wxSQLite3Table
IsOk()wxSQLite3Table
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