LibreOffice Module connectivity (master) 1
|
#include <NStatement.hxx>
Public Member Functions | |
QueryData () | |
EBookQuery * | getQuery () const |
void | setQuery (EBookQuery *pQuery) |
Public Attributes | |
OUString | sTable |
QueryFilterType | eFilterType |
rtl::Reference< connectivity::OSQLColumns > | xSelectColumns |
SortDescriptor | aSortOrder |
Private Attributes | |
EBookQueryWrapper | aQuery |
Definition at line 120 of file NStatement.hxx.
|
inline |
Definition at line 131 of file NStatement.hxx.
|
inline |
Definition at line 139 of file NStatement.hxx.
References aQuery, and connectivity::evoab::EBookQueryWrapper::getQuery().
Referenced by connectivity::evoab::OEvoabPreparedStatement::construct(), and connectivity::evoab::OEvoabResultSet::construct().
|
inline |
Definition at line 140 of file NStatement.hxx.
References aQuery, and connectivity::evoab::EBookQueryWrapper::reset().
Referenced by connectivity::evoab::OCommonStatement::parseSql().
|
private |
Definition at line 123 of file NStatement.hxx.
Referenced by getQuery(), and setQuery().
SortDescriptor connectivity::evoab::QueryData::aSortOrder |
Definition at line 129 of file NStatement.hxx.
Referenced by connectivity::evoab::OEvoabResultSet::construct(), and connectivity::evoab::OCommonStatement::parseSql().
QueryFilterType connectivity::evoab::QueryData::eFilterType |
Definition at line 127 of file NStatement.hxx.
Referenced by connectivity::evoab::OEvoabResultSet::construct(), and connectivity::evoab::OCommonStatement::parseSql().
OUString connectivity::evoab::QueryData::sTable |
Definition at line 126 of file NStatement.hxx.
Referenced by connectivity::evoab::OEvoabPreparedStatement::construct(), connectivity::evoab::OEvoabResultSet::construct(), and connectivity::evoab::OCommonStatement::parseSql().
rtl::Reference<connectivity::OSQLColumns> connectivity::evoab::QueryData::xSelectColumns |
Definition at line 128 of file NStatement.hxx.
Referenced by connectivity::evoab::OEvoabPreparedStatement::construct(), and connectivity::evoab::OEvoabResultSet::construct().