17 class OralTest :
public QObject
21 void testAutoPKeyRecordInsertSelect ();
22 void testAutoPKeyRecordInsertRvalueReturnsPKey ();
23 void testAutoPKeyRecordInsertConstLvalueReturnsPKey ();
24 void testAutoPKeyRecordInsertSetsPKey ();
26 void testNoPKeyRecordInsertSelect ();
28 void testNonInPlaceConstructibleRecordInsertSelect ();
30 void testComplexConstraintsRecordInsertSelectDefault ();
31 void testComplexConstraintsRecordInsertSelectIgnore ();
32 void testComplexConstraintsRecordInsertSelectReplace ();