Home
last modified time | relevance | path

Searched refs:ResultSet (Results 1 – 25 of 165) sorted by relevance

1234567

/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx235 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
249 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
261 ResultSet::~ResultSet() in ~ResultSet()
272 XINTERFACE_IMPL_9( ResultSet,
289 XTYPEPROVIDER_IMPL_9( ResultSet,
317 void SAL_CALL ResultSet::dispose() in dispose()
1272 void SAL_CALL ResultSet::close() in close()
1312 ResultSet::queryContent() in queryContent()
1329 ResultSet::getPropertySetInfo() in getPropertySetInfo()
1542 void ResultSet::rowCountFinal() in rowCountFinal()
[all …]
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_resultset.cxx62ResultSet::ResultSet( const Reference< XMultiServiceFactory >& i_rORB, const ::rtl::Reference< Con… in ResultSet() function in ucb::ucp::ext::ResultSet
71 void ResultSet::initStatic() in initStatic()
78 m_xResultSet1 = new ::ucbhelper::ResultSet( in initStatic()
88 void ResultSet::initDynamic() in initDynamic()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl64 <type scope="com::sun::star::sdbc">ResultSet</type>
68 the ResultSet object
79 If the result is a ResultSet or there are no more results, -1
91 this result is a ResultSet. This method also implicitly
92 closes any current ResultSet obtained with getResultSet.
100 <TRUE/> if there exists more ResultSet objects
H A DResultSet.idl51 /** provides access to a table of data. A ResultSet
57 A ResultSet maintains a cursor pointing to its current row of
67 For maximum portability, ResultSet columns within each row should be
86 A ResultSet is automatically closed (disposed) by the Statement that
91 The number, types, and properties of a ResultSet's columns are
96 published service ResultSet
181 identify the current row in the ResultSet generated by this statement. If
194 which generated the ResultSet being used for positioning. Also,
H A DXStatement.idl46 Only one ResultSet per Statement can be open at any point in
47 time; therefore, if the reading of one ResultSet is interleaved
52 close a statement's current ResultSet if an open one exists.
58 /** executes a SQL statement that returns a single ResultSet.
62 a ResultSet that contains the data produced by the query; never <NULL/>
110 …<TRUE/> if the next result is a ResultSet; <FALSE/> if it is an update count or there are no more …
H A DRowSet.idl27 #include <com/sun/star/sdbc/ResultSet.idl>
43 /** is a client side ResultSet, which combines the characteristics of a
46 <type scope="com::sun::star::sdbc">ResultSet</type>.
60 a ResultSet. On the other hand, a rowset can be used to implement capabilties for
67 service com::sun::star::sdbc::ResultSet;
153 /** retrieves the maximum number of rows that a ResultSet can contain.
H A DStatement.idl51 Only one ResultSet per Statement can be open at any point in
52 time. Therefore, if the reading of one ResultSet is interleaved
55 close a statement's current ResultSet if an open one exists.
144 /** retrieves the maximum number of rows that a ResultSet can contain.
158 identify the current row in the ResultSet generated by this statement. If
171 which generated the ResultSet being used for positioning. Also,
H A DPreparedStatement.idl84 <type scope="com::sun::star::sdbc">ResultSet</type>
88 time. Therefore, if the reading of one ResultSet is interleaved
92 methods implicitly close a statement's current ResultSet if an open one exists.
192 /** retrieves the maximum number of rows that a ResultSet can contain.
204 identify the current row in the ResultSet generated by this statement. If
217 which generated the ResultSet being used for positioning. Also,
H A DResultSetType.idl35 <type scope="com::sun::star::sdb">ResultSet</type>
42 <type scope="com::sun::star::sdb">ResultSet</type>
50 <type scope="com::sun::star::sdb">ResultSet</type>
H A DXResultSetMetaDataSupplier.idl43 The number, types, and properties of a ResultSet's columns are
54 /** retrieves the number, types, and properties of a ResultSet's columns.
56 the meta data of the ResultSet.
H A DXResultSet.idl40 <type scope="com::sun::star::sdbc">ResultSet</type>
47 A ResultSet maintains a cursor pointing to its current row of
60 A ResultSet cursor is initially positioned before the first row; the
68 The ResultSet's warning chain is cleared when a new row is read.
321 <type scope="com::sun::star::sdbc">ResultSet</type>
H A DCallableStatement.idl69 <type scope="com::sun::star::sdbc">ResultSet</type>
71 <code>ResultSet</code>
79 <type scope="com::sun::star::sdbc">ResultSet</type>
/trunk/main/forms/qa/integration/forms/
H A DMasterDetailForms.java52 import org.openoffice.complex.forms.tools.ResultSet;
61 private ResultSet m_masterResult;
62 private ResultSet m_detailResult;
129 m_masterResult = new ResultSet( m_masterForm ); in impl_createForms()
136 m_detailResult = new ResultSet( m_detailForm ); in impl_createForms()
267 m_masterResult = new ResultSet( m_masterForm ); in checkDetailFormDefaults()
268 m_detailResult = new ResultSet( m_detailForm ); in checkDetailFormDefaults()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx246 int resultSetType(sql::ResultSet::TYPE_FORWARD_ONLY); in impl_getRSTypeMetaData()
249 …case ResultSetType::SCROLL_SENSITIVE: resultSetType = sql::ResultSet::TYPE_SCROLL_SENSITIVE; brea… in impl_getRSTypeMetaData()
1573 std::auto_ptr< sql::ResultSet> rset( meta->getCatalogs()); in getCatalogs()
1608 std::auto_ptr< sql::ResultSet> rset( meta->getSchemas()); in getSchemas()
1699 std::auto_ptr< sql::ResultSet> rset( meta->getColumns(cat, in getColumns()
1757 std::auto_ptr< sql::ResultSet> rset( meta->getTables(cat, in getTables()
1825 std::auto_ptr< sql::ResultSet> rset( meta->getProcedures(cat, in getProcedures()
1885 std::auto_ptr< sql::ResultSet> rset( meta->getExportedKeys(cat, sch, tab)); in getExportedKeys()
1927 std::auto_ptr< sql::ResultSet> rset( meta->getImportedKeys(cat, sch, tab)); in getImportedKeys()
1968 std::auto_ptr< sql::ResultSet> rset( meta->getPrimaryKeys(cat, sch, tab)); in getPrimaryKeys()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv30 "ORowSet";"com::sun::star::sdbcx::ResultSet";"IsBookmarkable"
31 "ORowSet";"com::sun::star::sdbcx::ResultSet";"CanUpdateInsertedRows#optional"
83 "ORowSet";"com::sun::star::sdbc::ResultSet";"CursorName#optional"
84 "ORowSet";"com::sun::star::sdbc::ResultSet";"ResultSetConcurrency"
85 "ORowSet";"com::sun::star::sdbc::ResultSet";"ResultSetType"
86 "ORowSet";"com::sun::star::sdbc::ResultSet";"FetchDirection"
87 "ORowSet";"com::sun::star::sdbc::ResultSet";"FetchSize"
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java59 ResultSet rs = (ResultSet)aGet.invoke(m_xMD, objParams); in testMethod()
84 ResultSet rs = m_xMD.getTables(null,null,"TESTCASE",null); in test()
99 ResultSet rsColumns = m_xMD.getColumns(catalog,schema,table,"%"); in test()
/trunk/main/offapi/com/sun/star/sdb/
H A DResultSet.idl27 #include <com/sun/star/sdbcx/ResultSet.idl>
38 <type scope="com::sun::star::sdbcx">ResultSet</type>
42 published service ResultSet
44 service com::sun::star::sdbcx::ResultSet;
H A DDataAccessDescriptor.idl32 #include <com/sun/star/sdbc/ResultSet.idl>
149 …<p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been spec…
153 @see ResultSet
198 …<p>The object will at least support the <type scope="com::sun::star::sdbc">ResultSet</type> servic…
200 <p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
209 [optional, property] com::sun::star::sdbc::XResultSet ResultSet;
214 …<member>CommandType</member>) or explicitly (<member>ResultSet</member>), the set of results can be
224 <p>If the elements specify bookmarks, and a <member>ResultSet</member> has been specified, then
H A DXResultSetAccess.idl45 <type scope="com::sun::star::sdbc">ResultSet</type>
52 <type scope="com::sun::star::sdbc">ResultSet</type>
55 the new created ResultSet object
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx65 class UCBHELPER_DLLPUBLIC ResultSet : class
88 ResultSet(
104 ResultSet(
112 virtual ~ResultSet();
431 friend class ResultSet;
435 ResultSet* m_pResultSet;
445 rtl::Reference< ResultSet > getResultSet() const { return m_pResultSet; } in getResultSet()
/trunk/main/offapi/com/sun/star/text/
H A DMailMerge.idl91 <member>Connection</member>, <member>Selection</member>, <member>ResultSet</member>,
126 a <type scope="com::sun::star::sdbc">ResultSet</type> service.
128 <p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
138 [property] com::sun::star::sdbc::XResultSet ResultSet;
151 /** contains a selection that refers to bookmarks of the ResultSet.
153 <p>This property is relevant in conjunction with the <member>ResultSet</member>
155 Note that this implies that the <member>ResultSet</member> needs to support the
158 <p>If this array is empty, the whole result set, as described by <member>ResultSet</member>
/trunk/main/offapi/com/sun/star/sdbcx/
H A DResultSet.idl27 #include <com/sun/star/sdbc/ResultSet.idl>
36 /** extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling
39 published service ResultSet
41 service com::sun::star::sdbc::ResultSet;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv49 "ODatabaseForm";"com::sun::star::sdbcx::ResultSet";"IsBookmarkable"
50 "ODatabaseForm";"com::sun::star::sdbcx::ResultSet";"CanUpdateInsertedRows#optional"
113 "ODatabaseForm";"com::sun::star::sdbc::ResultSet";"CursorName#optional"
114 "ODatabaseForm";"com::sun::star::sdbc::ResultSet";"ResultSetConcurrency"
115 "ODatabaseForm";"com::sun::star::sdbc::ResultSet";"ResultSetType"
116 "ODatabaseForm";"com::sun::star::sdbc::ResultSet";"FetchDirection"
117 "ODatabaseForm";"com::sun::star::sdbc::ResultSet";"FetchSize"
/trunk/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java51 public XResultSet ResultSet; field in RecordParser
222 ResultSet = xResultAccess.createResultSet(); in executeCommand()
223 xResultSetRow = UnoRuntime.queryInterface(com.sun.star.sdbc.XRow.class, ResultSet); in executeCommand()
224 XColumnsSupplier xDBCols = UnoRuntime.queryInterface(XColumnsSupplier.class, ResultSet); in executeCommand()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc83 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_RESULT_SET, "ResultSet");
186 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBC_RESULTSET, "com.sun.star.sdbc.ResultSet");
194 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBCX_RESULTSET, "com.sun.star.sdbcx.ResultSet");
203 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_RESULTSET, "com.sun.star.sdb.ResultSet");

Completed in 101 milliseconds

1234567