Lines Matching refs:mysqlc_sdbc_driver

49 using mysqlc_sdbc_driver::getStringFromAny;
75 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in OPreparedStatement()
149 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::getMetaData", *this); in getMetaData()
151 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in getMetaData()
193 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in execute()
212 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in executeUpdate()
232mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::clearParameters", *th… in setString()
234 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setString()
283 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in executeQuery()
302 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setBoolean", *this); in setBoolean()
304 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setBoolean()
322 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setByte", *this); in setByte()
324 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setByte()
350 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setDate", *this); in setDate()
352 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setDate()
378 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setTime", *this); in setTime()
380 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setTime()
414mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setTimestamp", *this); in setTimestamp()
416 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setTimestamp()
434 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setDouble", *this); in setDouble()
436 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setDouble()
454 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setFloat", *this); in setFloat()
456 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setFloat()
474 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setInt", *this); in setInt()
476 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setInt()
494 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setLong", *this); in setLong()
496 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setLong()
514 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setNull", *this); in setNull()
516 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setNull()
531 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setClob", *this); in setClob()
545 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setBlob", *this); in setBlob()
559 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setArray", *this); in setArray()
573 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setRef", *this); in setRef()
591mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
601mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
645mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
666mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
700mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
719mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
736mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
752mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setObjectNull", *this… in setObjectNull()
766 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setObject", *this); in setObject()
783 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setShort", *this); in setShort()
785 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setShort()
804 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setBytes", *this); in setBytes()
806 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in setBytes()
823mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setCharacterStream", … in setCharacterStream()
839mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setBinaryStream", *th… in setBinaryStream()
855mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::clearParameters", *th… in clearParameters()
857 mysqlc_sdbc_driver::translateAndThrow(e, *this, m_pConnection->getConnectionEncoding()); in clearParameters()
868 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::clearBatch", *this); in clearBatch()
878 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::addBatch", *this); in addBatch()