Home
last modified time | relevance | path

Searched refs:tableType (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx336 const ::rtl::OUString* tableType = _rTableTypeFilter.getConstArray(); in construct() local
337 const ::rtl::OUString* tableTypeEnd = tableType + _rTableTypeFilter.getLength(); in construct()
338 for ( ; tableType != tableTypeEnd; ++tableType ) in construct()
340 if ( *tableType == sInherentTableTypeRestriction ) in construct()
343 if ( tableType == tableTypeEnd ) in construct()
/AOO41X/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java83 String tableType = "CACHED"; field in TestCacheSize
169 String ddl3 = "CREATE " + tableType + " TABLE test( id INT IDENTITY," in testFillUp()
191 String mddl2 = "CREATE " + tableType in testFillUp()
219 if (tableType.equals("TEXT")) { in testFillUp()
249 if (tableType.equals("TEXT")) { in testFillUp()