Home
last modified time | relevance | path

Searched refs:scale (Results 126 – 150 of 317) sorted by path

12345678910>>...13

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1903 sal_Int32 scale) throw(SQLException, RuntimeException) in setObjectWithInfo() argument
1907 setObjectWithInfo(_xParams,parameterIndex,aVal,sqlType,scale); in setObjectWithInfo()
1914 sal_Int32 scale) throw(SQLException, RuntimeException) in setObjectWithInfo() argument
1924 _xParams->setObjectWithInfo(parameterIndex,_rValue.makeAny(),sqlType,scale); in setObjectWithInfo()
H A Dparameters.cxx1068 … sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) in setObjectWithInfo() argument
1070 VISIT_PARAMETER( setObjectWithInfo( _nIndex, x, targetSqlType, scale ) ); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx166 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in registerNumericOutParameter() argument
174 pParam->put_NumericScale((sal_Int8)scale); in registerNumericOutParameter()
H A DAPreparedStatement.cxx413 …nfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
422 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
H A DAolevariant.cxx771 dec.Scale = decVal.scale; in makeAny()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx117 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx332 …nfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
342 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx228 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun… in registerNumericOutParameter() argument
242 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,scale); in registerNumericOutParameter()
H A DPreparedStatement.cxx320 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun… in setObjectWithInfo() argument
362 …Env->CallVoidMethod( object, mID, parameterIndex,pBigDecimal->getJavaObject(),targetSqlType,scale); in setObjectWithInfo()
370 t.pEnv->CallVoidMethod( object, mID, parameterIndex,obj,targetSqlType,scale); in setObjectWithInfo()
H A DResultSet.cxx861 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun… in updateNumericObject() argument
893 … t.pEnv->CallVoidMethod( object, mID, columnIndex,pBigDecimal->getJavaObject(),scale); in updateNumericObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.hxx99 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
H A DMacabResultSet.hxx203 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx501 …nfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale ) throw(SQLExcepti… in setObjectWithInfo() argument
539 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx78 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun…
H A DAPreparedStatement.hxx100 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
H A DAResultSet.hxx214 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx116 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
H A DFResultSet.hxx288 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx83 …mericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) throw(::com::sun…
H A DPreparedStatement.hxx89 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
H A DResultSet.hxx195 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx144 …, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale ) throw(::com::sun…
H A DOResultSet.hxx297 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src422 Text [ en-US ] = "Precision is less than scale for column '$columnname$'." ;
437 …d as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx227 …ct( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale ) throw(::com::sun…

Completed in 162 milliseconds

12345678910>>...13