Lines Matching refs:OCallableStatement

57 Sequence< Type > OCallableStatement::getTypes() throw (RuntimeException)  in getTypes()
68 Sequence< sal_Int8 > OCallableStatement::getImplementationId() throw (RuntimeException) in getImplementationId()
86 Any OCallableStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
99 void OCallableStatement::acquire() throw () in acquire()
105 void OCallableStatement::release() throw () in release()
112 rtl::OUString OCallableStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName()
119 Sequence< ::rtl::OUString > OCallableStatement::getSupportedServiceNames( ) throw (RuntimeExceptio… in getSupportedServiceNames()
130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter()
142 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter()
153 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
163 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,… in getString()
173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean()
183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte()
193 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort()
202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt()
211 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong()
220 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat()
229 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble()
238 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes()
247 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate()
256 ::com::sun::star::util::Time SAL_CALL OCallableStatement::getTime( sal_Int32 columnIndex ) throw(SQ… in getTime()
265 ::com::sun::star::util::DateTime SAL_CALL OCallableStatement::getTimestamp( sal_Int32 columnIndex )… in getTimestamp()
275 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getBinaryStream( sal_I… in getBinaryStream()
285 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OCallableStatement::getCharacterStream( sa… in getCharacterStream()
295 Any SAL_CALL OCallableStatement::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::sta… in getObject()
305 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 columnIndex ) throw(SQLException, … in getRef()
314 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob()
323 Reference< XClob > SAL_CALL OCallableStatement::getClob( sal_Int32 columnIndex ) throw(SQLException… in getClob()
332 Reference< XArray > SAL_CALL OCallableStatement::getArray( sal_Int32 columnIndex ) throw(SQLExcepti… in getArray()