Home
last modified time | relevance | path

Searched refs:throwInvalidArgumentException (Results 1 – 4 of 4) sorted by relevance

/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx120 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getStringMetaData()
139 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getStringMetaData()
158 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getStringMetaData()
177 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getStringMetaData()
196 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getInt32MetaData()
215 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getBoolMetaData()
234 mysqlc_sdbc_driver::throwInvalidArgumentException(_methodName, *this); in impl_getBoolMetaData()
790 … mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::supportsConvert", *this); in supportsConvert()
1099 …mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::getDriverMajorVersion", *thi… in getDefaultTransactionIsolation()
1258 …mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::supportsResultSetConcurrency… in supportsResultSetConcurrency()
[all …]
H A Dmysqlc_preparedstatement.cxx565 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
575 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
618 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
639 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
673 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
692 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
709 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
H A Dmysqlc_general.hxx42 void throwInvalidArgumentException(
H A Dmysqlc_general.cxx51 void throwInvalidArgumentException( const sal_Char* _pAsciiFeatureName, const Reference< XInterface… in throwInvalidArgumentException() function