Lines Matching refs:columnIndex

163 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,…  in getString()  argument
169 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getString( columnIndex ); in getString()
173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() argument
179 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBoolean( columnIndex ); in getBoolean()
183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() argument
189 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getByte( columnIndex ); in getByte()
193 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort() argument
198 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getShort( columnIndex ); in getShort()
202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() argument
207 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getInt( columnIndex ); in getInt()
211 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() argument
216 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getLong( columnIndex ); in getLong()
220 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat() argument
225 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getFloat( columnIndex ); in getFloat()
229 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() argument
234 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getDouble( columnIndex ); in getDouble()
238 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes() argument
243 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBytes( columnIndex ); in getBytes()
247 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate() argument
252 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getDate( columnIndex ); in getDate()
256 ::com::sun::star::util::Time SAL_CALL OCallableStatement::getTime( sal_Int32 columnIndex ) throw(SQ… in getTime() argument
261 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTime( columnIndex ); in getTime()
265 ::com::sun::star::util::DateTime SAL_CALL OCallableStatement::getTimestamp( sal_Int32 columnIndex )… in getTimestamp() argument
271 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTimestamp( columnIndex ); in getTimestamp()
275 …XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_Int32 columnIndex ) throw(SQLExce… in getBinaryStream() argument
281 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBinaryStream( columnIndex ); in getBinaryStream()
285 …putStream > SAL_CALL OCallableStatement::getCharacterStream( sal_Int32 columnIndex ) throw(SQLExce… in getCharacterStream() argument
291 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getCharacterStream( columnIndex ); in getCharacterStream()
295 Any SAL_CALL OCallableStatement::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::sta… in getObject() argument
301 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getObject( columnIndex, typeMap ); in getObject()
305 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 columnIndex ) throw(SQLException, … in getRef() argument
310 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getRef( columnIndex ); in getRef()
314 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob() argument
319 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBlob( columnIndex ); in getBlob()
323 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 columnIndex ) throw(SQLException… in getClob() argument
328 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getClob( columnIndex ); in getClob()
332 Reference< XArray > SAL_CALL OCallableStatement::getArray( sal_Int32 columnIndex ) throw(SQLExcepti… in getArray() argument
337 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getArray( columnIndex ); in getArray()