wxSQLite3  5.0.1
Loading...
Searching...
No Matches
wxSQLite3::Table Member List

This is the complete list of members for wxSQLite3::Table, including all inherited members.

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