1 #ifndef INCLUDE_ORA_OID_H
2 #define INCLUDE_ORA_OID_H
17 explicit OId(
const std::pair<int,int>& oidPair );
43 std::pair<int,int>
toPair()
const;
virtual std::string write(const OId &oid)=0
virtual std::string className(const std::string &poolToken)=0
static bool isOId(const std::string &input)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
bool operator==(const OId &rhs) const
std::pair< int, int > toPair() const
OId & operator=(const OId &rhs)
bool operator!=(const OId &rhs) const
virtual OId parse(const std::string &poolToken)=0
std::string toString() const
bool fromString(const std::string &s)
void toOutputStream(std::ostream &os) const