OmniSciDB
bf83d84833
|
#include <DBEngine.h>
Public Member Functions | |
size_t | getColCount () |
size_t | getRowCount () |
Row | getNextRow () |
int | getColType (uint32_t col_num) |
Definition at line 40 of file DBEngine.h.
size_t EmbeddedDatabase::Cursor::getColCount | ( | ) |
Definition at line 245 of file DBEngine.cpp.
References EmbeddedDatabase::CursorImpl::getColCount(), and EmbeddedDatabase::getImpl().
int EmbeddedDatabase::Cursor::getColType | ( | uint32_t | col_num | ) |
Definition at line 260 of file DBEngine.cpp.
References EmbeddedDatabase::CursorImpl::getColType(), and EmbeddedDatabase::getImpl().
Row EmbeddedDatabase::Cursor::getNextRow | ( | ) |
Definition at line 255 of file DBEngine.cpp.
References EmbeddedDatabase::getImpl(), and EmbeddedDatabase::CursorImpl::getNextRow().
size_t EmbeddedDatabase::Cursor::getRowCount | ( | ) |
Definition at line 250 of file DBEngine.cpp.
References EmbeddedDatabase::getImpl(), and EmbeddedDatabase::CursorImpl::getRowCount().