api   api 
skipping to change at line 101 skipping to change at line 101
Result( Result_Impl* impl ); Result( Result_Impl* impl );
friend class Stmt; friend class Stmt;
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 = NULL, unsigned long chunk = 0 );
odbxrow getRow(); odbxrow getRow();
uint64_t rowsAffected(); uint64_t rowsAffected();
unsigned long columnCount(); unsigned long columnCount();
unsigned long columnPos( const string& name ); unsigned long columnPos( const string& name );
string columnName( unsigned long pos ); string columnName( unsigned long pos );
odbxtype columnType( unsigned long pos ); odbxtype columnType( unsigned long pos );
unsigned long fieldLength( unsigned long pos ); unsigned long fieldLength( unsigned long pos );
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 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/