Searched refs:resSetStub (Results 1 – 6 of 6) sorted by relevance
55 private XResultSet resSetStub = null ; field in _XCachedContentResultSetFactory62 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()
56 private XDynamicResultSet resSetStub = null ; field in _XCachedDynamicResultSetFactory63 resSetStub = (XDynamicResultSet) in before()65 if (resSetStub == null) { in before()83 (resSetStub, null) ; in _createCachedDynamicResultSet()91 XResultSet resSetStubS = resSetStub.getStaticResultSet() ; in _createCachedDynamicResultSet()
79 XResultSet resSetStub = oObj.createCachedContentResultSetStub in _createCachedContentResultSetStub() local82 if (resSetStub == null) { in _createCachedContentResultSetStub()87 resSetStub.last() ; in _createCachedContentResultSetStub()88 int stubRowNum = resSetStub.getRow() ; in _createCachedContentResultSetStub()
61 private XDynamicResultSet resSetStub = null ; field in _XCachedDynamicResultSetStubFactory85 resSetStub = oObj.createCachedDynamicResultSetStub(resSet) ; in _createCachedDynamicResultSetStub()87 if (resSetStub == null) { in _createCachedDynamicResultSetStub()93 XResultSet resSetStubS = resSetStub.getStaticResultSet() ; in _createCachedDynamicResultSetStub()
107 XDynamicResultSet resSetStub = null ; in createTestEnvironment() local164 resSetStub = in createTestEnvironment()173 tEnv.addObjRelation("CachedDynamicResultSetStub", resSetStub) ; in createTestEnvironment()
109 XResultSet resSetStub = null ; in createTestEnvironment() local168 resSetStub = xStubFactory.createCachedContentResultSetStub(resSet) ; in createTestEnvironment()176 tEnv.addObjRelation("CachedContentResultSetStub", resSetStub) ; in createTestEnvironment()
Completed in 24 milliseconds