Home
last modified time | relevance | path

Searched refs:XRow (Results 1 – 25 of 261) sorted by relevance

1234567891011

/AOO41X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java248 …private XRow execute(final XRowSet xRowRes,final String sql) throws com.sun.star.uno.Exception, c… in execute()
256 return (XRow) UnoRuntime.queryInterface(XRow.class, xRes); in execute()
261 final XRow row = execute(xRowRes, "ABS(2),ABS(-32) "); in abs()
268 final XRow row = execute(xRowRes, "SIGN(-32),SIGN(0),SIGN(234) "); in sign()
276 final XRow row = execute(xRowRes, "MOD(234, 10) "); in mod()
282 final XRow row = execute(xRowRes, "FLOOR(1.23),FLOOR(-1.23) "); in floor()
289 final XRow row = execute(xRowRes, "CEILING(1.23),CEILING(-1.23) "); in ceiling()
296 final XRow row = execute(xRowRes, "ROUND(-1.23),ROUND(1.298, 1) "); in round()
303 final XRow row = execute(xRowRes, "EXP(2),EXP(-2) "); in exp()
310 final XRow row = execute(xRowRes, "LOG(2),LOG(-2) "); in log()
[all …]
H A DDBaseStringFunctions.java201 …private XRow execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
209 return (XRow) UnoRuntime.queryInterface(XRow.class, xRes); in execute()
214 final XRow row = execute(xRowRes, "upper('test'),UCASE('test') "); in upper()
221 final XRow row = execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower()
232 final XRow row = execute(xRowRes, "ASCII('2') "); in acsii()
238 …final XRow row = execute(xRowRes, "char_length('test'),character_length('test'),OCTET_LENGTH('test… in char_length()
246 final XRow row = execute(xRowRes, "CONCAT('Hello',' ','World') "); in concat()
252 final XRow row = execute(xRowRes, "LOCATE('bar', 'foobarbar') "); in locate()
258 final XRow row = execute(xRowRes, "SUBSTRING('Quadratically',5) "); in substring()
264 final XRow row = execute(xRowRes, "LTRIM(' barbar') "); in ltrim()
[all …]
H A DDBaseDateFunctions.java194 …private XRow execute(final XRowSet xRowRes, final String sql) throws com.sun.star.uno.Exception, c… in execute()
202 return (XRow) UnoRuntime.queryInterface(XRow.class, xRes); in execute()
207 final XRow row = execute(xRowRes, "DAYOFWEEK('1998-02-03') "); in dayofweek()
213 final XRow row = execute(xRowRes, "DAYOFMONTH('1998-02-03') "); in dayofmonth()
219 final XRow row = execute(xRowRes, "DAYOFYEAR('1998-02-03') "); in dayofyear()
225 final XRow row = execute(xRowRes, "month('1998-02-03') "); in month()
231 final XRow row = execute(xRowRes, "DAYNAME('1998-02-05') "); in dayname()
237 final XRow row = execute(xRowRes, "MONTHNAME('1998-02-05') "); in monthname()
243 …final XRow row = execute(xRowRes, "QUARTER('98-01-01'),QUARTER('98-04-01'),QUARTER('98-07-01'),QUA… in quarter()
252 final XRow row = execute(xRowRes, "WEEK('1998-02-20') "); in week()
[all …]
/AOO41X/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx60 OTypeCollection aTypes(::getCppuType( (const Reference< XRow > *)0 ), in getTypes()
93 static_cast< XRow * >( this ), in queryInterface()
159 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->wasNull(); in wasNull()
169 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getString( columnIndex ); in getString()
179 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBoolean( columnIndex ); in getBoolean()
189 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getByte( columnIndex ); in getByte()
198 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getShort( columnIndex ); in getShort()
207 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getInt( columnIndex ); in getInt()
216 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getLong( columnIndex ); in getLong()
225 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getFloat( columnIndex ); in getFloat()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Database/
H A DSales.java99 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in retrieveSalesData()
118 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,srs); in retrieveSalesData2()
155 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in insertRow()
179 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in deleteRow()
199 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in refreshRow()
/AOO41X/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv122 "ORowSet";"com::sun::star::sdbc::XRow";"wasNull()"
123 "ORowSet";"com::sun::star::sdbc::XRow";"getString()"
124 "ORowSet";"com::sun::star::sdbc::XRow";"getBoolean()"
125 "ORowSet";"com::sun::star::sdbc::XRow";"getByte()"
126 "ORowSet";"com::sun::star::sdbc::XRow";"getShort()"
127 "ORowSet";"com::sun::star::sdbc::XRow";"getInt()"
128 "ORowSet";"com::sun::star::sdbc::XRow";"getLong()"
129 "ORowSet";"com::sun::star::sdbc::XRow";"getFloat()"
130 "ORowSet";"com::sun::star::sdbc::XRow";"getDouble()"
131 "ORowSet";"com::sun::star::sdbc::XRow";"getBytes()"
[all …]
/AOO41X/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv165 "ODatabaseForm";"com::sun::star::sdbc::XRow";"wasNull()"
166 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getString()"
167 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getBoolean()"
168 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getByte()"
169 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getShort()"
170 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getInt()"
171 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getLong()"
172 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getFloat()"
173 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getDouble()"
174 "ODatabaseForm";"com::sun::star::sdbc::XRow";"getBytes()"
[all …]
/AOO41X/main/ucb/source/sorter/
H A Dsortresult.cxx221 XRow,
236 XRow,
701 return Reference< XRow >::query(mxOriginal)->wasNull(); in wasNull()
709 return Reference< XRow >::query(mxOriginal)->getString( columnIndex ); in getString()
717 return Reference< XRow >::query(mxOriginal)->getBoolean( columnIndex ); in getBoolean()
725 return Reference< XRow >::query(mxOriginal)->getByte( columnIndex ); in getByte()
733 return Reference< XRow >::query(mxOriginal)->getShort( columnIndex ); in getShort()
741 return Reference< XRow >::query(mxOriginal)->getInt( columnIndex ); in getInt()
748 return Reference< XRow >::query(mxOriginal)->getLong( columnIndex ); in getLong()
756 return Reference< XRow >::query(mxOriginal)->getFloat( columnIndex ); in getFloat()
[all …]
/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java40 import com.sun.star.sdbc.XRow;
72 XRow m_row;
82 XRow m_row;
88 m_row = UnoRuntime.queryInterface( XRow.class, m_resultSet ); in ResultSetMovementStress()
188 m_row = UnoRuntime.queryInterface( XRow.class, m_rowSet ); in createRowSet()
255 …void testPosition(XResultSet m_resultSet, XRow m_row, int expectedValue, String location) throws S… in testPosition()
264 void testSequentialPositining(XResultSet _resultSet, XRow _row) in testSequentialPositining()
283 void testAbsolutePositioning(XResultSet _resultSet, XRow _row) in testAbsolutePositioning()
305 final XRow _row = UnoRuntime.queryInterface( XRow.class, _resultSet ); in test3()
306 final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone ); in test3()
[all …]
/AOO41X/main/ucbhelper/source/provider/
H A Dresultset.cxx279 sdbc::XRow,
296 sdbc::XRow,
804 uno::Reference< sdbc::XRow > xValues in wasNull()
825 uno::Reference< sdbc::XRow > xValues in getString()
848 uno::Reference< sdbc::XRow > xValues in getBoolean()
871 uno::Reference< sdbc::XRow > xValues in getByte()
894 uno::Reference< sdbc::XRow > xValues in getShort()
917 uno::Reference< sdbc::XRow > xValues in getInt()
940 uno::Reference< sdbc::XRow > xValues in getLong()
963 uno::Reference< sdbc::XRow > xValues in getFloat()
[all …]
/AOO41X/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx125 using ::com::sun::star::sdbc::XRow;
1034 const Reference< XRow >& _rxSource, const Reference< XParameters >& _rxDest ) in ValueTransfer()
1044 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue()
1054 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue()
1069 const Reference< XRow > m_xSource;
1165 Reference< XRow > xRow ( _rxSourceResultSet, UNO_QUERY_THROW ); in impl_copyRows_throw()
1275 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
1283 aTransfer.transferComplexValue( &XRow::getString, &XParameters::setString ); in impl_copyRows_throw()
1287 aTransfer.transferValue( &XRow::getLong, &XParameters::setLong ); in impl_copyRows_throw()
1291 aTransfer.transferValue( &XRow::getFloat, &XParameters::setFloat ); in impl_copyRows_throw()
[all …]
/AOO41X/main/odk/examples/java/Inspector/
H A DTDocSupplier.java31 import com.sun.star.sdbc.XRow;
67 XRow xRow = getXRowOfTDocUrl(_sTDocUrl, "DocumentModel"); in getXModelByTDocUrl()
83 XRow xRow = this.getXRowOfTDocUrl(_sTDocUrl, "Title"); in getTitleByTDocUrl()
95 private XRow getXRowOfTDocUrl(String _sTDocUrl, String _sPropertyName){ in getXRowOfTDocUrl()
113 XRow xRow = (XRow) UnoRuntime.queryInterface(XRow.class, oAny); in getXRowOfTDocUrl()
/AOO41X/main/qadevOOo/tests/java/ifc/frame/
H A D_XDocumentTemplates.java33 import com.sun.star.sdbc.XRow;
200 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, statRes); in getContentList()
253 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, statRes); in getSubContent()
/AOO41X/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.cxx58 uno::Reference< sdbc::XRow > xRow;
341 uno::Reference< sdbc::XRow >
348 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
358 uno::Reference< sdbc::XRow > xRow = Content::getPropertyValues( in queryPropertyValues()
368 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
378 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java29 import com.sun.star.sdbc.XRow;
72 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getExportedKeys()
113 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getImportedKeyColumns()
/AOO41X/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java37 import com.sun.star.sdbc.XRow;
47 public class ResultSet implements XResultSet, XRow
50 private final XRow m_row;
55 m_row = (XRow)UnoRuntime.queryInterface( XRow.class, _resultSet ); in ResultSet()
/AOO41X/main/ucb/source/ucp/odma/
H A Dodma_datasupplier.cxx64 Reference< XRow > xRow;
401 Reference< XRow > DataSupplier::queryPropertyValues( sal_uInt32 nIndex ) in queryPropertyValues()
407 Reference< XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
417 Reference< XRow > xRow = Content::getPropertyValues( in queryPropertyValues()
427 return Reference< XRow >(); in queryPropertyValues()
437 m_pImpl->m_aResults[ nIndex ]->xRow = Reference< XRow >(); in releasePropertyValues()
/AOO41X/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.cxx56 uno::Reference< sdbc::XRow > xRow;
349 uno::Reference< sdbc::XRow >
356 uno::Reference< sdbc::XRow > xRow in queryPropertyValues()
375 uno::Reference< sdbc::XRow > xRow in queryPropertyValues()
387 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
397 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx81 Reference< XRow > xRow;
376 Reference< XRow >
383 Reference< XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
396 …Reference< XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xContent->getPropertyValues(getResultSet()… in queryPropertyValues()
401 return Reference< XRow >(); in queryPropertyValues()
411 m_pImpl->m_aResults[ nIndex ]->xRow = Reference< XRow >(); in releasePropertyValues()
/AOO41X/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx64 using ::com::sun::star::sdbc::XRow;
71 using ::com::sun::star::sdbc::XRow;
82 Reference< XRow > xRow;
183 const Reference< XRow > xContentRow( xFolderContent, UNO_QUERY_THROW ); in fetchData()
311 Reference< XRow > DataSupplier::queryPropertyValues( sal_uInt32 i_nIndex ) in queryPropertyValues()
316 Reference< XRow > xRow = m_pImpl->m_aResults[ i_nIndex ].xRow; in queryPropertyValues()
/AOO41X/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx61 uno::Reference< sdbc::XRow > xRow;
293 uno::Reference< sdbc::XRow > DataSupplier::queryPropertyValues( in queryPropertyValues()
300 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
310 uno::Reference< sdbc::XRow > xRow in queryPropertyValues()
322 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
332 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx58 uno::Reference< sdbc::XRow > xRow;
370 uno::Reference< sdbc::XRow >
377 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
387 uno::Reference< sdbc::XRow > xRow = Content::getPropertyValues( in queryPropertyValues()
396 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
406 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx62 uno::Reference< sdbc::XRow > xRow;
408 uno::Reference< sdbc::XRow > DataSupplier::queryPropertyValues( in queryPropertyValues()
415 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
425 uno::Reference< sdbc::XRow > xRow = Content::getPropertyValues( in queryPropertyValues()
435 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
445 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.cxx84 uno::Reference< sdbc::XRow > xRow;
283 uno::Reference< sdbc::XRow > DataSupplier::queryPropertyValues( sal_uInt32 nIndex ) in queryPropertyValues()
288 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues()
298 uno::Reference< sdbc::XRow > xRow = in queryPropertyValues()
307 return uno::Reference< sdbc::XRow >(); in queryPropertyValues()
316 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/AOO41X/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java34 import com.sun.star.sdbc.XRow;
44 public class RowSet implements XRowSet, XRow
47 private XRow m_row;
61 m_row = (XRow)UnoRuntime.queryInterface( XRow.class, m_rowSetProps ); in RowSet()

1234567891011