Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/dbaccess/source/core/api/
H A DPrivateRow.cxx43 …::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, Ru… in getString()
48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean()
53 …::sal_Int8 SAL_CALL OPrivateRow::getByte( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getByte()
58 …::sal_Int16 SAL_CALL OPrivateRow::getShort( ::sal_Int32 columnIndex ) throw (SQLException, Runtime… in getShort()
63 …::sal_Int32 SAL_CALL OPrivateRow::getInt( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getInt()
68 …::sal_Int64 SAL_CALL OPrivateRow::getLong( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeE… in getLong()
73 …float SAL_CALL OPrivateRow::getFloat( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExcept… in getFloat()
78 …double SAL_CALL OPrivateRow::getDouble( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExce… in getDouble()
118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef()
123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob()
[all …]
H A Dcallablestatement.cxx163 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,… in getString()
173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean()
183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte()
193 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort()
202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt()
211 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong()
220 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat()
229 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble()
305 Reference< XRef > SAL_CALL OCallableStatement::getRef( sal_Int32 columnIndex ) throw(SQLException, … in getRef()
314 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob()
[all …]
H A Dresultset.cxx497 rtl::OUString OResultSet::getString(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getString()
506 sal_Bool OResultSet::getBoolean(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getBoolean()
515 sal_Int8 OResultSet::getByte(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getByte()
524 sal_Int16 OResultSet::getShort(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getShort()
533 sal_Int32 OResultSet::getInt(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getInt()
542 sal_Int64 OResultSet::getLong(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getLong()
551 float OResultSet::getFloat(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getFloat()
560 double OResultSet::getDouble(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getDouble()
632 Reference< XRef > OResultSet::getRef(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getRef()
670 void OResultSet::updateNull(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in updateNull()
[all …]
H A DCacheSet.cxx490 ::rtl::OUString SAL_CALL OCacheSet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getString()
496 sal_Bool SAL_CALL OCacheSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getBoolean()
502 sal_Int8 SAL_CALL OCacheSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
508 sal_Int16 SAL_CALL OCacheSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getShort()
514 sal_Int32 SAL_CALL OCacheSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
520 sal_Int64 SAL_CALL OCacheSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
526 float SAL_CALL OCacheSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
532 double SAL_CALL OCacheSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
580 Reference< XRef > SAL_CALL OCacheSet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeEx… in getRef()
586 Reference< XBlob > SAL_CALL OCacheSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getBlob()
[all …]
H A DRowSetBase.cxx230 const ORowSetValue& ORowSetBase::getValue(sal_Int32 columnIndex) in getValue()
237 const ORowSetValue& ORowSetBase::impl_getValue(sal_Int32 columnIndex) in impl_getValue()
293 ::rtl::OUString SAL_CALL ORowSetBase::getString( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getString()
300 sal_Bool SAL_CALL ORowSetBase::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcep… in getBoolean()
307 sal_Int8 SAL_CALL ORowSetBase::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getByte()
314 sal_Int16 SAL_CALL ORowSetBase::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getShort()
321 sal_Int32 SAL_CALL ORowSetBase::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getInt()
328 sal_Int64 SAL_CALL ORowSetBase::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getLong()
335 float SAL_CALL ORowSetBase::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
342 double SAL_CALL ORowSetBase::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getDouble()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx116 sal_Int32 columnIndex ) in getString()
128 sal_Int32 columnIndex ) in getBoolean()
140 sal_Int32 columnIndex ) in getByte()
152 sal_Int32 columnIndex ) in getShort()
165 sal_Int32 columnIndex ) in getInt()
177 sal_Int32 columnIndex ) in getLong()
189 sal_Int32 columnIndex ) in getFloat()
201 sal_Int32 columnIndex ) in getDouble()
213 sal_Int32 columnIndex ) in getBytes()
225 sal_Int32 columnIndex ) in getDate()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx119 sal_Int32 columnIndex ) in getString()
132 sal_Int32 columnIndex ) in getBoolean()
144 sal_Int32 columnIndex ) in getByte()
156 sal_Int32 columnIndex ) in getShort()
169 sal_Int32 columnIndex ) in getInt()
181 sal_Int32 columnIndex ) in getLong()
193 sal_Int32 columnIndex ) in getFloat()
205 sal_Int32 columnIndex ) in getDouble()
217 sal_Int32 columnIndex ) in getBytes()
229 sal_Int32 columnIndex ) in getDate()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java97 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte()
107 public synchronized byte[] getBytes(int columnIndex) throws SQLException { in getBytes()
117 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate()
142 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat()
152 public synchronized int getInt(int columnIndex) throws SQLException { in getInt()
162 public synchronized long getLong(int columnIndex) throws SQLException { in getLong()
172 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray()
187 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
202 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
217 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
[all …]
H A DJavaSQLResultSet.java296 public byte getByte(int columnIndex) throws SQLException { in getByte()
305 public byte[] getBytes(int columnIndex) throws SQLException { in getBytes()
314 public Date getDate(int columnIndex) throws SQLException { in getDate()
337 public float getFloat(int columnIndex) throws SQLException { in getFloat()
346 public int getInt(int columnIndex) throws SQLException { in getInt()
364 public long getLong(int columnIndex) throws SQLException { in getLong()
401 public XClob getClob(int columnIndex) throws SQLException { in getClob()
415 public XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
429 public XRef getRef(int columnIndex) throws SQLException { in getRef()
471 public short getShort(int columnIndex) throws SQLException { in getShort()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx173 sal_Int32 columnIndex ) in getString()
185 sal_Int32 columnIndex ) in getBoolean()
197 sal_Int32 columnIndex ) in getByte()
209 sal_Int32 columnIndex ) in getShort()
222 sal_Int32 columnIndex ) in getInt()
234 sal_Int32 columnIndex ) in getLong()
246 sal_Int32 columnIndex ) in getFloat()
258 sal_Int32 columnIndex ) in getDouble()
270 sal_Int32 columnIndex ) in getBytes()
282 sal_Int32 columnIndex ) in getDate()
[all …]
H A Dfilrow.cxx158 sal_Int32 columnIndex ) in getBoolean()
173 sal_Int32 columnIndex ) in getByte()
187 sal_Int32 columnIndex ) in getShort()
230 sal_Int32 columnIndex ) in getFloat()
244 sal_Int32 columnIndex ) in getDouble()
258 sal_Int32 columnIndex ) in getBytes()
272 sal_Int32 columnIndex ) in getDate()
286 sal_Int32 columnIndex ) in getTime()
345 sal_Int32 columnIndex, in getObject()
360 sal_Int32 columnIndex ) in getRef()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx153 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
162 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
183 Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDate()
194 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
205 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
216 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
236 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong()
301 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
324 Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTime()
336 DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getTimestamp()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java78 private ORowSetValue getField(int columnIndex) throws SQLException { in getField()
228 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
239 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte()
256 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
261 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate()
273 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat()
279 public synchronized int getInt(int columnIndex) throws SQLException { in getInt()
285 public synchronized long getLong(int columnIndex) throws SQLException { in getLong()
297 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
302 public synchronized short getShort(int columnIndex) throws SQLException { in getShort()
[all …]
H A DDatabaseMetaDataResultSet.java100 private ORowSetValue getField(int columnIndex) throws SQLException { in getField()
250 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
261 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte()
278 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob()
283 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate()
295 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat()
301 public synchronized int getInt(int columnIndex) throws SQLException { in getInt()
307 public synchronized long getLong(int columnIndex) throws SQLException { in getLong()
319 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
324 public synchronized short getShort(int columnIndex) throws SQLException { in getShort()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx68 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean()
74 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte()
80 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes()
86 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate()
92 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble()
99 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat()
106 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt()
113 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong()
127 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort()
134 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,… in getString()
[all …]
H A DAResultSet.cxx219 OLEVariant OResultSet::getValue(sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getValue()
229 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
235 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
253 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
259 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
265 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
336 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
342 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
702 void OResultSet::updateValue(sal_Int32 columnIndex,const OLEVariant& x) in updateValue()
711 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
[all …]
H A DADatabaseMetaDataResultSet.cxx188 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean()
202 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte()
221 Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 columnIndex ) throw(S… in getBytes()
227 ::com::sun::star::util::Date SAL_CALL ODatabaseMetaDataResultSet::getDate( sal_Int32 columnIndex ) … in getDate()
233 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble()
239 float SAL_CALL ODatabaseMetaDataResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, Ru… in getFloat()
245 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, … in getInt()
334 sal_Int16 SAL_CALL ODatabaseMetaDataResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException… in getShort()
353 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getString( sal_Int32 columnIndex ) throw(SQLEx… in getString()
372 ::com::sun::star::util::Time SAL_CALL ODatabaseMetaDataResultSet::getTime( sal_Int32 columnIndex ) … in getTime()
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx83 sal_Bool SAL_CALL java_sql_CallableStatement::getBoolean( sal_Int32 columnIndex ) throw(starsdbc::S… in getBoolean()
88 sal_Int8 SAL_CALL java_sql_CallableStatement::getByte( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getByte()
96 Sequence< sal_Int8 > SAL_CALL java_sql_CallableStatement::getBytes( sal_Int32 columnIndex ) throw(s… in getBytes()
115 ::com::sun::star::util::Date SAL_CALL java_sql_CallableStatement::getDate( sal_Int32 columnIndex ) … in getDate()
123 double SAL_CALL java_sql_CallableStatement::getDouble( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getDouble()
132 float SAL_CALL java_sql_CallableStatement::getFloat( sal_Int32 columnIndex ) throw(starsdbc::SQLExc… in getFloat()
141 sal_Int32 SAL_CALL java_sql_CallableStatement::getInt( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getInt()
149 sal_Int64 SAL_CALL java_sql_CallableStatement::getLong( sal_Int32 columnIndex ) throw(starsdbc::SQL… in getLong()
168 sal_Int16 SAL_CALL java_sql_CallableStatement::getShort( sal_Int32 columnIndex ) throw(starsdbc::SQ… in getShort()
177 ::rtl::OUString SAL_CALL java_sql_CallableStatement::getString( sal_Int32 columnIndex ) throw(stars… in getString()
[all …]
H A DResultSet.cxx176 sal_Bool SAL_CALL java_sql_ResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean()
184 sal_Int8 SAL_CALL java_sql_ResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte()
222 double SAL_CALL java_sql_ResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble()
231 float SAL_CALL java_sql_ResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat()
240 sal_Int32 SAL_CALL java_sql_ResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt()
256 sal_Int64 SAL_CALL java_sql_ResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong()
287 Reference< XClob > SAL_CALL java_sql_ResultSet::getClob( sal_Int32 columnIndex ) throw(SQLException… in getClob()
297 Reference< XBlob > SAL_CALL java_sql_ResultSet::getBlob( sal_Int32 columnIndex ) throw(SQLException… in getBlob()
308 Reference< XRef > SAL_CALL java_sql_ResultSet::getRef( sal_Int32 columnIndex ) throw(SQLException, … in getRef()
382 sal_Int16 SAL_CALL java_sql_ResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx233 const ORowSetValue& OResultSet::getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLE… in getValue()
247 void OResultSet::checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException) in checkIndex()
269 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
276 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
297 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
304 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
311 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
330 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong()
384 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
390 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1233 ::getByte( sal_Int32 columnIndex ) in getByte()
1242 ::getShort( sal_Int32 columnIndex ) in getShort()
1251 ::getInt( sal_Int32 columnIndex ) in getInt()
1260 ::getLong( sal_Int32 columnIndex ) in getLong()
1269 ::getFloat( sal_Int32 columnIndex ) in getFloat()
1287 ::getBytes( sal_Int32 columnIndex ) in getBytes()
1296 ::getDate( sal_Int32 columnIndex ) in getDate()
1305 ::getTime( sal_Int32 columnIndex ) in getTime()
1364 ::getRef( sal_Int32 columnIndex ) in getRef()
1373 ::getBlob( sal_Int32 columnIndex ) in getBlob()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx419 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
427 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
486 Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDate()
501 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
509 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
517 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
534 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong()
601 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
628 Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTime()
1013 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx363 sal_Int8 SAL_CALL PropertyValueSet::getByte( sal_Int32 columnIndex ) in getByte()
379 sal_Int32 SAL_CALL PropertyValueSet::getInt( sal_Int32 columnIndex ) in getInt()
387 sal_Int64 SAL_CALL PropertyValueSet::getLong( sal_Int32 columnIndex ) in getLong()
395 float SAL_CALL PropertyValueSet::getFloat( sal_Int32 columnIndex ) in getFloat()
403 double SAL_CALL PropertyValueSet::getDouble( sal_Int32 columnIndex ) in getDouble()
412 PropertyValueSet::getBytes( sal_Int32 columnIndex ) in getBytes()
420 Date SAL_CALL PropertyValueSet::getDate( sal_Int32 columnIndex ) in getDate()
428 Time SAL_CALL PropertyValueSet::getTime( sal_Int32 columnIndex ) in getTime()
445 PropertyValueSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
455 PropertyValueSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
[all …]
H A Dresultset.cxx866 sal_Int8 SAL_CALL ResultSet::getByte( sal_Int32 columnIndex ) in getByte()
958 float SAL_CALL ResultSet::getFloat( sal_Int32 columnIndex ) in getFloat()
1005 ResultSet::getBytes( sal_Int32 columnIndex ) in getBytes()
1075 ResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
1099 ResultSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
1123 ResultSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
1147 sal_Int32 columnIndex, in getObject()
1172 ResultSet::getRef( sal_Int32 columnIndex ) in getRef()
1196 ResultSet::getBlob( sal_Int32 columnIndex ) in getBlob()
1220 ResultSet::getClob( sal_Int32 columnIndex ) in getClob()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx184 void ODatabaseMetaDataResultSet::checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::S… in checkIndex()
201 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean()
207 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte()
213 Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 columnIndex ) throw(S… in getBytes()
225 double SAL_CALL ODatabaseMetaDataResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, … in getDouble()
231 float SAL_CALL ODatabaseMetaDataResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, Ru… in getFloat()
237 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, … in getInt()
250 sal_Int64 SAL_CALL ODatabaseMetaDataResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException,… in getLong()
298 sal_Int16 SAL_CALL ODatabaseMetaDataResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException… in getShort()
304 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSet::getString( sal_Int32 columnIndex ) throw(SQLEx… in getString()
[all …]

Completed in 165 milliseconds

12