Exemplo n.º 1
0
 FieldPtr Statement::GetField(unsigned index) const
 {
   return FieldPtr(new FieldImpl(*const_cast<Statement *>(this), index + 1));
 }
Exemplo n.º 2
0
void Table::addField(const FieldPtr& f)
{
    m_fields.append(FieldPtr(f));
}