Home
last modified time | relevance | path

Searched refs:columnIndex (Results 76 – 81 of 81) sorted by relevance

1234

/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSetMetaData.hxx62 inline sal_uInt32 fieldAtColumn(sal_Int32 columnIndex) const in fieldAtColumn()
63 { return m_aMacabFields[columnIndex - 1]; } in fieldAtColumn()
/aoo42x/main/connectivity/source/inc/
H A DTPrivilegesResultSet.hxx39 virtual const ORowSetValue& getValue(sal_Int32 columnIndex);
/aoo42x/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.hxx110 void checkColumnIndex(sal_Int32 columnIndex) throw (SQLException, RuntimeException);
/aoo42x/main/hsqldb/patches/
H A Di121754.patch240 + public <T>T getObject(int columnIndex, Class<T> type) throws SQLException {
241 + return (T) getObject(columnIndex);
/aoo42x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx776 const sal_Int32 columnIndex = col - aColumns.begin(); in impl_fillInternalDataProvider_throw() local
777 const ::rtl::OUString sRangeName = ::rtl::OUString::valueOf( columnIndex ); in impl_fillInternalDataProvider_throw()
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3778 and IAccessibleTable::columnIndex.
3838 @param [in] columnIndex
3852 [in] long columnIndex,
3915 @param [out] columnIndex
3921 [propget] HRESULT columnIndex
3924 [out, retval] long *columnIndex
4739 @param [out] columnIndex
4744 [propget] HRESULT columnIndex
4746 [out, retval] long *columnIndex

Completed in 82 milliseconds

1234