/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 148 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getString() 162 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBoolean() 177 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getByte() 191 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getShort() 206 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getInt() 220 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getLong() 234 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getFloat() 248 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDouble() 262 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBytes() 276 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDate() [all …]
|
H A D | filrset.hxx | 173 sal_Int32 columnIndex ) in getString() argument 185 sal_Int32 columnIndex ) in getBoolean() argument 197 sal_Int32 columnIndex ) in getByte() argument 209 sal_Int32 columnIndex ) in getShort() argument 222 sal_Int32 columnIndex ) in getInt() argument 234 sal_Int32 columnIndex ) in getLong() argument 246 sal_Int32 columnIndex ) in getFloat() argument 258 sal_Int32 columnIndex ) in getDouble() argument 270 sal_Int32 columnIndex ) in getBytes() argument 282 sal_Int32 columnIndex ) in getDate() argument [all …]
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 45 m_nPos = columnIndex; in getString() 50 m_nPos = columnIndex; in getBoolean() 55 m_nPos = columnIndex; in getByte() 60 m_nPos = columnIndex; in getShort() 65 m_nPos = columnIndex; in getInt() 70 m_nPos = columnIndex; in getLong() 75 m_nPos = columnIndex; in getFloat() 80 m_nPos = columnIndex; in getDouble() 85 m_nPos = columnIndex; in getBytes() 90 m_nPos = columnIndex; in getDate() [all …]
|
H A D | resultset.cxx | 521 return m_xDelegatorRow->getByte(columnIndex); in getByte() 530 return m_xDelegatorRow->getShort(columnIndex); in getShort() 539 return m_xDelegatorRow->getInt(columnIndex); in getInt() 548 return m_xDelegatorRow->getLong(columnIndex); in getLong() 557 return m_xDelegatorRow->getFloat(columnIndex); in getFloat() 575 return m_xDelegatorRow->getBytes(columnIndex); in getBytes() 584 return m_xDelegatorRow->getDate(columnIndex); in getDate() 593 return m_xDelegatorRow->getTime(columnIndex); in getTime() 638 return m_xDelegatorRow->getRef(columnIndex); in getRef() 647 return m_xDelegatorRow->getBlob(columnIndex); in getBlob() [all …]
|
H A D | callablestatement.cxx | 169 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getString( columnIndex ); in getString() 189 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getByte( columnIndex ); in getByte() 198 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getShort( columnIndex ); in getShort() 207 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getInt( columnIndex ); in getInt() 216 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getLong( columnIndex ); in getLong() 225 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getFloat( columnIndex ); in getFloat() 252 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getDate( columnIndex ); in getDate() 261 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTime( columnIndex ); in getTime() 310 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getRef( columnIndex ); in getRef() 319 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBlob( columnIndex ); in getBlob() [all …]
|
H A D | CacheSet.cxx | 505 return m_xDriverRow->getByte(columnIndex); in getByte() 511 return m_xDriverRow->getShort(columnIndex); in getShort() 517 return m_xDriverRow->getInt(columnIndex); in getInt() 523 return m_xDriverRow->getLong(columnIndex); in getLong() 529 return m_xDriverRow->getFloat(columnIndex); in getFloat() 541 return m_xDriverRow->getBytes(columnIndex); in getBytes() 547 return m_xDriverRow->getDate(columnIndex); in getDate() 553 return m_xDriverRow->getTime(columnIndex); in getTime() 583 return m_xDriverRow->getRef(columnIndex); in getRef() 589 return m_xDriverRow->getBlob(columnIndex); in getBlob() [all …]
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 298 return jdbcResultSet.getByte(columnIndex); in getByte() 307 return jdbcResultSet.getBytes(columnIndex); in getBytes() 339 return jdbcResultSet.getFloat(columnIndex); in getFloat() 348 return jdbcResultSet.getInt(columnIndex); in getInt() 366 return jdbcResultSet.getLong(columnIndex); in getLong() 755 jdbcResultSet.updateNull(columnIndex); in updateNull() 773 jdbcResultSet.updateByte(columnIndex, x); in updateByte() 782 jdbcResultSet.updateShort(columnIndex, x); in updateShort() 791 jdbcResultSet.updateInt(columnIndex, x); in updateInt() 800 jdbcResultSet.updateLong(columnIndex, x); in updateLong() [all …]
|
H A D | JavaSQLCallableStatement.java | 69 XBlob blob = getBlob(columnIndex); in getBinaryStream() 79 XClob clob = getClob(columnIndex); in getCharacterStream() 97 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() argument 117 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() argument 142 public synchronized float getFloat(int columnIndex) throws SQLException { in getFloat() argument 152 public synchronized int getInt(int columnIndex) throws SQLException { in getInt() argument 162 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() argument 187 public synchronized XClob getClob(int columnIndex) throws SQLException { in getClob() argument 202 public synchronized XBlob getBlob(int columnIndex) throws SQLException { in getBlob() argument 217 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef() argument [all …]
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 83 if (columnIndex < 1 || fields.length < columnIndex) { in getField() 86 currentColumn = columnIndex; in getField() 87 return fields[columnIndex - 1]; in getField() 235 ORowSetValue field = getField(columnIndex); in getBoolean() 241 ORowSetValue field = getField(columnIndex); in getByte() 247 ORowSetValue field = getField(columnIndex); in getBytes() 263 ORowSetValue field = getField(columnIndex); in getDate() 269 ORowSetValue field = getField(columnIndex); in getDouble() 275 ORowSetValue field = getField(columnIndex); in getFloat() 281 ORowSetValue field = getField(columnIndex); in getInt() [all …]
|
H A D | DatabaseMetaDataResultSet.java | 105 if (columnIndex < 1 || fields.length < columnIndex) { in getField() 108 currentColumn = columnIndex; in getField() 109 return fields[columnIndex - 1]; in getField() 257 ORowSetValue field = getField(columnIndex); in getBoolean() 263 ORowSetValue field = getField(columnIndex); in getByte() 269 ORowSetValue field = getField(columnIndex); in getBytes() 285 ORowSetValue field = getField(columnIndex); in getDate() 291 ORowSetValue field = getField(columnIndex); in getDouble() 297 ORowSetValue field = getField(columnIndex); in getFloat() 303 ORowSetValue field = getField(columnIndex); in getInt() [all …]
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | ResultSet.cxx | 244 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt() 329 args[0].i = (sal_Int32)columnIndex; in getObject() 640 callVoidMethodWithIntArg("updateNull",mID,columnIndex); in updateNull() 655 callVoidMethod("updateByte", "(IB)V", mID, columnIndex, x); in updateByte() 663 callVoidMethod("updateShort", "(IS)V", mID, columnIndex, x); in updateShort() 670 callVoidMethod("updateInt", "(II)V", mID, columnIndex, x); in updateInt() 677 callVoidMethod("updateLong", "(IJ)V", mID, columnIndex, x); in updateLong() 719 t.pEnv->CallVoidMethod( object, mID,columnIndex,str.get()); in updateString() 747 t.pEnv->CallVoidMethod( object, mID,columnIndex,aArray); in updateBytes() 849 if(!::dbtools::implUpdateObject(this,columnIndex,x)) in updateObject() [all …]
|
H A D | CallableStatement.cxx | 86 return callBooleanMethodWithIntArg( "getBoolean", mID,columnIndex ); in getBoolean() 94 return callMethodWithIntArg<jbyte>(pCallMethod,"getByte","(I)B",mID,columnIndex); in getByte() 120 … jobject out = callObjectMethodWithIntArg(t.pEnv,"getDate","(I)Ljava/sql/Date;", mID, columnIndex); in getDate() 129 return callMethodWithIntArg<double>(pCallMethod,"getDouble","(I)D",mID,columnIndex); in getDouble() 138 return callMethodWithIntArg<jfloat>(pCallMethod,"getFloat","(I)F",mID,columnIndex); in getFloat() 146 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt() 155 return callMethodWithIntArg<jlong>(pCallMethod,"getLong","(I)J",mID,columnIndex); in getLong() 174 return callMethodWithIntArg<jshort>(pCallMethod,"getShort","(I)S",mID,columnIndex); in getShort() 184 return callStringMethodWithIntArg("getString",mID,columnIndex); in getString() 259 Reference< starsdbc::XBlob > xBlob = getBlob(columnIndex); in getBinaryStream() [all …]
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AResultSet.cxx | 715 updateValue(columnIndex,x); in updateNull() 721 updateValue(columnIndex,x); in updateBoolean() 726 updateValue(columnIndex,x); in updateByte() 732 updateValue(columnIndex,x); in updateShort() 737 updateValue(columnIndex,x); in updateInt() 742 updateValue(columnIndex,x); in updateLong() 747 updateValue(columnIndex,x); in updateFloat() 753 updateValue(columnIndex,x); in updateDouble() 758 updateValue(columnIndex,x); in updateString() 763 updateValue(columnIndex,x); in updateBytes() [all …]
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 445 if(columnIndex > m_nLastColumnPos) in getBytes() 446 fillRow(columnIndex); in getBytes() 453 nRet = m_aRow[columnIndex]; in getBytes() 596 fillRow(columnIndex); in getObject() 597 return m_aRow[columnIndex].makeAny(); in getObject() 1002 columnIndex, in updateValue() 1007 &m_aLengthVector[columnIndex], in updateValue() 1026 updateValue(columnIndex,SQL_BIT,&x); in updateBoolean() 1065 m_aRow[columnIndex] = x; in updateString() 1074 m_aRow[columnIndex] = x; in updateBytes() [all …]
|
H A D | ODatabaseMetaDataResultSet.cxx | 192 columnIndex = mapColumn(columnIndex); in getBoolean() 222 columnIndex = mapColumn(columnIndex); in getByte() 245 columnIndex = mapColumn(columnIndex); in getBytes() 272 columnIndex = mapColumn(columnIndex); in getDate() 295 columnIndex = mapColumn(columnIndex); in getDouble() 312 columnIndex = mapColumn(columnIndex); in getFloat() 329 columnIndex = mapColumn(columnIndex); in getInt() 404 columnIndex = mapColumn(columnIndex); in getShort() 427 columnIndex = mapColumn(columnIndex); in getString() 447 columnIndex = mapColumn(columnIndex); in getTime() [all …]
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 59 @param columnIndex 68 @param columnIndex 79 @param columnIndex 90 @param columnIndex 101 @param columnIndex 112 @param columnIndex 123 @param columnIndex 134 @param columnIndex 145 @param columnIndex 156 @param columnIndex [all …]
|
H A D | XRow.idl | 85 @param columnIndex 96 @param columnIndex 107 @param columnIndex 118 @param columnIndex 129 @param columnIndex 140 @param columnIndex 151 @param columnIndex 162 @param columnIndex 185 @param columnIndex 197 @param columnIndex [all …]
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 240 checkIndex(columnIndex ); in getValue() 250 if ( columnIndex <= 0 in checkIndex() 750 checkIndex(columnIndex ); in updateValue() 751 columnIndex = mapColumn(columnIndex); in updateValue() 769 updateValue(columnIndex,x); in updateBoolean() 775 updateValue(columnIndex,x); in updateByte() 782 updateValue(columnIndex,x); in updateShort() 788 updateValue(columnIndex,x); in updateInt() 800 updateValue(columnIndex,x); in updateFloat() 807 updateValue(columnIndex,x); in updateDouble() [all …]
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 116 sal_Int32 columnIndex ) in getString() argument 128 sal_Int32 columnIndex ) in getBoolean() argument 140 sal_Int32 columnIndex ) in getByte() argument 152 sal_Int32 columnIndex ) in getShort() argument 165 sal_Int32 columnIndex ) in getInt() argument 177 sal_Int32 columnIndex ) in getLong() argument 189 sal_Int32 columnIndex ) in getFloat() argument 201 sal_Int32 columnIndex ) in getDouble() argument 213 sal_Int32 columnIndex ) in getBytes() argument 225 sal_Int32 columnIndex ) in getDate() argument [all …]
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 119 sal_Int32 columnIndex ) in getString() argument 132 sal_Int32 columnIndex ) in getBoolean() argument 144 sal_Int32 columnIndex ) in getByte() argument 156 sal_Int32 columnIndex ) in getShort() argument 169 sal_Int32 columnIndex ) in getInt() argument 181 sal_Int32 columnIndex ) in getLong() argument 193 sal_Int32 columnIndex ) in getFloat() argument 205 sal_Int32 columnIndex ) in getDouble() argument 217 sal_Int32 columnIndex ) in getBytes() argument 229 sal_Int32 columnIndex ) in getDate() argument [all …]
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | ResultSet.hxx | 143 …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… 179 …virtual void SAL_CALL updateNull( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcepti… 181 …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 D | AResultSet.hxx | 93 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 …]
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabResultSet.hxx | 146 …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… 187 …virtual void SAL_CALL updateNull( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcepti… 189 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc… [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.cxx | 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 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 301 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort() argument 324 Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTime() argument 336 DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(SQLException, RuntimeExce… in getTimestamp() argument [all …]
|
H A D | SResultSet.hxx | 140 …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… 176 …virtual void SAL_CALL updateNull( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcepti… 178 …virtual void SAL_CALL updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun::star::sdbc… [all …]
|