Home
last modified time | relevance | path

Searched refs:setByte (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx160 void SbxDecimal::setByte( sal_uInt8 val ) in setByte() function in SbxDecimal
363 void SbxDecimal::setByte( sal_uInt8 val ) { (void)val; } in setByte() function in SbxDecimal
477 pnDecRes->setByte( p->nByte ); break; in ImpGetDecimal()
544 pnDecRes->setByte( *p->pByte ); break; in ImpGetDecimal()
H A Dsbxdec.hxx75 void setByte( sal_uInt8 val );
H A Dsbxbyte.cxx269 ImpCreateDecimal( p )->setByte( n ); in ImpPutByte()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java182 public void setByte(int arg0, byte arg1) throws SQLException { in setByte() method in PostgresqlPreparedStatement
183 implParameters.setByte(arg0, arg1); in setByte()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() function in OPreparedStatement
296 m_xAggregateAsParameters->setByte(parameterIndex, x); in setByte()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java197 public synchronized void setByte(int index, byte x) throws SQLException { in setByte() method in JavaSQLPreparedStatement
201 ((java.sql.PreparedStatement)jdbcStatement).setByte(index, x); in setByte()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx311 void SAL_CALL OPreparedStatement::setByte(sal_Int32 parameter, sal_Int8 x) in setByte() function in OPreparedStatement
724 impl_setObject( this, _parameterIndex, _value, &XParameters::setByte ); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx105 void setByte(sal_uInt8 n) ;
H A DAPreparedStatement.hxx86 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx984 void ParameterManager::setByte( sal_Int32 _nIndex, sal_Int8 x ) in setByte() function in dbtools::ParameterManager
986 VISIT_PARAMETER( setByte( _nIndex, x ) ); in setByte()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx247 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() function in Test_Impl
556 _xLBT->setByte( *(const sal_Int8 *)rValue.getValue() ); in setValue()
817 xLBT->setByte( aRet.Byte ); in performTest()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx184 void SAL_CALL OEvoabPreparedStatement::setByte( sal_Int32 /*parameterIndex*/, sal_Int8 /*x*/ ) thro… in setByte() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx103 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx225 void SAL_CALL MacabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcep… in setByte() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx85 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx170 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() function in OPreparedStatement
H A DSPreparedStatement.hxx104 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java195 oObj.setByte(idx, (byte)122) ; in _setByte()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx231 void setByte ( sal_Int32 _nIndex, sal_Int8 x);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx901 void SAL_CALL DatabaseDataProvider::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( SQLExcepti… in setByte() function in dbaccess::DatabaseDataProvider
903 m_aParameterManager.setByte(parameterIndex, x); in setByte()
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx75 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx105 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx102 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx130 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…

Completed in 104 milliseconds

12