Home
last modified time | relevance | path

Searched refs:getBoolean (Results 51 – 75 of 123) sorted by relevance

12345

/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx88 sal_Bool bUnique = !xRow->getBoolean(4); in createObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java171 boolean getVal = oObj.getBoolean(col) ; in _getBoolean()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java98 isUnique = !row.getBoolean(4); in createObject()
/trunk/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx70 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java95 aAutoIncrementVector.addElement(Boolean.valueOf(xRow.getBoolean(12))); in TypeInspector()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx843 sal_Bool SAL_CALL ResultSet::getBoolean( sal_Int32 columnIndex ) in getBoolean() function in ucbhelper::ResultSet
855 return xValues->getBoolean( columnIndex ); in getBoolean()
H A Dpropertyvalueset.cxx354 sal_Bool SAL_CALL PropertyValueSet::getBoolean( sal_Int32 columnIndex ) in getBoolean() function in ucbhelper::PropertyValueSet
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1937 ::getBoolean( sal_Int32 columnIndex ) in getBoolean() function in CachedContentResultSet
1941 XROW_GETXXX( getBoolean, sal_Bool ); in getBoolean()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java101 public static boolean getBoolean(String name, Object parent) throws Exception in getBoolean() method in Configuration
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx310 getBoolean( sal_Int32 columnIndex )
H A Dsortresult.cxx713 sal_Bool SAL_CALL SortedResultSet::getBoolean( sal_Int32 columnIndex ) in getBoolean() function in SortedResultSet
717 return Reference< XRow >::query(mxOriginal)->getBoolean( columnIndex ); in getBoolean()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx169 sal_Bool SAL_CALL getBoolean(sal_Int32 column) throw(SQLException, RuntimeException);
/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.hxx85 …virtual sal_Bool SAL_CALL getBoolean( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
H A DCacheSet.hxx92 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx147 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1247 sal_Bool bSourceIsFolder = xSourceProps->getBoolean( 1 ); in globalTransfer_()
1261 sal_Bool bSourceIsDocument = xSourceProps->getBoolean( 2 ); in globalTransfer_()
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx93 …inline sal_Bool getBoolean() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::R…
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx158 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx157 XRow_impl::getBoolean( in getBoolean() function in XRow_impl
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx83 sal_Bool SAL_CALL java_sql_CallableStatement::getBoolean( sal_Int32 columnIndex ) throw(starsdbc::S… in getBoolean() function in java_sql_CallableStatement
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx192 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx634 bIsFolder = xRow->getBoolean(1); in impl_isFolder()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv124 "ORowSet";"com::sun::star::sdbc::XRow";"getBoolean()"
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSet.hxx159 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx419 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() function in OResultSet
1531 *pColumn = getBoolean(nColumn); in fillRow()

Completed in 470 milliseconds

12345