Lines Matching refs:OConnection

69 OConnection::OConnection(MysqlCDriver& _rDriver, sql::Driver * _cppDriver)   in OConnection()  function in OConnection
71 ,OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)&_rDriver, this) in OConnection()
86 OConnection::~OConnection() in ~OConnection()
98 void SAL_CALL OConnection::release() in release()
111 void OConnection::construct(const OUString& url, const Sequence< PropertyValue >& info) in construct()
264 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.mysqlc.OConnection", "com.sun.star.s…
268 Reference< XStatement > SAL_CALL OConnection::createStatement() in createStatement()
291 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement(const OUString& _sSql) in prepareStatement()
315 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall(const OUString& /*_sSql*/ ) in prepareCall()
329 OUString SAL_CALL OConnection::nativeSQL(const OUString& _sSql) in nativeSQL()
349 void SAL_CALL OConnection::setAutoCommit(sal_Bool autoCommit) in setAutoCommit()
365 sal_Bool SAL_CALL OConnection::getAutoCommit() in getAutoCommit()
387 void SAL_CALL OConnection::commit() in commit()
403 void SAL_CALL OConnection::rollback() in rollback()
419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed()
432 Reference< XDatabaseMetaData > SAL_CALL OConnection::getMetaData() in getMetaData()
455 void SAL_CALL OConnection::setReadOnly(sal_Bool readOnly) in setReadOnly()
468 sal_Bool SAL_CALL OConnection::isReadOnly() in isReadOnly()
482 void SAL_CALL OConnection::setCatalog(const OUString& catalog) in setCatalog()
500 OUString SAL_CALL OConnection::getCatalog() in getCatalog()
519 void SAL_CALL OConnection::setTransactionIsolation(sal_Int32 level) in setTransactionIsolation()
557 sal_Int32 SAL_CALL OConnection::getTransactionIsolation() in getTransactionIsolation()
582 Reference<XNameAccess> SAL_CALL OConnection::getTypeMap() in getTypeMap()
599 void SAL_CALL OConnection::setTypeMap(const Reference<XNameAccess >& typeMap) in setTypeMap()
613 void SAL_CALL OConnection::close() in close()
633 Any SAL_CALL OConnection::getWarnings() in getWarnings()
645 void SAL_CALL OConnection::clearWarnings() in clearWarnings()
655 void OConnection::buildTypeInfo() in buildTypeInfo()
664 void OConnection::disposing() in disposing()
690 OUString OConnection::getMysqlVariable(const char *varname) in getMysqlVariable()
720 sal_Int32 OConnection::getMysqlVersion() in getMysqlVersion()
757 ::rtl::OUString OConnection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement()