Home
last modified time | relevance | path

Searched refs:columnIndex (Results 51 – 75 of 81) sorted by relevance

1234

/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx41 m_pParameters->get_Item(OLEVariant(sal_Int32(columnIndex-1)),&pParam); \
68 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() argument
74 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() argument
80 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes() argument
86 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate() argument
92 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() argument
99 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat() argument
106 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() argument
113 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() argument
127 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort() argument
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.hxx225 const connectivity::ORowSetValue& getValue(sal_Int32 columnIndex);
227 const connectivity::ORowSetValue& impl_getValue(sal_Int32 columnIndex);
316 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
317 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
318 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
319 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
320 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
321 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
322 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
323 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
H A DKeySet.hxx168 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
169 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
170 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
171 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
172 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
173 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
174 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
175 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
177 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
178 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
H A DKeySet.cxx1486 return m_xRow->getByte(columnIndex); in getByte()
1493 return m_xRow->getShort(columnIndex); in getShort()
1500 return m_xRow->getInt(columnIndex); in getInt()
1507 return m_xRow->getLong(columnIndex); in getLong()
1514 return m_xRow->getFloat(columnIndex); in getFloat()
1528 return m_xRow->getBytes(columnIndex); in getBytes()
1535 return m_xRow->getDate(columnIndex); in getDate()
1542 return m_xRow->getTime(columnIndex); in getTime()
1577 return m_xRow->getRef(columnIndex); in getRef()
1584 return m_xRow->getBlob(columnIndex); in getBlob()
[all …]
H A DRowSetCache.hxx166 void updateValue(sal_Int32 columnIndex
177 void checkUpdateConditions(sal_Int32 columnIndex);
228 …void updateCharacterStream( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< ::com::…
230 …void updateObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x,ORowSetValueVector::…
231 …void updateNumericObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 sc…
232 void updateNull(sal_Int32 columnIndex
/aoo42x/main/ucb/source/cacher/
H A Dcachedcontentresultset.hxx366 getByte( sal_Int32 columnIndex )
371 getShort( sal_Int32 columnIndex )
376 getInt( sal_Int32 columnIndex )
381 getLong( sal_Int32 columnIndex )
386 getFloat( sal_Int32 columnIndex )
396 getBytes( sal_Int32 columnIndex )
401 getDate( sal_Int32 columnIndex )
406 getTime( sal_Int32 columnIndex )
436 getRef( sal_Int32 columnIndex )
442 getBlob( sal_Int32 columnIndex )
[all …]
H A Dcontentresultsetwrapper.cxx1233 ::getByte( sal_Int32 columnIndex ) in getByte() argument
1242 ::getShort( sal_Int32 columnIndex ) in getShort() argument
1251 ::getInt( sal_Int32 columnIndex ) in getInt() argument
1260 ::getLong( sal_Int32 columnIndex ) in getLong() argument
1269 ::getFloat( sal_Int32 columnIndex ) in getFloat() argument
1287 ::getBytes( sal_Int32 columnIndex ) in getBytes() argument
1296 ::getDate( sal_Int32 columnIndex ) in getDate() argument
1305 ::getTime( sal_Int32 columnIndex ) in getTime() argument
1364 ::getRef( sal_Int32 columnIndex ) in getRef() argument
1373 ::getBlob( sal_Int32 columnIndex ) in getBlob() argument
[all …]
H A Dcontentresultsetwrapper.hxx442 getByte( sal_Int32 columnIndex )
447 getShort( sal_Int32 columnIndex )
452 getInt( sal_Int32 columnIndex )
457 getLong( sal_Int32 columnIndex )
462 getFloat( sal_Int32 columnIndex )
472 getBytes( sal_Int32 columnIndex )
477 getDate( sal_Int32 columnIndex )
482 getTime( sal_Int32 columnIndex )
512 getRef( sal_Int32 columnIndex )
518 getBlob( sal_Int32 columnIndex )
[all …]
H A Dcachedcontentresultset.cxx1946 ::getByte( sal_Int32 columnIndex ) in getByte() argument
1955 ::getShort( sal_Int32 columnIndex ) in getShort() argument
1964 ::getInt( sal_Int32 columnIndex ) in getInt() argument
1973 ::getLong( sal_Int32 columnIndex ) in getLong() argument
1982 ::getFloat( sal_Int32 columnIndex ) in getFloat() argument
2000 ::getBytes( sal_Int32 columnIndex ) in getBytes() argument
2009 ::getDate( sal_Int32 columnIndex ) in getDate() argument
2018 ::getTime( sal_Int32 columnIndex ) in getTime() argument
2102 ::getRef( sal_Int32 columnIndex ) in getRef() argument
2111 ::getBlob( sal_Int32 columnIndex ) in getBlob() argument
[all …]
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx245 getByte( sal_Int32 columnIndex )
249 getShort( sal_Int32 columnIndex )
253 getInt( sal_Int32 columnIndex )
257 getLong( sal_Int32 columnIndex )
261 getFloat( sal_Int32 columnIndex )
269 getBytes( sal_Int32 columnIndex )
273 getDate( sal_Int32 columnIndex )
277 getTime( sal_Int32 columnIndex )
302 getRef( sal_Int32 columnIndex )
307 getBlob( sal_Int32 columnIndex )
[all …]
H A Dpropertyvalueset.hxx111 getByte( sal_Int32 columnIndex )
115 getShort( sal_Int32 columnIndex )
119 getInt( sal_Int32 columnIndex )
123 getLong( sal_Int32 columnIndex )
127 getFloat( sal_Int32 columnIndex )
135 getBytes( sal_Int32 columnIndex )
139 getDate( sal_Int32 columnIndex )
143 getTime( sal_Int32 columnIndex )
168 getRef( sal_Int32 columnIndex )
173 getBlob( sal_Int32 columnIndex )
[all …]
/aoo42x/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx267 …virtual ::rtl::OUString SAL_CALL getString(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQ…
268 …virtual sal_Bool SAL_CALL getBoolean(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExcep…
269 …virtual sal_Int8 SAL_CALL getByte(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExceptio…
270 …virtual sal_Int16 SAL_CALL getShort(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExcept…
271 …virtual sal_Int32 SAL_CALL getInt(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExceptio…
272 …virtual sal_Int64 SAL_CALL getLong(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExcepti…
273 …virtual float SAL_CALL getFloat(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException,…
274 …virtual double SAL_CALL getDouble(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExceptio…
296 …virtual void SAL_CALL updateNull(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException…
298 …virtual void SAL_CALL updateByte(sal_Int32 columnIndex, sal_Int8 x) throw(::com::sun::star::sdbc::…
[all …]
/aoo42x/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx96 SWORD impl_getColumnType_nothrow(sal_Int32 columnIndex);
167 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
168 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
169 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
170 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
171 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
172 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
173 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
174 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
176 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
H A DOTools.hxx192 sal_Int32 columnIndex,
200 sal_Int32 columnIndex,
206 sal_Int32 columnIndex,
245 sal_Int32 columnIndex,
258 sal_Int32 columnIndex, in getValue() argument
264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx47 sal_Int32 columnIndex, in getValue() argument
58 (SQLUSMALLINT)columnIndex, in getValue()
251 sal_Int32 columnIndex, in bindValue() argument
273 if (columnIndex != 0 && !_pValue) in bindValue()
277 (SQLUSMALLINT)columnIndex, in bindValue()
366 _pData = (void*)(columnIndex); in bindValue()
374 _pData = (void*)(columnIndex); in bindValue()
398 (SQLUSMALLINT)columnIndex, in bindValue()
472 sal_Int32 columnIndex, in getBytesValue() argument
485 (SQLUSMALLINT)columnIndex, in getBytesValue()
[all …]
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java774 updatedObject.updateNull(columnIndex); in updateObject()
777 updatedObject.updateString(columnIndex, AnyConverter.toString(value)); in updateObject()
783 updatedObject.updateByte(columnIndex, AnyConverter.toByte(value)); in updateObject()
789 updatedObject.updateShort(columnIndex, AnyConverter.toShort(value)); in updateObject()
798 updatedObject.updateInt(columnIndex, AnyConverter.toInt(value)); in updateObject()
804 updatedObject.updateLong(columnIndex, AnyConverter.toLong(value)); in updateObject()
807 updatedObject.updateFloat(columnIndex, AnyConverter.toFloat(value)); in updateObject()
816 updatedObject.updateBytes(columnIndex, (byte[]) array); in updateObject()
827 updatedObject.updateDate(columnIndex, (Date)object); in updateObject()
829 updatedObject.updateTime(columnIndex, (Time)object); in updateObject()
[all …]
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx221 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getString()
269 sal_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getInt() argument
280 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getInt()
298 sal_Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeExcept… in getLong() argument
309 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat() argument
338 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getFloat()
356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble() argument
367 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getDouble()
417 DateTime SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeEx… in getTimestamp() argument
[all …]
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp897 STDMETHODIMP CAccTable::get_columnIndex(long childIndex, long * columnIndex) in get_columnIndex() argument
905 if(columnIndex == NULL) in get_columnIndex()
912 *columnIndex = GetXInterface()->getAccessibleColumn(childIndex); in get_columnIndex()
947 STDMETHODIMP CAccTable::get_childIndex(long RowIndex , long columnIndex, long * childIndex ) in get_childIndex() argument
962 *childIndex = GetXInterface()->getAccessibleIndex(RowIndex, columnIndex); in get_childIndex()
H A DAccTable.h143 STDMETHOD(get_columnIndex)(long childIndex, long * columnIndex);
147 STDMETHOD(get_childIndex)(long rowIndex,long columnIndex, long * childIndex);
/aoo42x/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx435 void OResultSetMetaData::checkColumnIndex(sal_Int32 columnIndex) in checkColumnIndex() argument
439 if (columnIndex < 1 || columnIndex > (sal_Int32) meta->getColumnCount()) { in checkColumnIndex()
445 buf.append( sal_Int32( columnIndex ) ); in checkColumnIndex()
/aoo42x/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx171 sal_Int32 columnIndex( i_columnIndex ); in removeColumn() local
172 for ( Columns::iterator updatePos = m_aColumns.begin() + columnIndex; in removeColumn()
174 ++updatePos, ++columnIndex in removeColumn()
179 pColumnImpl->setIndex( columnIndex ); in removeColumn()
H A Ddefaultgriddatamodel.cxx350 sal_Int32 const columnIndex = i_columnIndexes[ col ]; in updateRowData() local
351 if ( size_t( columnIndex ) >= rDataRow.size() ) in updateRowData()
352 rDataRow.resize( columnIndex + 1 ); in updateRowData()
354 rDataRow[ columnIndex ].first = i_values[ col ]; in updateRowData()
/aoo42x/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx95 const ORowSetValue& OResultSetPrivileges::getValue(sal_Int32 columnIndex) in getValue() argument
97 switch(columnIndex) in getValue()
117 return ODatabaseMetaDataResultSet::getValue(columnIndex); in getValue()
/aoo42x/main/xmloff/source/table/
H A DXMLTableExport.cxx370 for ( sal_Int32 columnIndex = 0; columnIndex < columnCount; columnIndex++ ) in exportTable() local
373 Reference< XCell > xCell( xCellRange->getCellByPosition(columnIndex, 0), UNO_QUERY_THROW ); in exportTable()
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSetMetaData.hxx51 inline sal_uInt32 fieldAtColumn(sal_Int32 columnIndex) const in fieldAtColumn()
52 { return m_aEvoabFields[columnIndex - 1]; } in fieldAtColumn()

Completed in 144 milliseconds

1234