Commented out code removed
This commit is contained in:
parent
e23164c98c
commit
3b8d0e40c4
1 changed files with 0 additions and 4 deletions
|
|
@ -29,10 +29,6 @@ Value Row::get(int col) const
|
||||||
return m_result.get(col, m_row);
|
return m_result.get(col, m_row);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Value Row::get(const char *colname) const
|
|
||||||
//{
|
|
||||||
|
|
||||||
//}
|
|
||||||
Row::const_iterator Row::end() const
|
Row::const_iterator Row::end() const
|
||||||
{
|
{
|
||||||
return const_iterator(*this, m_result.cols());
|
return const_iterator(*this, m_result.cols());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue