api   api 
skipping to change at line 104 skipping to change at line 104
public: public:
~Result(); ~Result();
Result& operator=( const Result& ref ); Result& operator=( const Result& ref );
odbxres getResult( struct timeval* timeout, unsigned long ch unk ); odbxres getResult( struct timeval* timeout, unsigned long ch unk );
odbxrow getRow(); odbxrow getRow();
uint64_t getRowsAffected(); uint64_t rowsAffected();
unsigned long getColumnCount(); unsigned long columnCount();
string getColumnName( unsigned long pos ); unsigned long columnPos( const string& name );
odbxtype getColumnType( unsigned long pos ); string columnName( unsigned long pos );
odbxtype columnType( unsigned long pos );
unsigned long getFieldLength( unsigned long pos ); unsigned long fieldLength( unsigned long pos );
const char* getFieldValue( unsigned long pos ); const char* fieldValue( unsigned long pos );
Lob getLob( const char* value ); Lob getLob( const char* value );
}; };
class Stmt class Stmt
{ {
protected: protected:
int* m_ref; int* m_ref;
Stmt_Impl* m_impl; Stmt_Impl* m_impl;
 End of changes. 3 change blocks. 
6 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/