Searched defs:ColumnType (Results 1 – 3 of 3) sorted by relevance
26 struct ColumnType { struct27 const char* column_id;30 const bool has_real_value;32 const bool has_multiple_data;
146 ColType Statement::ColumnType(int col) const { in ColumnType() function in sql::Statement
172 ColType Statement::ColumnType(int col) const { in ColumnType() function in sql::Statement