Home
last modified time | relevance | path

Searched refs:throwFeatureNotImplementedException (Results 1 – 25 of 45) sorted by relevance

12

/aoo4110/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx69 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getColumnType()
90 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getColumnCount()
109 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in isCaseSensitive()
128 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getSchemaName()
147 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getColumnName()
166 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getTableName()
185 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getCatalogName()
204 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getColumnTypeName()
223 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in getColumnLabel()
255 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSetMetaData::getMetaData", *this); in isCurrency()
[all …]
H A Dmysqlc_resultset.cxx453 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::getArray", *this); in getArray()
468 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::getClob", *this); in getClob()
483 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::getBlob", *this); in getBlob()
498 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::getRef", *this); in getRef()
515 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::getObject", *this); in getObject()
1041 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::updateNull", *this); in updateNull()
1067 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::updateByte", *this); in updateByte()
1093 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::updateInt", *this); in updateInt()
1106 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::updateLong", *this); in updateLong()
1171 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OResultSet::updateDate", *this); in updateDate()
[all …]
H A Dmysqlc_preparedstatement.cxx322 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setByte", *this); in setByte()
350 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setDate", *this); in setDate()
378 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setTime", *this); in setTime()
454 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setFloat", *this); in setFloat()
474 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setInt", *this); in setInt()
494 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setLong", *this); in setLong()
514 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OPreparedStatement::setNull", *this); 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()
[all …]
H A Dmysqlc_databasemetadata.cxx118 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getStringMetaData()
137 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getStringMetaData()
156 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getStringMetaData()
175 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getStringMetaData()
194 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getInt32MetaData()
213 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getBoolMetaData()
232 mysqlc_sdbc_driver::throwFeatureNotImplementedException(_methodName, *this); in impl_getBoolMetaData()
1626 mysqlc_sdbc_driver::throwFeatureNotImplementedException("ODatabaseMetaData::getSchemas", *this); in getSchemas()
1719 mysqlc_sdbc_driver::throwFeatureNotImplementedException("ODatabaseMetaData::getColumns", *this); in getColumns()
1780 mysqlc_sdbc_driver::throwFeatureNotImplementedException("ODatabaseMetaData::getTables", *this); in getTables()
[all …]
H A Dmysqlc_connection.cxx135 …mysqlc_sdbc_driver::throwFeatureNotImplementedException("OConnection::construct (embedded MySQL)",… in construct()
322 mysqlc_sdbc_driver::throwFeatureNotImplementedException("OConnection::prepareCall", *this); in prepareCall()
H A Dmysqlc_general.hxx36 void throwFeatureNotImplementedException(
/aoo4110/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx122 ::dbtools::throwFeatureNotImplementedException( "XRow::getObject", *this ); in getObject()
182 ::dbtools::throwFeatureNotImplementedException( "XRow::getBinaryStream", *this ); in getBinaryStream()
188 ::dbtools::throwFeatureNotImplementedException( "XRow::getCharacterStream", *this ); in getCharacterStream()
195 ::dbtools::throwFeatureNotImplementedException( "XRow::getArray", *this ); in getArray()
202 ::dbtools::throwFeatureNotImplementedException( "XRow::getClob", *this ); in getClob()
208 ::dbtools::throwFeatureNotImplementedException( "XRow::getBlob", *this ); in getBlob()
215 ::dbtools::throwFeatureNotImplementedException( "XRow::getRef", *this ); in getRef()
H A DAPreparedStatement.cxx391 ::dbtools::throwFeatureNotImplementedException( "XRowUpdate::setClob", *this ); in setClob()
397 ::dbtools::throwFeatureNotImplementedException( "XRowUpdate::setBlob", *this ); in setBlob()
403 ::dbtools::throwFeatureNotImplementedException( "XRowUpdate::setArray", *this ); in setArray()
409 ::dbtools::throwFeatureNotImplementedException( "XRowUpdate::setRef", *this ); in setRef()
464 ::dbtools::throwFeatureNotImplementedException( "XParameters::setCharacterStream", *this ); in setCharacterStream()
H A DADatabaseMetaDataResultSet.cxx183 ::dbtools::throwFeatureNotImplementedException( "XRow::getCharacterStream", *this ); in getCharacterStream()
267 ::dbtools::throwFeatureNotImplementedException( "XResultSet::getRow", *this ); in getRow()
274 ::dbtools::throwFeatureNotImplementedException( "XRow::getLong", *this ); in getLong()
295 ::dbtools::throwFeatureNotImplementedException( "XRow::getRow", *this ); in getArray()
303 ::dbtools::throwFeatureNotImplementedException( "XRow::getRow", *this ); in getClob()
309 ::dbtools::throwFeatureNotImplementedException( "XRow::getRow", *this ); in getBlob()
316 ::dbtools::throwFeatureNotImplementedException( "XRow::getRow", *this ); in getRef()
691 ::dbtools::throwFeatureNotImplementedException( "ResultSet::FetchDirection", *this ); in setFetchDirection()
H A DAResultSet.cxx215 ::dbtools::throwFeatureNotImplementedException( "XRow::getCharacterStream", *this ); in getCharacterStream()
286 ::dbtools::throwFeatureNotImplementedException( "XRow::getLong", *this ); in getLong()
304 ::dbtools::throwFeatureNotImplementedException( "XRow::getArray", *this ); in getArray()
312 ::dbtools::throwFeatureNotImplementedException( "XRow::getClob", *this ); in getClob()
318 ::dbtools::throwFeatureNotImplementedException( "XRow::getBlob", *this ); in getBlob()
325 ::dbtools::throwFeatureNotImplementedException( "XRow::getRef", *this ); in getRef()
1046 ::dbtools::throwFeatureNotImplementedException( "ResultSet::FetchDirection", *this ); in setFetchDirection()
H A DAStatement.cxx630 ::dbtools::throwFeatureNotImplementedException( "Statement::FetchDirection", *this ); in setFetchDirection()
647 ::dbtools::throwFeatureNotImplementedException( "Statement::MaxFieldSize", *this ); in setMaxFieldSize()
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx198 ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); in prepareCall()
241 ::dbtools::throwFeatureNotImplementedException( "XConnection::setAutoCommit", *this ); in setAutoCommit()
255 ::dbtools::throwFeatureNotImplementedException( "XConnection::setReadOnly", *this ); in setReadOnly()
263 ::dbtools::throwFeatureNotImplementedException( "XConnection::setCatalog", *this ); in setCatalog()
272 ::dbtools::throwFeatureNotImplementedException( "XConnection::setTransactionIsolation", *this ); in setTransactionIsolation()
282 ::dbtools::throwFeatureNotImplementedException( "XConnection::getTypeMap", *this ); in getTypeMap()
287 ::dbtools::throwFeatureNotImplementedException( "XConnection::setTypeMap", *this ); in setTypeMap()
/aoo4110/main/connectivity/source/sdbcx/
H A DVUser.cxx103 ::dbtools::throwFeatureNotImplementedException( "XUser::changePassword", *this ); in changePassword()
136 ::dbtools::throwFeatureNotImplementedException( "XAuthorizable::changePassword", *this ); in getPrivileges()
144 … ::dbtools::throwFeatureNotImplementedException( "XAuthorizable::getGrantablePrivileges", *this ); in getGrantablePrivileges()
152 ::dbtools::throwFeatureNotImplementedException( "XAuthorizable::grantPrivileges", *this ); in grantPrivileges()
159 ::dbtools::throwFeatureNotImplementedException( "XAuthorizable::revokePrivileges", *this ); in revokePrivileges()
H A DVGroup.cxx142 throwFeatureNotImplementedException( "XAuthorizable::grantPrivileges", *this ); in grantPrivileges()
149 throwFeatureNotImplementedException( "XAuthorizable::revokePrivileges", *this ); in revokePrivileges()
164 throwFeatureNotImplementedException( "XNamed::setName", *this ); in setName()
H A DVTable.cxx296 throwFeatureNotImplementedException( "XAlterTable::alterColumnByName", *this ); in alterColumnByName()
301 throwFeatureNotImplementedException( "XAlterTable::alterColumnByIndex", *this ); in alterColumnByIndex()
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx57 ::dbtools::throwFeatureNotImplementedException( "bookmarks", *this ); in setUsingBookmarks()
63 … ::dbtools::throwFeatureNotImplementedException( "PreparedStatement:ResultSetConcurrency", *this ); in setResultSetConcurrency()
68 ::dbtools::throwFeatureNotImplementedException( "PreparedStatement:ResultSetType", *this ); in setResultSetType()
H A DBStatement.cxx53 ::dbtools::throwFeatureNotImplementedException( "bookmarks", *this ); in setUsingBookmarks()
59 … ::dbtools::throwFeatureNotImplementedException( "PreparedStatement:ResultSetConcurrency", *this ); in setResultSetConcurrency()
64 ::dbtools::throwFeatureNotImplementedException( "PreparedStatement:ResultSetType", *this ); in setResultSetType()
/aoo4110/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx287 throwFeatureNotImplementedException( "XParameters::setLong", *this ); in setLong()
307 throwFeatureNotImplementedException( "XParameters::setClob", *this ); in setClob()
314 throwFeatureNotImplementedException( "XParameters::setBlob", *this ); in setBlob()
321 throwFeatureNotImplementedException( "XParameters::setArray", *this ); in setArray()
328 throwFeatureNotImplementedException( "XParameters::setRef", *this ); in setRef()
H A DFConnection.cxx249 throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); in prepareCall()
325 throwFeatureNotImplementedException( "XConnection::setCatalog", *this ); in setCatalog()
335 throwFeatureNotImplementedException( "XConnection::setTransactionIsolation", *this ); in setTransactionIsolation()
/aoo4110/main/connectivity/source/commontools/
H A DBlobHelper.cxx57 ::dbtools::throwFeatureNotImplementedException( "XBlob::position", *this ); in position()
63 ::dbtools::throwFeatureNotImplementedException( "XBlob::positionOfBlob", *this ); in positionOfBlob()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx298 ::dbtools::throwFeatureNotImplementedException( "XParameters::setClob", *this ); in setClob()
304 ::dbtools::throwFeatureNotImplementedException( "XParameters::setBlob", *this ); in setBlob()
310 ::dbtools::throwFeatureNotImplementedException( "XParameters::setArray", *this ); in setArray()
316 ::dbtools::throwFeatureNotImplementedException( "XParameters::setRef", *this ); in setRef()
H A DClob.cxx133 ::dbtools::throwFeatureNotImplementedException( "XClob::positionOfClob", *this ); in positionOfClob()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx302 ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); in prepareCall()
462 ::dbtools::throwFeatureNotImplementedException( "XConnection::setTypeMap", *this ); in setTypeMap()
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx127 ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); in prepareCall()
/aoo4110/main/connectivity/source/drivers/flat/
H A DEConnection.cxx179 ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); in prepareCall()

Completed in 145 milliseconds

12