Home
last modified time | relevance | path

Searched refs:m_aTypeInfo (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/connectivity/source/drivers/ado/
H A DAConnection.cxx187 OPreparedStatement* pStmt = new OPreparedStatement(this,m_aTypeInfo,sql); in prepareStatement()
199 OCallableStatement* pStmt = new OCallableStatement(this,m_aTypeInfo,sql); in prepareCall()
475 m_aTypeInfo.insert(OTypeInfoMap::value_type(aInfo->eType,aInfo)); in buildTypeInfo()
496 OTypeInfoMap::iterator aIter = m_aTypeInfo.begin(); in disposing()
497 for (; aIter != m_aTypeInfo.end(); ++aIter) in disposing()
500 m_aTypeInfo.clear(); in disposing()
H A DAStatement.cxx222 if (!m_aTypeInfo.empty()) in getPrecision()
224 …::std::vector<OTypeInfo>::const_iterator aIter = ::std::find(m_aTypeInfo.begin(),m_aTypeInfo.end()… in getPrecision()
225 for(;aIter != m_aTypeInfo.end();++aIter) in getPrecision()
H A DAPreparedStatement.cxx64 ,m_aTypeInfo(_TypeInfo) in OPreparedStatement()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx181 m_aTypeInfo.clear(); in ~OTableController()
556 …::dbaui::fillTypeInfo(getConnection(),m_sTypeNames,m_aTypeInfo,m_aTypeInfoIndex); // fill the n… in impl_initialize()
721 return queryTypeInfoByType(_nDataType,m_aTypeInfo); in getTypeInfoByType()
894 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreate,nPrecisi… in loadData()
948 OTypeInfoMap::iterator aTypeIter = m_aTypeInfo.find(DataType::VARCHAR); in loadData()
949 if(aTypeIter == m_aTypeInfo.end()) in loadData()
950 aTypeIter = m_aTypeInfo.begin(); in loadData()
952 OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type information!"); in loadData()
1010 TOTypeInfoSP pTypeInfo = ::dbaui::queryPrimaryKeyType(m_aTypeInfo); in checkColumns()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx145 if(m_aTypeInfo.empty()) in prepareStatement()
150 Reference< XPreparedStatement > xReturn = new OPreparedStatement(this,m_aTypeInfo,_sSql); in prepareStatement()
360 m_aTypeInfo.push_back(aInfo); in buildTypeInfo()
H A DSConnection.hxx71 TTypeInfoVector m_aTypeInfo; // vector containing an entry member in connectivity::skeleton::OConnection
H A DSPreparedStatement.cxx47 ,m_aTypeInfo(_TypeInfo) in OPreparedStatement()
H A DSPreparedStatement.hxx65 TTypeInfoVector m_aTypeInfo; // Hashtable containing an entry member in connectivity::skeleton::OPreparedStatement
/aoo42x/main/dbaccess/source/ui/inc/
H A DTableController.hxx48 OTypeInfoMap m_aTypeInfo; member in dbaui::OTableController
113 inline const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo()
H A DWCopyTable.hxx248 OTypeInfoMap m_aTypeInfo; member in dbaui::OCopyTableWizard
373 const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo()
/aoo42x/main/connectivity/source/inc/ado/
H A DAConnection.hxx64 OTypeInfoMap m_aTypeInfo; // vector containing an entry member in connectivity::ado::OConnection
126 const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo;} in getTypeInfo()
H A DAPreparedStatement.hxx61 const OTypeInfoMap& m_aTypeInfo; member in connectivity::ado::OPreparedStatement
H A DAStatement.hxx81 ::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // Hashtable containing an entry
/aoo42x/main/connectivity/source/inc/odbc/
H A DOConnection.hxx65 TTypeInfoVector m_aTypeInfo; // vector containing an entry member in connectivity::odbc::OConnection
151 const TTypeInfoVector& getTypeInfo() const { return m_aTypeInfo; } in getTypeInfo()
/aoo42x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx609 ::dbaui::fillTypeInfo( _xSourceConnection, m_sTypeNames, m_aTypeInfo, m_aTypeInfoIndex ); in OCopyTableWizard()
690 ::dbaui::fillTypeInfo( _xConnection, m_sTypeNames, m_aTypeInfo, m_aTypeInfoIndex ); in OCopyTableWizard()
762 m_aTypeInfo.clear(); in ~OCopyTableWizard()
1151 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPr… in loadData()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx580 m_aTypeInfo.push_back(aInfo); in buildTypeInfo()

Completed in 81 milliseconds