wxSQLite3 4.9.12
|
This is the complete list of members for wxSQLite3Table, including all inherited members.
Finalize() | wxSQLite3Table | |
FindColumnIndex(const wxString &columnName) const | wxSQLite3Table | |
GetAsString(int columnIndex) const | wxSQLite3Table | |
GetAsString(const wxString &columnName) const | wxSQLite3Table | |
GetBool(int columnIndex) const | wxSQLite3Table | |
GetBool(const wxString &columnName) const | wxSQLite3Table | |
GetColumnCount() const | wxSQLite3Table | |
GetColumnName(int columnIndex) const | wxSQLite3Table | |
GetDate(int columnIndex) const | wxSQLite3Table | |
GetDate(const wxString &columnName) const | wxSQLite3Table | |
GetDateTime(int columnIndex) const | wxSQLite3Table | |
GetDateTime(const wxString &columnName) const | wxSQLite3Table | |
GetDouble(int columnIndex, double nullValue=0.0) const | wxSQLite3Table | |
GetDouble(const wxString &columnName, double nullValue=0.0) const | wxSQLite3Table | |
GetInt(int columnIndex, int nullValue=0) const | wxSQLite3Table | |
GetInt(const wxString &columnName, int nullValue=0) const | wxSQLite3Table | |
GetInt64(int columnIndex, wxLongLong nullValue=0) const | wxSQLite3Table | |
GetInt64(const wxString &columnName, wxLongLong nullValue=0) const | wxSQLite3Table | |
GetRowCount() const | wxSQLite3Table | |
GetString(int columnIndex, const wxString &nullValue=wxEmptyString) const | wxSQLite3Table | |
GetString(const wxString &columnName, const wxString &nullValue=wxEmptyString) const | wxSQLite3Table | |
GetTime(int columnIndex) const | wxSQLite3Table | |
GetTime(const wxString &columnName) const | wxSQLite3Table | |
IsNull(int columnIndex) const | wxSQLite3Table | |
IsNull(const wxString &columnName) const | wxSQLite3Table | |
IsOk() const | 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() | wxSQLite3Table | virtual |