Home
last modified time | relevance | path

Searched refs:getTypeKind (Results 1 – 14 of 14) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java224 public int getTypeKind() { in getTypeKind() method in ORowSetValue
477 switch (getTypeKind()) { in getBoolean()
535 switch (getTypeKind()) { in getDate()
591 switch (getTypeKind()) { in getDateTime()
649 switch (getTypeKind()) { in getDouble()
710 switch (getTypeKind()) { in getFloat()
771 switch (getTypeKind()) { in getInt8()
825 switch (getTypeKind()) { in getInt16()
879 switch (getTypeKind()) { in getInt32()
935 switch (getTypeKind()) { in getLong()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx907 switch(getTypeKind()) in makeAny()
1002 switch(getTypeKind()) in getString()
1098 switch(getTypeKind()) in getBool()
1177 switch(getTypeKind()) in getInt8()
1250 switch(getTypeKind()) in getInt16()
1321 switch(getTypeKind()) in getInt32()
1394 switch(getTypeKind()) in getLong()
1467 switch(getTypeKind()) in getFloat()
1546 switch(getTypeKind()) in getDouble()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx448 switch(m_aRow[columnIndex].getTypeKind()) in getBytes()
1063 sal_Int32 nType = m_aRow[columnIndex].getTypeKind(); in updateString()
1072 sal_Int32 nType = m_aRow[columnIndex].getTypeKind(); in updateBytes()
1496 const sal_Int32 nType = pColumn->getTypeKind(); in fillRow()
1553 if(nType != pColumn->getTypeKind()) in fillRow()
1719 switch(m_aRow[nColumnIndex].getTypeKind()) in fillNeededData()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx694 …_rOrginalRow->get())[*aIdxColIter],(_rOrginalRow->get())[*aIdxColIter].getTypeKind(),aIter->second… in executeUpdate()
771 xParameter->setNull(i++,(_rInsertRow->get())[nPos].getTypeKind()); in executeInsert()
926 … ::dbtools::setObjectWithInfo( xParameter, nPos, aParaIter->makeAny(), aParaIter->getTypeKind() ); in tryRefetch()
1084 …,(_rDeleteRow->get())[*aIdxColIter],(_rDeleteRow->get())[*aIdxColIter].getTypeKind(),aIter->second… in deleteRow()
1386 … ::dbtools::setObjectWithInfo( xParameter, nPos, aParaIter->makeAny(), aParaIter->getTypeKind() ); in refreshRow()
H A DRowSetRow.hxx87 switch((_rRH->get())[0].getTypeKind()) in operator ()()
H A DCacheSet.cxx236 xParameter->setNull(i,aIter->getTypeKind()); in insertRow()
462 sal_Int32 nType = ( _nType != DataType::OTHER ) ? _nType : _rValue.getTypeKind(); in setParameter()
H A DWrappedResultSet.cxx179 switch(_rValue.getTypeKind()) in updateColumn()
H A DBookmarkSet.cxx195 switch(_rValue.getTypeKind()) in updateColumn()
H A DRowSetCache.cxx474 switch ( i_aValue.getTypeKind() ) in lcl_getBookmark()
H A DRowSet.cxx1684 … ::dbtools::setObjectWithInfo( xParam, i, rParamValue.makeAny(), rParamValue.getTypeKind() ); in impl_prepareAndExecute_throw()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx176 :OOperandValue(_rVar, _rVar.getTypeKind()) {} in OOperandResult()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx316 sal_Int32 getTypeKind() const { return m_eTypeKind; } in getTypeKind() function in connectivity::ORowSetValue
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1914 if(rRow.get()[nPos]->getValue().getTypeKind() == DataType::DOUBLE) in UpdateBuffer()
2078 …const bool bBinary = aVariable.getTypeKind() == DataType::LONGVARBINARY && m_aMemoHeader.db_typ ==… in WriteMemo()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1300 switch ((*(m_aSelectRow->get().begin()+*aOrderByIter))->getValue().getTypeKind()) in sortRows()

Completed in 107 milliseconds