Home
last modified time | relevance | path

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

1234

/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx144 sal_Int32 columnIndex ) in getString() argument
148 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getString()
152 …m_nWasNull = ::convert<rtl::OUString>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Va… in getString()
158 sal_Int32 columnIndex ) in getBoolean() argument
162 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBoolean()
166 …m_nWasNull = ::convert<sal_Bool>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBoolean()
173 sal_Int32 columnIndex ) in getByte() argument
177 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getByte()
181 …m_nWasNull = ::convert<sal_Int8>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getByte()
187 sal_Int32 columnIndex ) in getShort() argument
[all …]
H A Dfilrset.hxx173 sal_Int32 columnIndex ) in getString() argument
178 return m_aItems[m_nRow]->getString( columnIndex ); in getString()
185 sal_Int32 columnIndex ) in getBoolean() argument
190 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
197 sal_Int32 columnIndex ) in getByte() argument
202 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
209 sal_Int32 columnIndex ) in getShort() argument
215 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
222 sal_Int32 columnIndex ) in getInt() argument
227 return m_aItems[m_nRow]->getInt( columnIndex ); in getInt()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DPrivateRow.cxx43 …::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, Ru… in getString() argument
45 m_nPos = columnIndex; in getString()
48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean() argument
50 m_nPos = columnIndex; in getBoolean()
53 …::sal_Int8 SAL_CALL OPrivateRow::getByte( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getByte() argument
55 m_nPos = columnIndex; in getByte()
58 …::sal_Int16 SAL_CALL OPrivateRow::getShort( ::sal_Int32 columnIndex ) throw (SQLException, Runtime… in getShort() argument
60 m_nPos = columnIndex; in getShort()
63 …::sal_Int32 SAL_CALL OPrivateRow::getInt( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getInt() argument
65 m_nPos = columnIndex; in getInt()
[all …]
H A Dresultset.cxx497 rtl::OUString OResultSet::getString(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getString() argument
503 return m_xDelegatorRow->getString(columnIndex); in getString()
506 sal_Bool OResultSet::getBoolean(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getBoolean() argument
512 return m_xDelegatorRow->getBoolean(columnIndex); in getBoolean()
515 sal_Int8 OResultSet::getByte(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getByte() argument
521 return m_xDelegatorRow->getByte(columnIndex); in getByte()
524 sal_Int16 OResultSet::getShort(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getShort() argument
530 return m_xDelegatorRow->getShort(columnIndex); in getShort()
533 sal_Int32 OResultSet::getInt(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getInt() argument
539 return m_xDelegatorRow->getInt(columnIndex); in getInt()
[all …]
H A Dcallablestatement.cxx163 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,… in getString() argument
169 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getString( columnIndex ); in getString()
173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() argument
179 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBoolean( columnIndex ); in getBoolean()
183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() argument
189 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getByte( columnIndex ); in getByte()
193 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort() argument
198 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getShort( columnIndex ); in getShort()
202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() argument
207 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getInt( columnIndex ); in getInt()
[all …]
H A DCacheSet.cxx490 ::rtl::OUString SAL_CALL OCacheSet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getString() argument
493 return m_xDriverRow->getString(columnIndex); in getString()
496 sal_Bool SAL_CALL OCacheSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getBoolean() argument
499 return m_xDriverRow->getBoolean(columnIndex); in getBoolean()
502 sal_Int8 SAL_CALL OCacheSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
505 return m_xDriverRow->getByte(columnIndex); in getByte()
508 sal_Int16 SAL_CALL OCacheSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getShort() argument
511 return m_xDriverRow->getShort(columnIndex); in getShort()
514 sal_Int32 SAL_CALL OCacheSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt() argument
517 return m_xDriverRow->getInt(columnIndex); in getInt()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java269 public XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() argument
271 return new InputStreamToXInputStreamAdapter(jdbcResultSet.getBinaryStream(columnIndex)); in getBinaryStream()
278 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() argument
280 …tStreamToXInputStreamAdapter(new ReaderInputStream(jdbcResultSet.getCharacterStream(columnIndex))); in getCharacterStream()
287 public boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() argument
289 return jdbcResultSet.getBoolean(columnIndex); in getBoolean()
296 public byte getByte(int columnIndex) throws SQLException { in getByte() argument
298 return jdbcResultSet.getByte(columnIndex); in getByte()
305 public byte[] getBytes(int columnIndex) throws SQLException { in getBytes() argument
307 return jdbcResultSet.getBytes(columnIndex); in getBytes()
[all …]
H A DJavaSQLCallableStatement.java67 public synchronized XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() argument
69 XBlob blob = getBlob(columnIndex); in getBinaryStream()
77 public XInputStream getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() argument
79 XClob clob = getClob(columnIndex); in getCharacterStream()
87 public synchronized boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() argument
90 return ((java.sql.CallableStatement)jdbcStatement).getBoolean(columnIndex); in getBoolean()
97 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() argument
100 return ((java.sql.CallableStatement)jdbcStatement).getByte(columnIndex); in getByte()
107 public synchronized byte[] getBytes(int columnIndex) throws SQLException { in getBytes() argument
110 return ((java.sql.CallableStatement)jdbcStatement).getBytes(columnIndex); in getBytes()
[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() argument
83 if (columnIndex < 1 || fields.length < columnIndex) { in getField()
86 currentColumn = columnIndex; in getField()
87 return fields[columnIndex - 1]; in getField()
218 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray() argument
223 public synchronized XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() argument
228 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob() argument
233 public synchronized boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() argument
235 ORowSetValue field = getField(columnIndex); in getBoolean()
239 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() argument
[all …]
H A DDatabaseMetaDataResultSet.java100 private ORowSetValue getField(int columnIndex) throws SQLException { in getField() argument
105 if (columnIndex < 1 || fields.length < columnIndex) { in getField()
108 currentColumn = columnIndex; in getField()
109 return fields[columnIndex - 1]; in getField()
240 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray() argument
245 public synchronized XInputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() argument
250 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob() argument
255 public synchronized boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() argument
257 ORowSetValue field = getField(columnIndex); in getBoolean()
261 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() argument
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx153 …XInputStream > SAL_CALL java_sql_ResultSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLExce… in getBinaryStream() argument
158 … callObjectMethodWithIntArg(t.pEnv,"getBinaryStream","(I)Ljava/io/InputStream;", mID, columnIndex); in getBinaryStream()
164 …putStream > SAL_CALL java_sql_ResultSet::getCharacterStream( sal_Int32 columnIndex ) throw(SQLExce… in getCharacterStream() argument
169 … = callObjectMethodWithIntArg(t.pEnv,"getCharacterStream","(I)Ljava/io/Reader;", mID, columnIndex); in getCharacterStream()
176 sal_Bool SAL_CALL java_sql_ResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() argument
180 return callBooleanMethodWithIntArg( "getBoolean", mID,columnIndex ); in getBoolean()
184 sal_Int8 SAL_CALL java_sql_ResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() argument
189 return callMethodWithIntArg<jbyte>(pCallMethod,"getByte","(I)B",mID,columnIndex); in getByte()
193 Sequence< sal_Int8 > SAL_CALL java_sql_ResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes() argument
199 …yteArray out = (jbyteArray)callObjectMethodWithIntArg(t.pEnv,"getBytes","(I)[B", mID, columnIndex); in getBytes()
[all …]
H A DCallableStatement.cxx83 sal_Bool SAL_CALL java_sql_CallableStatement::getBoolean( sal_Int32 columnIndex ) throw(starsdbc::S… in getBoolean() argument
86 return callBooleanMethodWithIntArg( "getBoolean", mID,columnIndex ); in getBoolean()
88 sal_Int8 SAL_CALL java_sql_CallableStatement::getByte( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getByte() argument
94 return callMethodWithIntArg<jbyte>(pCallMethod,"getByte","(I)B",mID,columnIndex); in getByte()
96 Sequence< sal_Int8 > SAL_CALL java_sql_CallableStatement::getBytes( sal_Int32 columnIndex ) throw(s… in getBytes() argument
105 …yteArray out = (jbyteArray)callObjectMethodWithIntArg(t.pEnv,"getBytes","(I)[B", mID, columnIndex); in getBytes()
115 ::com::sun::star::util::Date SAL_CALL java_sql_CallableStatement::getDate( sal_Int32 columnIndex ) … in getDate() argument
120 … jobject out = callObjectMethodWithIntArg(t.pEnv,"getDate","(I)Ljava/sql/Date;", mID, columnIndex); in getDate()
123 double SAL_CALL java_sql_CallableStatement::getDouble( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getDouble() argument
129 return callMethodWithIntArg<double>(pCallMethod,"getDouble","(I)D",mID,columnIndex); in getDouble()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx173 …ar::io::XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLExce… in getBinaryStream() argument
178 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getBinaryStream()
219 OLEVariant OResultSet::getValue(sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getValue() argument
224 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getValue()
229 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() argument
231 return getValue(columnIndex); in getBoolean()
235 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
237 return getValue(columnIndex); in getByte()
241 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes() argument
243 return getValue(columnIndex); in getBytes()
[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() argument
422 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_BIT,&nVal,sizeof nVal); in getBoolean()
427 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
435 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes() argument
445 if(columnIndex > m_nLastColumnPos) in getBytes()
446 fillRow(columnIndex); in getBytes()
448 switch(m_aRow[columnIndex].getTypeKind()) in getBytes()
453 nRet = m_aRow[columnIndex]; in getBytes()
458 sRet = m_aRow[columnIndex].getString(); in getBytes()
[all …]
H A DODatabaseMetaDataResultSet.cxx186 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean() argument
192 columnIndex = mapColumn(columnIndex); in getBoolean()
195 if(columnIndex <= m_nDriverColumnCount) in getBoolean()
197 sal_Int32 nType = getMetaData()->getColumnType(columnIndex); in getBoolean()
203 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BIT,m_bWasNull,**this,&nValue,… in getBoolean()
208 bRet = getInt(columnIndex) != 0; in getBoolean()
215 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte() argument
222 columnIndex = mapColumn(columnIndex); in getByte()
224 if(columnIndex <= m_nDriverColumnCount) in getByte()
226 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_TINYINT,m_bWasNull,**this,&nVa… in getByte()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl59 @param columnIndex
64 void updateNull([in]long columnIndex) raises (SQLException);
68 @param columnIndex
75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
79 @param columnIndex
86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
90 @param columnIndex
97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
101 @param columnIndex
108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
[all …]
H A DXRow.idl85 @param columnIndex
92 string getString([in]long columnIndex) raises (SQLException);
96 @param columnIndex
103 boolean getBoolean([in]long columnIndex) raises (SQLException);
107 @param columnIndex
114 byte getByte([in]long columnIndex) raises (SQLException);
118 @param columnIndex
125 short getShort([in]long columnIndex) raises (SQLException);
129 @param columnIndex
136 long getInt([in]long columnIndex) raises (SQLException);
[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() argument
240 checkIndex(columnIndex ); in getValue()
243 m_bWasNull = (m_aSelectRow->get())[columnIndex]->getValue().isNull(); in getValue()
244 return *(m_aSelectRow->get())[columnIndex]; in getValue()
247 void OResultSet::checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException) in checkIndex() argument
250 if ( columnIndex <= 0 in checkIndex()
252 || columnIndex >= m_nColumnCount ) in checkIndex()
269 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() argument
272 return getValue(columnIndex); in getBoolean()
276 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx119 sal_Int32 columnIndex ) in getString() argument
125 ret = m_aItems[m_nRow]->getString( columnIndex ); in getString()
132 sal_Int32 columnIndex ) in getBoolean() argument
137 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
144 sal_Int32 columnIndex ) in getByte() argument
149 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
156 sal_Int32 columnIndex ) in getShort() argument
162 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
169 sal_Int32 columnIndex ) in getInt() argument
174 return m_aItems[m_nRow]->getInt( columnIndex ); in getInt()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx116 sal_Int32 columnIndex ) in getString() argument
121 return m_aItems[m_nRow]->getString( columnIndex ); in getString()
128 sal_Int32 columnIndex ) in getBoolean() argument
133 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
140 sal_Int32 columnIndex ) in getByte() argument
145 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
152 sal_Int32 columnIndex ) in getShort() argument
158 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
165 sal_Int32 columnIndex ) in getInt() argument
170 return m_aItems[m_nRow]->getInt( columnIndex ); in getInt()
[all …]
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx143 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
144 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
145 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
146 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
147 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
148 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
149 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
150 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
151 …com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) throw(::com::…
152 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DAResultSet.hxx93 void updateValue(sal_Int32 columnIndex,const OLEVariant& x);
94 …OLEVariant getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
162 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
163 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
164 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
165 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
166 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
167 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
168 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
169 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.hxx140 …virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::…
141 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
142 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
143 …virtual sal_Int16 SAL_CALL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExce…
144 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
145 …virtual sal_Int64 SAL_CALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcep…
146 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
147 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
148 …com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) throw(::com::…
149 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]
H A DSResultSet.cxx134 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLEx… in getBinaryStream() argument
143 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream( sal_Int32 columnIndex ) throw(SQ… in getCharacterStream() argument
153 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() argument
162 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() argument
173 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes() argument
183 Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDate() argument
194 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble() argument
205 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat() argument
216 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt() argument
236 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeExceptio… in getLong() argument
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.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…
154 …com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) throw(::com::…
155 …virtual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::s…
[all …]

1234