Home
last modified time | relevance | path

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

1234

/aoo42x/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx186 if(columnIndex >= (sal_Int32)(*m_aRowsIter).size() || columnIndex < 1) in checkIndex()
203 return getValue(columnIndex); in getBoolean()
209 return getValue(columnIndex); in getByte()
215 return getValue(columnIndex); in getBytes()
221 return getValue(columnIndex); in getDate()
227 return getValue(columnIndex); in getDouble()
233 return getValue(columnIndex); in getFloat()
239 return getValue(columnIndex); in getInt()
252 return getValue(columnIndex); in getLong()
637 checkIndex(columnIndex ); in getValue()
[all …]
/aoo42x/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx146 columnIndex = mapColumn(columnIndex); in getBinaryStream()
198 return getValue(columnIndex); in getBoolean()
206 getValue(columnIndex); in getByte()
208 columnIndex = mapColumn(columnIndex); in getByte()
250 getValue(columnIndex); in getInt()
252 columnIndex = mapColumn(columnIndex); in getInt()
329 columnIndex = mapColumn(columnIndex); in getObject()
338 getValue(columnIndex); in getShort()
340 columnIndex = mapColumn(columnIndex); in getShort()
357 getValue(columnIndex); in getString()
[all …]
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx175 void checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException);
177 const ORowSetValue& getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException);
178 …void updateValue(sal_Int32 columnIndex,const ORowSetValue& x ) throw(::com::sun::star::sdbc::SQLEx…
237 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
238 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
239 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
240 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
241 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
242 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
243 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx730 updateValue(columnIndex,x); in updateBoolean()
735 updateValue(columnIndex,x); in updateByte()
740 updateValue(columnIndex,x); in updateShort()
745 updateValue(columnIndex,x); in updateInt()
750 updateValue(columnIndex,x); in updateLong()
755 updateValue(columnIndex,x); in updateFloat()
760 updateValue(columnIndex,x); in updateDouble()
765 updateValue(columnIndex,x); in updateString()
770 updateValue(columnIndex,x); in updateBytes()
775 updateValue(columnIndex,x); in updateDate()
[all …]
H A Dresultset.hxx190 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
191 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
192 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
193 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
194 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
195 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
196 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
197 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
247 …virtual void SAL_CALL updateNull( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcepti…
249 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
[all …]
H A DPrivateRow.hxx41 …virtual ::rtl::OUString SAL_CALL getString( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdb…
42 …virtual ::sal_Bool SAL_CALL getBoolean( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::S…
43 …virtual ::sal_Int8 SAL_CALL getByte( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLE…
44 …virtual ::sal_Int16 SAL_CALL getShort( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQ…
45 …virtual ::sal_Int32 SAL_CALL getInt( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLE…
46 …virtual ::sal_Int64 SAL_CALL getLong( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQL…
47 …virtual float SAL_CALL getFloat( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExcep…
48 …virtual double SAL_CALL getDouble( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExc…
50 …virtual ::com::sun::star::util::Date SAL_CALL getDate( ::sal_Int32 columnIndex ) throw (::com::sun…
51 …virtual ::com::sun::star::util::Time SAL_CALL getTime( ::sal_Int32 columnIndex ) throw (::com::sun…
[all …]
H A DRowSet.hxx218 const connectivity::ORowSetValue& getInsertValue(sal_Int32 columnIndex);
223 void updateValue(sal_Int32 columnIndex,const connectivity::ORowSetValue& x);
224 void checkUpdateConditions(sal_Int32 columnIndex);
307 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
308 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
309 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
310 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
311 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
312 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
313 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
H A DRowSetBase.cxx297 return getValue(columnIndex); in getString()
304 return getValue(columnIndex); in getBoolean()
311 return getValue(columnIndex); in getByte()
318 return getValue(columnIndex); in getShort()
325 return getValue(columnIndex); in getInt()
332 return getValue(columnIndex); in getLong()
339 return getValue(columnIndex); in getFloat()
346 return getValue(columnIndex); in getDouble()
353 return getValue(columnIndex); in getBytes()
360 return getValue(columnIndex); in getDate()
[all …]
H A DRowSetCache.cxx567 checkUpdateConditions(columnIndex); in updateNull()
573 rInsert[columnIndex].setNull(); in updateNull()
575 io_aRow[columnIndex].setNull(); in updateNull()
590 if ( rInsert[columnIndex] != x ) in updateValue()
593 rInsert[columnIndex] = x; in updateValue()
595 io_aRow[columnIndex] = rInsert[columnIndex]; in updateValue()
615 rInsert[columnIndex] = aSeq; in updateCharacterStream()
636 rInsert[columnIndex] = aTemp; in updateObject()
638 io_aRow[columnIndex] = rInsert[columnIndex]; in updateObject()
658 rInsert[columnIndex] = aTemp; in updateNumericObject()
[all …]
H A DCacheSet.hxx91 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
92 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
93 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
94 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
95 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
96 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
97 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
98 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
100 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
101 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx166 …void updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(::com::sun::star::s…
172 SWORD impl_getColumnType_nothrow(sal_Int32 columnIndex);
245 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
246 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
247 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
248 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
249 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
250 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
251 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
252 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx175 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
176 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
177 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
178 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
179 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
180 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
181 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
182 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
211 …virtual void SAL_CALL updateNull( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcepti…
213 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
[all …]
/aoo42x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx57 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
58 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
59 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
60 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
61 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
62 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
63 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
64 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
66 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
67 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
H A DADatabaseMetaDataResultSet.hxx98 …OLEVariant getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
158 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
159 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
160 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
161 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
162 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
163 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
164 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
165 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
167 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/aoo42x/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx159 if ( ( columnIndex < 1 ) \
182 getObject( columnIndex, Reference< XNameAccess >() ); \
412 PropertyValueSet::getBytes( sal_Int32 columnIndex ) in getBytes() argument
420 Date SAL_CALL PropertyValueSet::getDate( sal_Int32 columnIndex ) in getDate() argument
428 Time SAL_CALL PropertyValueSet::getTime( sal_Int32 columnIndex ) in getTime() argument
445 PropertyValueSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() argument
455 PropertyValueSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream() argument
465 sal_Int32 columnIndex, in getObject() argument
475 if ( ( columnIndex < 1 ) in getObject()
476 || ( columnIndex > sal_Int32( m_pValues->size() ) ) ) in getObject()
[all …]
H A Dresultset.cxx878 return xValues->getByte( columnIndex ); in getByte()
901 return xValues->getShort( columnIndex ); in getShort()
924 return xValues->getInt( columnIndex ); in getInt()
947 return xValues->getLong( columnIndex ); in getLong()
1040 return xValues->getDate( columnIndex ); in getDate()
1063 return xValues->getTime( columnIndex ); in getTime()
1147 sal_Int32 columnIndex, in getObject() argument
1172 ResultSet::getRef( sal_Int32 columnIndex ) in getRef() argument
1184 return xValues->getRef( columnIndex ); in getRef()
1208 return xValues->getBlob( columnIndex ); in getBlob()
[all …]
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrow.hxx75 sal_Int32 columnIndex )
81 sal_Int32 columnIndex )
87 sal_Int32 columnIndex )
93 sal_Int32 columnIndex )
100 sal_Int32 columnIndex )
106 sal_Int32 columnIndex )
124 sal_Int32 columnIndex )
130 sal_Int32 columnIndex )
148 sal_Int32 columnIndex )
154 sal_Int32 columnIndex )
[all …]
/aoo42x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx62 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
63 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
64 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
65 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
66 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
67 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
68 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
69 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
71 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
72 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/aoo42x/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx69 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
70 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
71 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
72 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
73 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
74 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
75 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
76 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
78 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
79 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx317 return xIface->getByte(columnIndex); in getByte()
333 return xIface->getInt(columnIndex); in getInt()
341 return xIface->getLong(columnIndex); in getLong()
373 return xIface->getDate(columnIndex); in getDate()
421 return xIface->getRef(columnIndex); in getRef()
507 xIface->updateNull(columnIndex); in updateNull()
521 xIface->updateByte(columnIndex, x); in updateByte()
535 xIface->updateInt(columnIndex, x); in updateInt()
542 xIface->updateLong(columnIndex, x); in updateLong()
577 xIface->updateDate(columnIndex, x); in updateDate()
[all …]
/aoo42x/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx124 void checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException);
133 virtual const ORowSetValue& getValue(sal_Int32 columnIndex);
191 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
192 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
193 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
194 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
195 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
196 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
197 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
198 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
/aoo42x/main/ucb/source/sorter/
H A Dsortresult.hxx314 getByte( sal_Int32 columnIndex )
318 getShort( sal_Int32 columnIndex )
322 getInt( sal_Int32 columnIndex )
326 getLong( sal_Int32 columnIndex )
330 getFloat( sal_Int32 columnIndex )
338 getBytes( sal_Int32 columnIndex )
342 getDate( sal_Int32 columnIndex )
346 getTime( sal_Int32 columnIndex )
370 getRef( sal_Int32 columnIndex )
374 getBlob( sal_Int32 columnIndex )
[all …]
H A Dsortresult.cxx705 OUString SAL_CALL SortedResultSet::getString( sal_Int32 columnIndex ) in getString() argument
721 sal_Int8 SAL_CALL SortedResultSet::getByte( sal_Int32 columnIndex ) in getByte() argument
737 sal_Int32 SAL_CALL SortedResultSet::getInt( sal_Int32 columnIndex ) in getInt() argument
744 sal_Int64 SAL_CALL SortedResultSet::getLong( sal_Int32 columnIndex ) in getLong() argument
752 float SAL_CALL SortedResultSet::getFloat( sal_Int32 columnIndex ) in getFloat() argument
760 double SAL_CALL SortedResultSet::getDouble( sal_Int32 columnIndex ) in getDouble() argument
776 Date SAL_CALL SortedResultSet::getDate( sal_Int32 columnIndex ) in getDate() argument
784 Time SAL_CALL SortedResultSet::getTime( sal_Int32 columnIndex ) in getTime() argument
801 SortedResultSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream() argument
810 SortedResultSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream() argument
[all …]
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx146 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
147 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
148 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
149 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
150 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
151 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
152 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
153 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
155 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
156 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/aoo42x/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx157 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
158 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
159 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
160 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
161 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
162 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
163 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
164 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
166 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
167 …virtual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]

Completed in 321 milliseconds

1234