Home | History | Annotate | Download | only in SQLite

Lines Matching refs:columnCount

1057         int columnCount = st.column_count();
1058 assertNotNull(columnCount);
1059 assertEquals( 3, columnCount);
1069 columnCount = st.column_count();
1070 assertNotNull(columnCount);
1071 assertEquals( 3, columnCount);