/trunk/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 187 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 D | AStatement.cxx | 222 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 D | APreparedStatement.cxx | 64 ,m_aTypeInfo(_TypeInfo) in OPreparedStatement()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 181 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()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.cxx | 145 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 D | SConnection.hxx | 71 TTypeInfoVector m_aTypeInfo; // vector containing an entry member in connectivity::skeleton::OConnection
|
H A D | SPreparedStatement.cxx | 47 ,m_aTypeInfo(_TypeInfo) in OPreparedStatement()
|
H A D | SPreparedStatement.hxx | 65 TTypeInfoVector m_aTypeInfo; // Hashtable containing an entry member in connectivity::skeleton::OPreparedStatement
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TableController.hxx | 48 OTypeInfoMap m_aTypeInfo; member in dbaui::OTableController 113 inline const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo()
|
H A D | WCopyTable.hxx | 248 OTypeInfoMap m_aTypeInfo; member in dbaui::OCopyTableWizard 373 const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo()
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 64 OTypeInfoMap m_aTypeInfo; // vector containing an entry member in connectivity::ado::OConnection 126 const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo;} in getTypeInfo()
|
H A D | APreparedStatement.hxx | 61 const OTypeInfoMap& m_aTypeInfo; member in connectivity::ado::OPreparedStatement
|
H A D | AStatement.hxx | 81 ::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // Hashtable containing an entry
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OConnection.hxx | 65 TTypeInfoVector m_aTypeInfo; // vector containing an entry member in connectivity::odbc::OConnection 151 const TTypeInfoVector& getTypeInfo() const { return m_aTypeInfo; } in getTypeInfo()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 609 ::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()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 580 m_aTypeInfo.push_back(aInfo); in buildTypeInfo()
|