Home
last modified time | relevance | path

Searched refs:getByte (Results 1 – 25 of 98) sorted by path

1234

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx260 bool SbxDecimal::getByte( sal_uInt8& rVal ) in getByte() function in SbxDecimal
375 bool SbxDecimal::getByte( sal_uInt8& rVal ) { (void)rVal; return false; } in getByte() function in SbxDecimal
H A Dsbxdec.hxx96 bool getByte( sal_uInt8& rVal );
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java239 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java261 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() method in DatabaseMetaDataResultSet
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java97 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() method in JavaSQLCallableStatement
100 return ((java.sql.CallableStatement)jdbcStatement).getByte(columnIndex); in getByte()
H A DJavaSQLResultSet.java296 public byte getByte(int columnIndex) throws SQLException { in getByte() method in JavaSQLResultSet
298 return jdbcResultSet.getByte(columnIndex); in getByte()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java193 public byte getByte(int arg0) throws SQLException { in getByte() method in PostgresqlResultSet
194 return implRow.getByte(arg0); in getByte()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java203 public byte getByte(int i) throws SQLException in getByte() method in RowSet
205 return m_row.getByte(i); in getByte()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx392 return static_cast<double>(static_cast<sal_uInt8>(i_column->getByte())); in getValue()
H A DFDatabaseMetaDataResultSet.cxx207 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte() function in ODatabaseMetaDataResultSet
H A DFValue.cxx2014 virtual sal_Int8 getByte() const = 0;
2046 …virtual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos )… in getByte() function in connectivity::detail::RowValue
2079 … virtual sal_Int8 getByte() const { return m_xColumn->getByte(); }; in getByte() function in connectivity::detail::ColumnValue
2172 (*this) = _rValueSource.getByte(); in impl_fill()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx74 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() function in OCallableStatement
H A DADatabaseMetaDataResultSet.cxx202 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte() function in ODatabaseMetaDataResultSet
H A DAResultSet.cxx235 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() function in OResultSet
H A DAolevariant.cxx556 sal_uInt8 OLEVariant::getByte() const in getByte() function in OLEVariant
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx706 sal_Int8 SAL_CALL OEvoabResultSet::getByte( sal_Int32 /*nColumnNum*/ ) throw(SQLException, RuntimeE… in getByte() function in connectivity::evoab::OEvoabResultSet
H A DNResultSet.hxx148 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx276 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() function in OResultSet
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx88 sal_Int8 SAL_CALL java_sql_CallableStatement::getByte( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getByte() function in java_sql_CallableStatement
H A DResultSet.cxx184 sal_Int8 SAL_CALL java_sql_ResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() function in java_sql_ResultSet
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx247 sal_Int8 SAL_CALL MacabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte() function in MacabResultSet
H A DMacabResultSet.hxx148 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx215 sal_Int8 SAL_CALL ODatabaseMetaDataResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, … in getByte() function in ODatabaseMetaDataResultSet
H A DOResultSet.cxx427 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() function in OResultSet
1534 *pColumn = getByte(nColumn); in fillRow()
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx193 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…

Completed in 141 milliseconds

1234