| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SPreparedStatement.cxx | 135 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) in setString() 163 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 170 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 179 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) in setDate() 188 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) in setTime() 196 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) in setTimestamp() 204 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 213 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 221 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() 229 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 aVal ) in setLong() [all …]
|
| /trunk/main/dbaccess/source/core/api/ |
| H A D | preparedstatement.cxx | 264 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) in setNull() 273 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() 282 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) in setShort() 309 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() 318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) in setLong() 327 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 336 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 345 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) in setString() [all …]
|
| H A D | RowSet.cxx | 2499 ORowSetValue& ORowSet::getParameterStorage(sal_Int32 parameterIndex) in getParameterStorage() 2533 void SAL_CALL ORowSet::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) in setNull() argument 2540 void SAL_CALL ORowSet::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS… in setObjectNull() 2545 void ORowSet::setParameter(sal_Int32 parameterIndex, const ORowSetValue& x) in setParameter() 2553 void SAL_CALL ORowSet::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 2558 void SAL_CALL ORowSet::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 2563 void SAL_CALL ORowSet::setShort( sal_Int32 parameterIndex, sal_Int16 x ) in setShort() 2568 void SAL_CALL ORowSet::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() 2573 void SAL_CALL ORowSet::setLong( sal_Int32 parameterIndex, sal_Int64 x ) in setLong() 2578 void SAL_CALL ORowSet::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() [all …]
|
| H A D | callablestatement.cxx | 130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() 142 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FPreparedStatement.cxx | 202 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) in setString() 229 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 235 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 242 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) in setDate() 248 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) in setTime() 255 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) in setTimestamp() 262 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 270 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 277 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() 291 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) in setNull() argument [all …]
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | APreparedStatement.cxx | 212 void OPreparedStatement::setParameter(sal_Int32 parameterIndex, const DataTypeEnum& _eType, in setParameter() 272 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) in setString() 328 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 334 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 340 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& x ) in setDate() 347 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& x ) in setTime() 353 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& x ) in setTimestamp() 359 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 365 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 371 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() [all …]
|
| H A D | ACallableStatement.cxx | 155 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() 166 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OPreparedStatement.cxx | 264 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) in setString() 300 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 317 void OPreparedStatement::setParameter(sal_Int32 parameterIndex,sal_Int32 _nType,sal_Int32 _nSize,vo… in setParameter() 363 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 369 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& aData ) in setDate() 377 void SAL_CALL OPreparedStatement::setTime( sal_Int32 parameterIndex, const Time& aVal ) in setTime() 384 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) in setTimestamp() 391 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 398 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 404 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() [all …]
|
| /trunk/main/connectivity/source/drivers/jdbc/ |
| H A D | PreparedStatement.cxx | 120 void SAL_CALL java_sql_PreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUStrin… in setString() 163 void SAL_CALL java_sql_PreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) in setBoolean() 176 void SAL_CALL java_sql_PreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) in setByte() 189 void SAL_CALL java_sql_PreparedStatement::setDate( sal_Int32 parameterIndex, const ::com::sun::star… in setDate() 204 void SAL_CALL java_sql_PreparedStatement::setTime( sal_Int32 parameterIndex, const ::com::sun::star… in setTime() 218 void SAL_CALL java_sql_PreparedStatement::setTimestamp( sal_Int32 parameterIndex, const ::com::sun:… in setTimestamp() 231 void SAL_CALL java_sql_PreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) in setDouble() 244 void SAL_CALL java_sql_PreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) in setFloat() 257 void SAL_CALL java_sql_PreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) in setInt() 270 void SAL_CALL java_sql_PreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) in setLong() [all …]
|
| H A D | CallableStatement.cxx | 207 void SAL_CALL java_sql_CallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32… in registerOutParameter() 228 void SAL_CALL java_sql_CallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sa… in registerNumericOutParameter()
|
| /trunk/main/dbaccess/source/core/misc/ |
| H A D | DatabaseDataProvider.cxx | 883 void SAL_CALL DatabaseDataProvider::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) in setNull() 889 void SAL_CALL DatabaseDataProvider::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, cons… in setObjectNull() 895 void SAL_CALL DatabaseDataProvider::setBoolean(sal_Int32 parameterIndex, sal_Bool x) in setBoolean() 901 void SAL_CALL DatabaseDataProvider::setByte(sal_Int32 parameterIndex, sal_Int8 x) in setByte() 907 void SAL_CALL DatabaseDataProvider::setShort(sal_Int32 parameterIndex, sal_Int16 x) in setShort() 913 void SAL_CALL DatabaseDataProvider::setInt(sal_Int32 parameterIndex, sal_Int32 x) in setInt() 919 void SAL_CALL DatabaseDataProvider::setLong(sal_Int32 parameterIndex, sal_Int64 x) in setLong() 925 void SAL_CALL DatabaseDataProvider::setFloat(sal_Int32 parameterIndex, float x) in setFloat() 931 void SAL_CALL DatabaseDataProvider::setDouble(sal_Int32 parameterIndex, double x) in setDouble() 937 void SAL_CALL DatabaseDataProvider::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) in setString() [all …]
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | formadapter.cxx | 889 void SAL_CALL SbaXFormAdapter::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r… in setObjectNull() 896 void SAL_CALL SbaXFormAdapter::setBoolean(sal_Int32 parameterIndex, sal_Bool x) in setBoolean() 903 void SAL_CALL SbaXFormAdapter::setByte(sal_Int32 parameterIndex, sal_Int8 x) in setByte() 910 void SAL_CALL SbaXFormAdapter::setShort(sal_Int32 parameterIndex, sal_Int16 x) in setShort() 917 void SAL_CALL SbaXFormAdapter::setInt(sal_Int32 parameterIndex, sal_Int32 x) in setInt() 924 void SAL_CALL SbaXFormAdapter::setLong(sal_Int32 parameterIndex, sal_Int64 x) in setLong() 931 void SAL_CALL SbaXFormAdapter::setFloat(sal_Int32 parameterIndex, float x) in setFloat() 938 void SAL_CALL SbaXFormAdapter::setDouble(sal_Int32 parameterIndex, double x) in setDouble() 945 void SAL_CALL SbaXFormAdapter::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) in setString() 952 void SAL_CALL SbaXFormAdapter::setBytes(sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x) in setBytes() [all …]
|
| /trunk/main/forms/source/component/ |
| H A D | DatabaseForm.cxx | 3644 void SAL_CALL ODatabaseForm::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) in setNull() 3650 void SAL_CALL ODatabaseForm::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl… in setObjectNull() 3656 void SAL_CALL ODatabaseForm::setBoolean(sal_Int32 parameterIndex, sal_Bool x) in setBoolean() 3662 void SAL_CALL ODatabaseForm::setByte(sal_Int32 parameterIndex, sal_Int8 x) in setByte() 3668 void SAL_CALL ODatabaseForm::setShort(sal_Int32 parameterIndex, sal_Int16 x) in setShort() 3674 void SAL_CALL ODatabaseForm::setInt(sal_Int32 parameterIndex, sal_Int32 x) in setInt() 3680 void SAL_CALL ODatabaseForm::setLong(sal_Int32 parameterIndex, sal_Int64 x) in setLong() 3686 void SAL_CALL ODatabaseForm::setFloat(sal_Int32 parameterIndex, float x) in setFloat() 3692 void SAL_CALL ODatabaseForm::setDouble(sal_Int32 parameterIndex, double x) in setDouble() 3698 void SAL_CALL ODatabaseForm::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) in setString() [all …]
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabPreparedStatement.cxx | 199 void SAL_CALL MacabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) in setNull() argument 273 void SAL_CALL MacabPreparedStatement::setString(sal_Int32 parameterIndex, const ::rtl::OUString &x) in setString() 331 void SAL_CALL MacabPreparedStatement::setObject(sal_Int32 parameterIndex, const Any& x) in setObject()
|
| /trunk/main/registry/inc/registry/ |
| H A D | writer.hxx | 203 sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in setMethodParameterData()
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NPreparedStatement.cxx | 275 void SAL_CALL OEvoabPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) in setObject()
|
| /trunk/main/reportbuilder/java/com/sun/star/report/ |
| H A D | SDBCReportDataFactory.java | 143 private ArrayList parameterIndex = new ArrayList(); field in SDBCReportDataFactory.ParameterDefinition
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | dbtools.cxx | 1898 sal_Int32 parameterIndex, in setObjectWithInfo() 1909 sal_Int32 parameterIndex, in setObjectWithInfo()
|
| /trunk/main/registry/source/ |
| H A D | reflwrit.cxx | 1310 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in typereg_writer_setMethodParameterData()
|