Home
last modified time | relevance | path

Searched refs:RowSet (Results 1 – 25 of 43) sorted by relevance

12

/aoo41x/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv90 "ORowSet";"com::sun::star::sdbc::RowSet";"URL"
91 "ORowSet";"com::sun::star::sdbc::RowSet";"Command"
93 "ORowSet";"com::sun::star::sdbc::RowSet";"TypeMap"
97 "ORowSet";"com::sun::star::sdbc::RowSet";"MaxRows"
98 "ORowSet";"com::sun::star::sdbc::RowSet";"User"
99 "ORowSet";"com::sun::star::sdbc::RowSet";"Password"
104 "ORowSet";"com::sun::star::sdb::RowSet";"Command"
109 "ORowSet";"com::sun::star::sdb::RowSet";"Filter"
111 "ORowSet";"com::sun::star::sdb::RowSet";"Order"
114 "ORowSet";"com::sun::star::sdb::RowSet";"IsNew"
[all …]
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv132 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"URL"
133 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"Command"
135 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"TypeMap"
139 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"MaxRows"
140 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"User"
141 "ODatabaseForm";"com::sun::star::sdbc::RowSet";"Password"
146 "ODatabaseForm";"com::sun::star::sdb::RowSet";"Command"
150 "ODatabaseForm";"com::sun::star::sdb::RowSet";"Filter"
154 "ODatabaseForm";"com::sun::star::sdb::RowSet";"Order"
157 "ODatabaseForm";"com::sun::star::sdb::RowSet";"IsNew"
[all …]
/aoo41x/main/offapi/com/sun/star/sdb/
H A DRowSet.idl27 #include <com/sun/star/sdbc/RowSet.idl>
53 /** is a client side RowSet, which use retrieves is data based on a database table,
60 , the RowSet caches all data or uses
65 In addition, it provides events for RowSet navigation and RowSet modifications
165 the <type>RowSet</type> as soon as the cursor is moved away from it.<br/>
176 <code>15</code>, followed by <code>next</code>, then your <type>RowSet</type> afterwards
203 published service RowSet
205 service com::sun::star::sdbc::RowSet;
297 <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
301 The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
[all …]
H A DXRowSetChangeBroadcaster.idl37 /** broadcasts changes in the <code>RowSet</code> supplied by a component
45 … /** adds a listener to be notified when the <code>RowSet</code> supplied by the component changes.
H A DXRowsChangeBroadcaster.idl37 /** broadcasts changes in the <code>RowSet</code> supplied by a component
45 … /** adds a listener to be notified when the <code>RowSet</code> supplied by the component changes.
H A DXRowSetChangeListener.idl35 /** is implemented by components which want to be notified when the <code>RowSet</code> supplied
44 …/** notifies the listener that the <code>RowSet</code> associated with a <type>XRowSetSupplier</ty…
H A DXRowSetSupplier.idl48 the RowSet object
56 the RowSet object to set
H A DErrorCondition.idl68 // = section ROW_SET - css.sdb.RowSet related error conditions
70 /** is used by and <type>RowSet</type> to indicate that an operation has been vetoed
74 @see RowSet
H A DDataAccessDescriptor.idl146 …are specified, a <type>RowSet</type> can be created with this information. If the results provided…
152 @see com::sun::star::sdb::RowSet
202 <type scope="com::sun::star::sdb">RowSet</type>, or an instance obtained
204 on such a <type scope="com::sun::star::sdb">RowSet</type>. This becomes important in
H A DXSingleSelectQueryAnalyzer.idl227 <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
231 … The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
236 @see com::sun::star::sdbc::RowSet::EscapeProcessing
/aoo41x/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java31 import connectivity.tools.RowSet;
191 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue()
211 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue()
224 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue()
233 RowSet rowSet = null; in testRowSetResults()
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java32 import connectivity.tools.RowSet;
64 …final RowSet outerRowSet = m_database.getDatabase().createRowSet( _outerCommandType, _outerCommand… in verifyEqualRowSetContent()
67 …final RowSet innerRowSet = m_database.getDatabase().createRowSet( _innerCommandType, _innerCommand… in verifyEqualRowSetContent()
158 …final RowSet rowSet = m_database.getDatabase().createRowSet( CommandType.QUERY, "orders level 0" ); in checkCyclicReferences()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl50 It acts like a typical bean. Before you use the RowSet, you have to specify a
54 Afterwards, you can populate the RowSet by its execute method to fill the set
58 On the one hand, a RowSet can be used as a short cut to retrieve the data of a DataSource.
65 published service RowSet
71 …<p>To refresh the content of a <type>RowSet</type>, use this interface's <member>XRowSet::execute<…
/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DMakefile39 APP3_NAME=RowSet
50 RowSet.java
113 @echo $(MAKE) RowSet.run
/aoo41x/main/offapi/com/sun/star/form/component/
H A DDataForm.idl31 #include <com/sun/star/sdb/RowSet.idl>
74 service com::sun::star::sdb::RowSet;
85 … The <type scope="com::sun::star::sdb">RowSet</type> service specifies exactly which notifications
88 … <ul><li>After all notifications as defined in the <type scope="com::sun::star::sdb">RowSet</type>
91 … <li>After the reset happened, the <member scope="com::sun::star::sdb">RowSet::IsModified</member>
/aoo41x/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl117 <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
121 The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
146 …are specified, a <type>RowSet</type> can be created with this information. If the results provided…
152 @see com::sun::star::sdb::RowSet
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl118 /** toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
130 …<p>Effectively, this operation resets the <member scope="com::sun::star::sdb">RowSet::Filter</memb…
131 and <member scope="com::sun::star::sdb">RowSet::Order</member> properties of the form.</p>
H A DXFormOperations.idl73 on the form's <member scope="com::sun::star::sdb">RowSet::IsNew</member> property.<br/>
234 <member scope="com::sun::star::sdb">RowSet::IsNew</member> property of the form.</p>
246 <member scope="com::sun::star::sdb">RowSet::IsModified</member> property of the form.</p>
/aoo41x/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl216 <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
220 The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
245 …are specified, a <type>RowSet</type> can be created with this information. If the results provided…
251 @see com::sun::star::sdb::RowSet
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java194 public RowSet createRowSet(final int _commandType, final String _command) in createRowSet()
196 return new RowSet(m_orb, getDocumentURL(), _commandType, _command); in createRowSet()
H A DRowSet.java46 public class RowSet implements XRowSet, XRow class
52 … public RowSet( XMultiServiceFactory _orb, String _dataSource, int _commandType, String _command ) in RowSet() method in RowSet
H A DDatabaseAccess.java56 RowSet createRowSet(final int _commandType, final String _command); in createRowSet()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java242 public RowSet createRowSet( int _commandType, String _command ) in createRowSet()
244 return new RowSet( m_context, getDocumentURL(), _commandType, _command ); in createRowSet()
H A DRowSet.java44 public class RowSet implements XRowSet, XRow class
50 … public RowSet( XComponentContext _context, String _dataSource, int _commandType, String _command ) in RowSet() method in RowSet
/aoo41x/main/dbaccess/source/inc/
H A Dstringconstants.inc187 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBC_ROWSET, "com.sun.star.sdbc.RowSet");
204 IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_ROWSET, "com.sun.star.sdb.RowSet");

Completed in 63 milliseconds

12