Searched refs:columnCount (Results 1 – 4 of 4) sorted by relevance
131 int32_t columnCount = statement.GetColumnCount(); in FindByConditions() local133 for (int32_t i = 0; i < columnCount; i++) { in FindByConditions()153 int32_t columnCount = statement.GetColumnCount(); in GetDistinctValue() local155 for (int32_t i = 0; i < columnCount; i++) { in GetDistinctValue()
433 int32_t columnCount = 0; in GetResultSetTableInfo() local435 … if (resultSet->GetRowCount(rowCount) != E_OK || resultSet->GetColumnCount(columnCount) != E_OK || in GetResultSetTableInfo()469 table.columnCount = columnCount; in GetResultSetTableInfo()473 …rowCount, columnCount, table.primaryKeyIndex, table.uidIndex, table.installTimeIndex, table.update… in GetResultSetTableInfo()518 table.rowCount, table.columnCount, position, infos.size(), (endFlag ? "yes" : "no")); in GetResultRightRecordEx()
48 int32_t columnCount; member
168 int columnCount = statement.GetColumnCount(); in Find() local170 for (int i = 0; i < columnCount; i++) { in Find()