Lines Matching refs:OPreparedStatement

51 DBG_NAME(OPreparedStatement)  in DBG_NAME()  argument
54 OPreparedStatement::OPreparedStatement(const Reference< XConnection > & _xConn, in DBG_NAME()
58 DBG_CTOR(OPreparedStatement, NULL); in DBG_NAME()
66 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
72 DBG_DTOR(OPreparedStatement, NULL); in ~OPreparedStatement()
77 Sequence< Type > OPreparedStatement::getTypes() throw (RuntimeException) in getTypes()
90 Sequence< sal_Int8 > OPreparedStatement::getImplementationId() throw (RuntimeException) in getImplementationId()
107 Any OPreparedStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
124 void OPreparedStatement::acquire() throw () in acquire()
130 void OPreparedStatement::release() throw () in release()
137 rtl::OUString OPreparedStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName()
143 sal_Bool OPreparedStatement::supportsService( const ::rtl::OUString& _rServiceName ) throw (Runtime… in supportsService()
149 Sequence< ::rtl::OUString > OPreparedStatement::getSupportedServiceNames( ) throw (RuntimeExceptio… in getSupportedServiceNames()
159 void OPreparedStatement::disposing() in disposing()
171 Reference< ::com::sun::star::container::XNameAccess > OPreparedStatement::getColumns(void) throw( R… in getColumns()
206 Reference< XResultSetMetaData > OPreparedStatement::getMetaData(void) throw( SQLException, RuntimeE… in getMetaData()
215 Reference< XResultSet > OPreparedStatement::executeQuery() throw( SQLException, RuntimeException ) in executeQuery()
235 sal_Int32 OPreparedStatement::executeUpdate() throw( SQLException, RuntimeException ) in executeUpdate()
246 sal_Bool OPreparedStatement::execute() throw( SQLException, RuntimeException ) in execute()
257 Reference< XConnection > OPreparedStatement::getConnection(void) throw( SQLException, RuntimeExcept… in getConnection()
264 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull()
273 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull()
282 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean()
291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte()
300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort()
309 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLExcepti… in setLong()
327 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat()
336 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble()
345 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString()
354 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes()
363 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const ::com::sun::star::util::… in setDate()
372 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const ::com::sun::star::util::… in setTime()
381 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::u… in setTimestamp()
390 void SAL_CALL OPreparedStatement::setBinaryStream( sal_Int32 parameterIndex, const Reference< ::com… in setBinaryStream()
399 void SAL_CALL OPreparedStatement::setCharacterStream( sal_Int32 parameterIndex, const Reference< ::… in setCharacterStream()
408 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject()
417 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo()
426 void SAL_CALL OPreparedStatement::setRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) th… in setRef()
435 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob()
444 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob()
453 void SAL_CALL OPreparedStatement::setArray( sal_Int32 parameterIndex, const Reference< XArray >& x … in setArray()
462 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()