Lines Matching refs:OPreparedStatement

59 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbc.driver.file.PreparedStatement","com.su…
63 OPreparedStatement::OPreparedStatement( OConnection* _pConnection) in DBG_NAME()
72 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
79 void OPreparedStatement::disposing() in disposing()
104 void OPreparedStatement::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeExceptio… in construct()
133 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
143 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
154 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
167 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
178 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
190 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
202 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString()
209 Reference< XConnection > SAL_CALL OPreparedStatement::getConnection( ) throw(SQLException, Runtime… in getConnection()
219 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery()
229 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean()
235 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte()
242 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) throw(SQLE… in setDate()
248 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) throw(SQLEx… in setTime()
255 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp()
262 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble()
270 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat()
277 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
284 void SAL_CALL OPreparedStatement::setLong( sal_Int32 /*parameterIndex*/, sal_Int64 /*aVal*/ ) throw… in setLong()
291 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(… in setNull()
304 void SAL_CALL OPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& … in setClob()
311 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& … in setBlob()
318 void SAL_CALL OPreparedStatement::setArray( sal_Int32 /*parameterIndex*/, const Reference< XArray >… in setArray()
325 void SAL_CALL OPreparedStatement::setRef( sal_Int32 /*parameterIndex*/, const Reference< XRef >& /*… in setRef()
332 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo()
348 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull()
355 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject()
370 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort()
377 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes()
385 void SAL_CALL OPreparedStatement::setCharacterStream( sal_Int32 parameterIndex, const Reference< ::… in setCharacterStream()
392 void SAL_CALL OPreparedStatement::setBinaryStream( sal_Int32 parameterIndex, const Reference< ::com… in setBinaryStream()
404 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()
414 OResultSet* OPreparedStatement::createResultSet() in createResultSet()
420 Reference<XResultSet> OPreparedStatement::initResultSet() in initResultSet()
437 void SAL_CALL OPreparedStatement::acquire() throw() in acquire()
442 void SAL_CALL OPreparedStatement::release() throw() in release()
447 void OPreparedStatement::checkAndResizeParameters(sal_Int32 parameterIndex) in checkAndResizeParameters()
465 void OPreparedStatement::setParameter(sal_Int32 parameterIndex, const ORowSetValue& x) in setParameter()
477 sal_uInt32 OPreparedStatement::AddParameter(OSQLParseNode * pParameter, const Reference<XPropertySe… in AddParameter()
522 void OPreparedStatement::describeColumn(OSQLParseNode* _pParameter,OSQLParseNode* _pNode,const OSQL… in describeColumn()
542 void OPreparedStatement::describeParameter() in describeParameter()
563 void OPreparedStatement::initializeResultSet(OResultSet* _pResult) in initializeResultSet()
611 void OPreparedStatement::parseParamterElem(const String& _sColumnName,OSQLParseNode* pRow_Value_Con… in parseParamterElem()