Lines Matching refs:parameter

73 			void checkParameterIndex(sal_Int32 parameter);
107 …void SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, RuntimeExcepti…
109 void SAL_CALL setObjectNull(sal_Int32 parameter, sal_Int32 sqlType, const OUString& typeName)
112 …void SAL_CALL setBoolean(sal_Int32 parameter, sal_Bool x) throw(SQLException, RuntimeException);
114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
116 … void SAL_CALL setShort(sal_Int32 parameter, sal_Int16 x) throw(SQLException, RuntimeException);
118 void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, RuntimeException);
120 … void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, RuntimeException);
122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
126 …void SAL_CALL setString(sal_Int32 parameter, const OUString& x) throw(SQLException, RuntimeExcep…
128 void SAL_CALL setBytes(sal_Int32 parameter, const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
131 void SAL_CALL setDate(sal_Int32 parameter, const ::com::sun::star::util::Date& x)
134 void SAL_CALL setTime(sal_Int32 parameter, const ::com::sun::star::util::Time& x)
136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
139 …void SAL_CALL setBinaryStream(sal_Int32 parameter, const Reference< ::com::sun::star::io::XInputSt…
142 …void SAL_CALL setCharacterStream(sal_Int32 parameter, const Reference< ::com::sun::star::io::XInpu…
145 …void SAL_CALL setObject(sal_Int32 parameter, const Any& x) throw(SQLException, RuntimeException…
147 …void SAL_CALL setObjectWithInfo(sal_Int32 parameter, const Any& x, sal_Int32 targetSqlType, sal_In…
150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
156 void SAL_CALL setClob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XClob >& x)
159 void SAL_CALL setArray(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XArray >& x)