LibreOffice Module connectivity (master) 1
Classes | Namespaces | Enumerations
TSortIndex.hxx File Reference
#include <connectivity/dbtoolsdllapi.hxx>
#include "TKeyValue.hxx"
Include dependency graph for TSortIndex.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  connectivity::OSortIndex
 The class OSortIndex can be used to implement a sorted index. More...
 
class  connectivity::OKeySet_Base
 
class  connectivity::OKeySet
 The class OKeySet is a refcountable vector which also has a state. More...
 

Namespaces

namespace  connectivity
 

Enumerations

enum class  connectivity::OKeyType {
  connectivity::NONE ,
  connectivity::Double ,
  connectivity::String
}
 
enum class  connectivity::TAscendingOrder {
  connectivity::ASC = 1 ,
  connectivity::DESC = -1
}