![]() |
Developers ManualProject homepage |
#include "O3DBIRecord.h"
Include dependency graph for O3DBIRecordSet.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | O3DBIRecordSet |
Typedefs | |
typedef std::vector< O3DBIRecord > | TRecordSet |
typedef TRecordSet::iterator | TRecordSetIter |
typedef TRecordSet::const_iterator | TRecordSetConstIter |
typedef TRecordSet::size_type | TRecordSetSize |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Definition in file O3DBIRecordSet.h.
|
A type for a controlled sequence (vector) to manage O3DBIRecord objects. Definition at line 51 of file O3DBIRecordSet.h. Referenced by O3DBIRecordSet::GetRecords(). |
|
A convenience alias for const iterator types (pointer-like objects) which are able to point to a specific element in a TRecordSet, but modifying the data "pointed to" is disallowed. Definition at line 64 of file O3DBIRecordSet.h. Referenced by O3DBIRecordSet::IsModified(), and O3DBIRecordSet::ToString(). |
|
A convenience alias for iterator types (pointer-like objects) which are able to point to a specific element in a TRecordSet container. Definition at line 57 of file O3DBIRecordSet.h. Referenced by O3DBIRecordSet::CancelModified(), and O3DBIRecordSet::RemoveRecord(). |
|
A convenience alias for a size type, needed for size and capacity values of a TRecordSet. Definition at line 70 of file O3DBIRecordSet.h. Referenced by O3DBIRecordSet::GetRecordCount(). |
|
Generated on Sun Jan 23 11:36:42 2005 for Oracle Object Oriented Database Interface (O3DBI) by
![]() |