/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 423 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() argument 439 if (sqlType == SQL_CHAR || sqlType == SQL_VARCHAR || sqlType == SQL_LONGVARCHAR) in setNull() 451 (SQLSMALLINT)sqlType, in setNull() 501 …nt::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale … in setObjectWithInfo() argument 510 switch (sqlType) in setObjectWithInfo() 519 setParameter(parameterIndex,sqlType,aString.getLength(),&aString); in setObjectWithInfo() 522 setNull(parameterIndex,sqlType); in setObjectWithInfo() 539 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo() 549 setNull(parameterIndex,sqlType); in setObjectNull() 815 sal_Int32 OPreparedStatement::getPrecision ( sal_Int32 sqlType) in getPrecision() argument [all …]
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XOutParameters.idl | 89 @param sqlType 96 void registerOutParameter([in]long parameterIndex, [in]long sqlType, 104 <code>sqlType</code> 111 <code>sqlType</code> 125 @param sqlType 133 void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType,
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 155 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() argument 161 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerOutParameter() 166 …tement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale … in registerNumericOutParameter() argument 172 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerNumericOutParameter()
|
H A D | APreparedStatement.cxx | 413 …nt::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale … in setObjectWithInfo() argument 415 switch(sqlType) in setObjectWithInfo() 422 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo() 428 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() argument 430 setNull(parameterIndex,sqlType); in setObjectNull()
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OBoundParam.hxx | 145 sqlType = type; in setSqlType() 155 return sqlType; in getSqlType() 200 sal_Int32 sqlType; // Java SQL type used to member in connectivity::odbc::OBoundParam
|
H A D | OPreparedStatement.hxx | 93 sal_Int32 getPrecision ( sal_Int32 sqlType); 127 …virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::sta… 128 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 332 …nt::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale … in setObjectWithInfo() argument 335 switch(sqlType) in setObjectWithInfo() 342 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo() 348 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() argument 351 setNull(parameterIndex,sqlType); in setObjectNull()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 328 …public synchronized void registerOutParameter(int index, int sqlType, String typeName) throws SQLE… in registerOutParameter() argument 331 … ((java.sql.CallableStatement)jdbcStatement).registerOutParameter(index, sqlType, typeName); in registerOutParameter() 338 public void registerNumericOutParameter(int index, int sqlType, int scale) throws SQLException { in registerNumericOutParameter() argument 341 ((java.sql.CallableStatement)jdbcStatement).registerOutParameter(index, sqlType, scale); in registerNumericOutParameter()
|
H A D | JavaSQLPreparedStatement.java | 298 public synchronized void setNull(int index, int sqlType) throws SQLException { in setNull() argument 300 logger.log(LogLevel.FINE, Resources.STR_LOG_NULL_PARAMETER, index, sqlType); in setNull() 302 ((java.sql.PreparedStatement)jdbcStatement).setNull(index, sqlType); in setNull() 318 …public synchronized void setObjectNull(int index, int sqlType, String typeName) throws SQLExceptio… in setObjectNull() argument
|
/trunk/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() argument 138 …ameters >(m_xAggregateAsSet, UNO_QUERY)->registerOutParameter( parameterIndex, sqlType, typeName ); in registerOutParameter() 142 …tement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale … in registerNumericOutParameter() argument 148 …ers >(m_xAggregateAsSet, UNO_QUERY)->registerNumericOutParameter( parameterIndex, sqlType, scale ); in registerNumericOutParameter()
|
H A D | preparedstatement.cxx | 264 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() argument 269 m_xAggregateAsParameters->setNull(parameterIndex, sqlType); in setNull() 273 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() argument 278 m_xAggregateAsParameters->setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 207 …ableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS… in registerOutParameter() argument 224 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,str.get()); in registerOutParameter() 228 …tement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale … in registerNumericOutParameter() argument 242 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,scale); in registerNumericOutParameter()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 237 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() argument 277 …nt::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlType, sal_Int32 scale … in setObjectWithInfo() argument 285 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() argument
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 128 virtual void updateNull(sal_Int32 _nPos, ::sal_Int32 sqlType) in updateNull() argument 131 m_xParameters->setNull(_nPos,sqlType); in updateNull()
|
/trunk/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 966 void ParameterManager::setNull( sal_Int32 _nIndex, sal_Int32 sqlType ) in setNull() argument 968 VISIT_PARAMETER( setNull( _nIndex, sqlType ) ); in setNull() 972 …void ParameterManager::setObjectNull( sal_Int32 _nIndex, sal_Int32 sqlType, const ::rtl::OUString&… in setObjectNull() argument 974 VISIT_PARAMETER( setObjectNull( _nIndex, sqlType, typeName ) ); in setObjectNull()
|
H A D | dbtools.cxx | 1902 sal_Int32 sqlType, in setObjectWithInfo() argument 1907 setObjectWithInfo(_xParams,parameterIndex,aVal,sqlType,scale); in setObjectWithInfo() 1913 sal_Int32 sqlType, in setObjectWithInfo() argument 1917 _xParams->setNull(parameterIndex,sqlType); in setObjectWithInfo() 1920 switch(sqlType) in setObjectWithInfo() 1924 _xParams->setObjectWithInfo(parameterIndex,_rValue.makeAny(),sqlType,scale); in setObjectWithInfo()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.hxx | 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)
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 77 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r… 78 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
|
H A D | APreparedStatement.hxx | 83 …virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::sta… 84 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | CallableStatement.hxx | 82 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r… 83 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
|
H A D | PreparedStatement.hxx | 72 …virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::sta… 73 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | callablestatement.hxx | 64 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r… 65 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 228 void setNull ( sal_Int32 _nIndex, sal_Int32 sqlType); 229 … void setObjectNull ( sal_Int32 _nIndex, sal_Int32 sqlType, const ::rtl::OUString& typeName);
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.hxx | 82 …virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::sta… 83 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 883 void SAL_CALL DatabaseDataProvider::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) throw( SQL… in setNull() argument 885 m_aParameterManager.setNull(parameterIndex, sqlType); in setNull() 889 void SAL_CALL DatabaseDataProvider::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, cons… in setObjectNull() argument 891 m_aParameterManager.setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
|