Home
last modified time | relevance | path

Searched refs:useWithoutRowId (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dcreatetablesqlstatementbuilder.h47 void setUseWithoutRowId(bool useWithoutRowId);
H A Dcreatetablesqlstatementbuilder.cpp68 void CreateTableSqlStatementBuilder::setUseWithoutRowId(bool useWithoutRowId) in setUseWithoutRowId() argument
70 m_useWithoutRowId = useWithoutRowId; in setUseWithoutRowId()
H A Dsqlitetable.h59 bool useWithoutRowId() const in useWithoutRowId() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dsqlitetable-test.cpp58 ASSERT_TRUE(table.useWithoutRowId()); in TEST_F()
72 ASSERT_TRUE(table.useWithoutRowId()); in TEST_F()