Lines Matching refs:columnIndex

83 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()
132 float SAL_CALL java_sql_CallableStatement::getFloat( sal_Int32 columnIndex ) throw(starsdbc::SQLExc… in getFloat() argument
138 return callMethodWithIntArg<jfloat>(pCallMethod,"getFloat","(I)F",mID,columnIndex); in getFloat()
141 sal_Int32 SAL_CALL java_sql_CallableStatement::getInt( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getInt() argument
146 return callIntMethodWithIntArg("getInt",mID,columnIndex); in getInt()
149 sal_Int64 SAL_CALL java_sql_CallableStatement::getLong( sal_Int32 columnIndex ) throw(starsdbc::SQL… in getLong() argument
155 return callMethodWithIntArg<jlong>(pCallMethod,"getLong","(I)J",mID,columnIndex); in getLong()
158 Any SAL_CALL java_sql_CallableStatement::getObject( sal_Int32 columnIndex, const Reference< ::com::… in getObject() argument
163 …t out = */callObjectMethodWithIntArg(t.pEnv,"getObject","(I)Ljava/lang/Object;", mID, columnIndex); in getObject()
168 sal_Int16 SAL_CALL java_sql_CallableStatement::getShort( sal_Int32 columnIndex ) throw(starsdbc::SQ… in getShort() argument
174 return callMethodWithIntArg<jshort>(pCallMethod,"getShort","(I)S",mID,columnIndex); in getShort()
177 ::rtl::OUString SAL_CALL java_sql_CallableStatement::getString( sal_Int32 columnIndex ) throw(stars… in getString() argument
184 return callStringMethodWithIntArg("getString",mID,columnIndex); in getString()
187 …::com::sun::star::util::Time SAL_CALL java_sql_CallableStatement::getTime( sal_Int32 columnIndex )… in getTime() argument
192 … jobject out = callObjectMethodWithIntArg(t.pEnv,"getTime","(I)Ljava/sql/Time;", mID, columnIndex); in getTime()
197 …:DateTime SAL_CALL java_sql_CallableStatement::getTimestamp( sal_Int32 columnIndex ) throw(starsdb… in getTimestamp() argument
202 …ut = callObjectMethodWithIntArg(t.pEnv,"getTimestamp","(I)Ljava/sql/Timestamp;", mID, columnIndex); in getTimestamp()
257 …ream > SAL_CALL java_sql_CallableStatement::getBinaryStream( sal_Int32 columnIndex ) throw(starsdb… in getBinaryStream() argument
259 Reference< starsdbc::XBlob > xBlob = getBlob(columnIndex); in getBinaryStream()
262 …m > SAL_CALL java_sql_CallableStatement::getCharacterStream( sal_Int32 columnIndex ) throw(starsdb… in getCharacterStream() argument
264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream()
268 Reference< starsdbc::XArray > SAL_CALL java_sql_CallableStatement::getArray( sal_Int32 columnIndex in getArray() argument
273 …object out = callObjectMethodWithIntArg(t.pEnv,"getArray","(I)Ljava/sql/Array;", mID, columnIndex); in getArray()
278 Reference< starsdbc::XClob > SAL_CALL java_sql_CallableStatement::getClob( sal_Int32 columnIndex ) … in getClob() argument
283 … jobject out = callObjectMethodWithIntArg(t.pEnv,"getClob","(I)Ljava/sql/Clob;", mID, columnIndex); in getClob()
287 Reference< starsdbc::XBlob > SAL_CALL java_sql_CallableStatement::getBlob( sal_Int32 columnIndex ) … in getBlob() argument
292 … jobject out = callObjectMethodWithIntArg(t.pEnv,"getBlob","(I)Ljava/sql/Blob;", mID, columnIndex); in getBlob()
297 Reference< starsdbc::XRef > SAL_CALL java_sql_CallableStatement::getRef( sal_Int32 columnIndex ) th… in getRef() argument
302 jobject out = callObjectMethodWithIntArg(t.pEnv,"getRef","(I)Ljava/sql/Ref;", mID, columnIndex); in getRef()