Home
last modified time | relevance | path

Searched refs:resSet (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XCachedDynamicResultSetStubFactory.java60 private XDynamicResultSet resSet = null ; field in _XCachedDynamicResultSetStubFactory
68 resSet = (XDynamicResultSet) tEnv.getObjRelation("DynamicResultSet") ; in before()
69 if (resSet == null) { in before()
85 resSetStub = oObj.createCachedDynamicResultSetStub(resSet) ; in _createCachedDynamicResultSetStub()
92 XResultSet resSetS = resSet.getStaticResultSet() ; in _createCachedDynamicResultSetStub()
148 oObj.connectToCache(resSet, rmtSet, null, null) ; in _connectToCache()
161 XResultSet statResSet = resSet.getStaticResultSet() ; in _connectToCache()
H A D_XCachedContentResultSetStubFactory.java55 private XResultSet resSet = null ; field in _XCachedContentResultSetStubFactory
62 resSet = (XResultSet) tEnv.getObjRelation("ContentResultSet") ; in before()
63 if (resSet == null) { in before()
80 (resSet) ; in _createCachedContentResultSetStub()
90 resSet.last() ; in _createCachedContentResultSetStub()
91 int setRowNum = resSet.getRow() ; in _createCachedContentResultSetStub()
H A D_XCachedContentResultSetFactory.java81 XResultSet resSet = oObj.createCachedContentResultSet in _createCachedContentResultSet() local
84 if (resSet == null) { in _createCachedContentResultSet()
92 resSet.last() ; in _createCachedContentResultSet()
93 int setRowNum = resSet.getRow() ; in _createCachedContentResultSet()
H A D_XCachedDynamicResultSetFactory.java82 XDynamicResultSet resSet = oObj.createCachedDynamicResultSet in _createCachedDynamicResultSet() local
85 if (resSet == null) { in _createCachedDynamicResultSet()
90 XResultSet resSetS = resSet.getStaticResultSet() ; in _createCachedDynamicResultSet()
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XCloseable.java65 XResultSet resSet = (XResultSet) in _close() local
68 if (resSet != null) { in _close()
70 resSet.first(); in _close()
/aoo41x/main/qadevOOo/tests/java/mod/_cached/
H A DCachedContentResultSetStubFactory.java107 XResultSet resSet = null ; in createTestEnvironment() local
158 resSet = dynResSet.getStaticResultSet() ; in createTestEnvironment()
166 tEnv.addObjRelation("ContentResultSet", resSet) ; in createTestEnvironment()
H A DCachedContentResultSetFactory.java159 XResultSet resSet = dynResSet.getStaticResultSet() ; in createTestEnvironment() local
168 resSetStub = xStubFactory.createCachedContentResultSetStub(resSet) ; in createTestEnvironment()

Completed in 27 milliseconds