Home
last modified time | relevance | path

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

1234

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java83 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 DDatabaseMetaDataResultSet.java105 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 …]
H A DDbTools.java774 updatedObject.updateNull(columnIndex); in updateObject()
777 updatedObject.updateString(columnIndex, AnyConverter.toString(value)); in updateObject()
783 updatedObject.updateByte(columnIndex, AnyConverter.toByte(value)); in updateObject()
789 updatedObject.updateShort(columnIndex, AnyConverter.toShort(value)); in updateObject()
798 updatedObject.updateInt(columnIndex, AnyConverter.toInt(value)); in updateObject()
804 updatedObject.updateLong(columnIndex, AnyConverter.toLong(value)); in updateObject()
807 updatedObject.updateFloat(columnIndex, AnyConverter.toFloat(value)); in updateObject()
816 updatedObject.updateBytes(columnIndex, (byte[]) array); in updateObject()
827 updatedObject.updateDate(columnIndex, (Date)object); in updateObject()
829 updatedObject.updateTime(columnIndex, (Time)object); in updateObject()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java69 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 …]
H A DJavaSQLResultSet.java298 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 …]
/trunk/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 …]
H A DTPrivilegesResultSet.cxx95 const ORowSetValue& OResultSetPrivileges::getValue(sal_Int32 columnIndex) in getValue() argument
97 switch(columnIndex) in getValue()
117 return ODatabaseMetaDataResultSet::getValue(columnIndex); in getValue()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx41 m_pParameters->get_Item(OLEVariant(sal_Int32(columnIndex-1)),&pParam); \
68 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() argument
74 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() argument
80 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes() argument
86 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate() argument
92 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() argument
99 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat() argument
106 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() argument
113 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() argument
127 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort() argument
[all …]
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 …]
H A DAResultSet.cxx715 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 …]
/trunk/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 …]
H A DNResultSetMetaData.hxx51 inline sal_uInt32 fieldAtColumn(sal_Int32 columnIndex) const in fieldAtColumn()
52 { return m_aEvoabFields[columnIndex - 1]; } in fieldAtColumn()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx240 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 …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx86 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 …]
H A DResultSet.cxx244 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 …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx221 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getString()
269 sal_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getInt() argument
280 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getInt()
298 sal_Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeExcept… in getLong() argument
309 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat() argument
338 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getFloat()
356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble() argument
367 sal_Int32 nFieldNumber = m_xMetaData->fieldAtColumn(columnIndex); in getDouble()
417 DateTime SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeEx… in getTimestamp() argument
[all …]
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…
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 …]
H A DMacabResultSetMetaData.hxx62 inline sal_uInt32 fieldAtColumn(sal_Int32 columnIndex) const in fieldAtColumn()
63 { return m_aMacabFields[columnIndex - 1]; } in fieldAtColumn()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx192 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 …]
H A DOResultSet.cxx445 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 DOTools.cxx47 sal_Int32 columnIndex, in getValue() argument
58 (SQLUSMALLINT)columnIndex, in getValue()
251 sal_Int32 columnIndex, in bindValue() argument
273 if (columnIndex != 0 && !_pValue) in bindValue()
277 (SQLUSMALLINT)columnIndex, in bindValue()
366 _pData = (void*)(columnIndex); in bindValue()
374 _pData = (void*)(columnIndex); in bindValue()
398 (SQLUSMALLINT)columnIndex, in bindValue()
472 sal_Int32 columnIndex, in getBytesValue() argument
485 (SQLUSMALLINT)columnIndex, in getBytesValue()
[all …]
/trunk/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 …]
H A DTPrivilegesResultSet.hxx39 virtual const ORowSetValue& getValue(sal_Int32 columnIndex);
/trunk/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 …]

Completed in 200 milliseconds

1234