LibreOffice Module connectivity (master) 1
|
#include <TKeyValue.hxx>
Public Member Functions | |
~OKeyValue () | |
void | pushKey (const ORowSetValueDecoratorRef &_aValueRef) |
OUString | getKeyString (std::vector< ORowSetValueDecoratorRef >::size_type i) const |
double | getKeyDouble (std::vector< ORowSetValueDecoratorRef >::size_type i) const |
sal_Int32 | getValue () const |
Static Public Member Functions | |
static std::unique_ptr< OKeyValue > | createKeyValue (sal_Int32 nVal) |
Private Member Functions | |
OKeyValue (sal_Int32 nVal) | |
Private Attributes | |
std::vector< ORowSetValueDecoratorRef > | m_aKeys |
sal_Int32 | m_nValue |
Definition at line 27 of file TKeyValue.hxx.
|
private |
Definition at line 137 of file TSortIndex.cxx.
Referenced by createKeyValue().
OKeyValue::~OKeyValue | ( | ) |
Definition at line 142 of file TSortIndex.cxx.
|
static |
Definition at line 146 of file TSortIndex.cxx.
References OKeyValue().
Referenced by connectivity::file::OResultSet::GetOrderbyKeyValue().
|
inline |
Definition at line 49 of file TKeyValue.hxx.
References i.
|
inline |
Definition at line 44 of file TKeyValue.hxx.
References i.
|
inline |
Definition at line 55 of file TKeyValue.hxx.
|
inline |
Definition at line 39 of file TKeyValue.hxx.
|
private |
Definition at line 29 of file TKeyValue.hxx.
|
private |
Definition at line 30 of file TKeyValue.hxx.