Home
last modified time | relevance | path

Searched refs:resSetStub (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XCachedContentResultSetFactory.java55 private XResultSet resSetStub = null ; field in _XCachedContentResultSetFactory
62 resSetStub = (XResultSet) in before()
64 if (resSetStub == null) { in before()
82 (resSetStub, null) ; in _createCachedContentResultSet()
89 resSetStub.last() ; in _createCachedContentResultSet()
90 int stubRowNum = resSetStub.getRow() ; in _createCachedContentResultSet()
H A D_XCachedDynamicResultSetFactory.java56 private XDynamicResultSet resSetStub = null ; field in _XCachedDynamicResultSetFactory
63 resSetStub = (XDynamicResultSet) in before()
65 if (resSetStub == null) { in before()
83 (resSetStub, null) ; in _createCachedDynamicResultSet()
91 XResultSet resSetStubS = resSetStub.getStaticResultSet() ; in _createCachedDynamicResultSet()
H A D_XCachedContentResultSetStubFactory.java79 XResultSet resSetStub = oObj.createCachedContentResultSetStub in _createCachedContentResultSetStub() local
82 if (resSetStub == null) { in _createCachedContentResultSetStub()
87 resSetStub.last() ; in _createCachedContentResultSetStub()
88 int stubRowNum = resSetStub.getRow() ; in _createCachedContentResultSetStub()
H A D_XCachedDynamicResultSetStubFactory.java61 private XDynamicResultSet resSetStub = null ; field in _XCachedDynamicResultSetStubFactory
85 resSetStub = oObj.createCachedDynamicResultSetStub(resSet) ; in _createCachedDynamicResultSetStub()
87 if (resSetStub == null) { in _createCachedDynamicResultSetStub()
93 XResultSet resSetStubS = resSetStub.getStaticResultSet() ; in _createCachedDynamicResultSetStub()
/aoo41x/main/qadevOOo/tests/java/mod/_cached/
H A DCachedDynamicResultSetFactory.java107 XDynamicResultSet resSetStub = null ; in createTestEnvironment() local
164 resSetStub = in createTestEnvironment()
173 tEnv.addObjRelation("CachedDynamicResultSetStub", resSetStub) ; in createTestEnvironment()
H A DCachedContentResultSetFactory.java109 XResultSet resSetStub = null ; in createTestEnvironment() local
168 resSetStub = xStubFactory.createCachedContentResultSetStub(resSet) ; in createTestEnvironment()
176 tEnv.addObjRelation("CachedContentResultSetStub", resSetStub) ; in createTestEnvironment()

Completed in 19 milliseconds