Home
last modified time | relevance | path

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

/AOO41X/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()
856 … mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::supportsConvert", *this); in supportsConvert()
1201 …mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::getDriverMajorVersion", *thi… in getDefaultTransactionIsolation()
1378 …mysqlc_sdbc_driver::throwInvalidArgumentException("ODatabaseMetaData::supportsResultSetConcurrency… in supportsResultSetConcurrency()
[all …]
H A Dmysqlc_preparedstatement.cxx591 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
601 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", _rxPar… in impl_setObject()
645 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
666 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
700 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
719 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
736 …mysqlc_sdbc_driver::throwInvalidArgumentException( "OPreparedStatement::setObjectWithInfo", *this … in setObjectWithInfo()
H A Dmysqlc_general.hxx43 void throwInvalidArgumentException(
H A Dmysqlc_general.cxx52 void throwInvalidArgumentException( const sal_Char* _pAsciiFeatureName, const Reference< XInterface… in throwInvalidArgumentException() function