Home
last modified time | relevance | path

Searched defs:columnIndex (Results 26 – 43 of 43) sorted by relevance

12

/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx297 ::rtl::OUString SAL_CALL SbaXFormAdapter::getString(sal_Int32 columnIndex) throw( ::com::sun::star:… in getString()
305 sal_Bool SAL_CALL SbaXFormAdapter::getBoolean(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc:… in getBoolean()
313 sal_Int8 SAL_CALL SbaXFormAdapter::getByte(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getByte()
321 sal_Int16 SAL_CALL SbaXFormAdapter::getShort(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::… in getShort()
329 sal_Int32 SAL_CALL SbaXFormAdapter::getInt(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getInt()
337 sal_Int64 SAL_CALL SbaXFormAdapter::getLong(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::S… in getLong()
345 float SAL_CALL SbaXFormAdapter::getFloat(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLE… in getFloat()
353 double SAL_CALL SbaXFormAdapter::getDouble(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getDouble()
503 void SAL_CALL SbaXFormAdapter::updateNull(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQL… in updateNull()
517 void SAL_CALL SbaXFormAdapter::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( ::com::sun::sta… in updateByte()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx697 void ORowSet::updateValue(sal_Int32 columnIndex,const ORowSetValue& x) in updateValue()
713 void SAL_CALL ORowSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
1320 const ORowSetValue& ORowSet::getInsertValue(sal_Int32 columnIndex) in getInsertValue()
1336 sal_Bool SAL_CALL ORowSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean()
1342 sal_Int8 SAL_CALL ORowSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
1348 sal_Int16 SAL_CALL ORowSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort()
1354 sal_Int32 SAL_CALL ORowSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
1360 sal_Int64 SAL_CALL ORowSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
1366 float SAL_CALL ORowSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
1372 double SAL_CALL ORowSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
[all …]
H A DKeySet.cxx1468 ::rtl::OUString SAL_CALL OKeySet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getString()
1475 sal_Bool SAL_CALL OKeySet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean()
1482 sal_Int8 SAL_CALL OKeySet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
1489 sal_Int16 SAL_CALL OKeySet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort()
1496 sal_Int32 SAL_CALL OKeySet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
1503 sal_Int64 SAL_CALL OKeySet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
1510 float SAL_CALL OKeySet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
1517 double SAL_CALL OKeySet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
1573 Reference< XRef > SAL_CALL OKeySet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getRef()
1580 Reference< XBlob > SAL_CALL OKeySet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getBlob()
[all …]
H A DRowSetCache.cxx563 void ORowSetCache::updateNull(sal_Int32 columnIndex,ORowSetValueVector::Vector& io_aRow in updateNull()
582 void ORowSetCache::updateValue(sal_Int32 columnIndex,const ORowSetValue& x in updateValue()
602 void ORowSetCache::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun::star:… in updateCharacterStream()
623 void ORowSetCache::updateObject( sal_Int32 columnIndex, const Any& x in updateObject()
645 void ORowSetCache::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*scale*/ in updateNumericObject() argument
1498 void ORowSetCache::checkUpdateConditions(sal_Int32 columnIndex) in checkUpdateConditions()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1946 ::getByte( sal_Int32 columnIndex ) in getByte()
1955 ::getShort( sal_Int32 columnIndex ) in getShort()
1964 ::getInt( sal_Int32 columnIndex ) in getInt()
1973 ::getLong( sal_Int32 columnIndex ) in getLong()
1982 ::getFloat( sal_Int32 columnIndex ) in getFloat()
2000 ::getBytes( sal_Int32 columnIndex ) in getBytes()
2009 ::getDate( sal_Int32 columnIndex ) in getDate()
2018 ::getTime( sal_Int32 columnIndex ) in getTime()
2102 ::getRef( sal_Int32 columnIndex ) in getRef()
2111 ::getBlob( sal_Int32 columnIndex ) in getBlob()
[all …]
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx705 OUString SAL_CALL SortedResultSet::getString( sal_Int32 columnIndex ) in getString()
721 sal_Int8 SAL_CALL SortedResultSet::getByte( sal_Int32 columnIndex ) in getByte()
737 sal_Int32 SAL_CALL SortedResultSet::getInt( sal_Int32 columnIndex ) in getInt()
744 sal_Int64 SAL_CALL SortedResultSet::getLong( sal_Int32 columnIndex ) in getLong()
752 float SAL_CALL SortedResultSet::getFloat( sal_Int32 columnIndex ) in getFloat()
760 double SAL_CALL SortedResultSet::getDouble( sal_Int32 columnIndex ) in getDouble()
776 Date SAL_CALL SortedResultSet::getDate( sal_Int32 columnIndex ) in getDate()
784 Time SAL_CALL SortedResultSet::getTime( sal_Int32 columnIndex ) in getTime()
801 SortedResultSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
810 SortedResultSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx186 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean()
215 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte()
238 Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 columnIndex ) throw(S… in getBytes()
266 ::com::sun::star::util::Date SAL_CALL ODatabaseMetaDataResultSet::getDate( sal_Int32 columnIndex ) … in getDate()
288 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble()
305 float SAL_CALL ODatabaseMetaDataResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, Ru… in getFloat()
322 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, … in getInt()
398 sal_Int16 SAL_CALL ODatabaseMetaDataResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException… in getShort()
420 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getString( sal_Int32 columnIndex ) throw(SQLEx… in getString()
440 ::com::sun::star::util::Time SAL_CALL ODatabaseMetaDataResultSet::getTime( sal_Int32 columnIndex ) … in getTime()
[all …]
H A DOTools.cxx47 sal_Int32 columnIndex, in getValue()
251 sal_Int32 columnIndex, in bindValue()
472 sal_Int32 columnIndex, in getBytesValue()
534 sal_Int32 columnIndex, in getStringValue()
/trunk/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx95 const ORowSetValue& OResultSetPrivileges::getValue(sal_Int32 columnIndex) in getValue()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx210 ::rtl::OUString SAL_CALL MacabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, Runti… in getString()
269 sal_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getInt()
298 sal_Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeExcept… in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat()
356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble()
417 DateTime SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeEx… in getTimestamp()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx171 sal_Int32 columnIndex( i_columnIndex ); in removeColumn() local
H A Ddefaultgriddatamodel.cxx350 sal_Int32 const columnIndex = i_columnIndexes[ col ]; in updateRowData() local
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp897 STDMETHODIMP CAccTable::get_columnIndex(long childIndex, long * columnIndex) in get_columnIndex()
947 STDMETHODIMP CAccTable::get_childIndex(long RowIndex , long columnIndex, long * childIndex ) in get_childIndex()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx435 void OResultSetMetaData::checkColumnIndex(sal_Int32 columnIndex) in checkColumnIndex()
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx258 sal_Int32 columnIndex, in getValue()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx370 for ( sal_Int32 columnIndex = 0; columnIndex < columnCount; columnIndex++ ) in exportTable() local
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java768 …public static boolean updateObject(XRowUpdate updatedObject, int columnIndex, Object value) throws… in updateObject()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx776 const sal_Int32 columnIndex = col - aColumns.begin(); in impl_fillInternalDataProvider_throw() local

Completed in 148 milliseconds

12