/trunk/main/connectivity/source/drivers/ado/ |
H A D | ACatalog.cxx | 80 …(this,m_aMutex,aVector,aTables,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshTables() 93 …s(this,m_aMutex,aVector,aViews,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshViews() 106 …(this,m_aMutex,aVector,aGroups,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshGroups() 119 …s(this,m_aMutex,aVector,aUsers,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshUsers()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DIndexColumns.cxx | 68 ,pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject() 81 …Column(m_pIndex->getTable()->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createDescriptor()
|
H A D | DTable.cxx | 339 const sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns() 2250 xCopyColumn = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2275 xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2291 xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2432 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in addColumn() 2505 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in dropColumn()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FTable.cxx | 49 : OTable_TYPEDEF(_pTables,_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()) in DBG_NAME() 71 ) : OTable_TYPEDEF(_pTables,_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers(), in OFileTable()
|
H A D | FColumns.cxx | 71 m_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | table.cxx | 84 …onn,_rxConn->getMetaData().is() && _rxConn->getMetaData()->supportsMixedCaseQuotedIdentifiers(), _… in DBG_NAME() 101 …xConn, _rxConn->getMetaData().is() && _rxConn->getMetaData()->supportsMixedCaseQuotedIdentifiers()) in ODBTable()
|
H A D | SingleSelectQueryComposer.cxx | 771 …m_pTables = new OPrivateTables(aTables,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*this,m_a… in getTables() 804 bCase = m_xMetaData->supportsMixedCaseQuotedIdentifiers(); in getColumns() 1404 …ParameterColumns] = new OPrivateColumns(aCols,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*t… in getParameters() 1459 …tColumns[_eType] = new OPrivateColumns(_rCols,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*t… in setCurrentColumns()
|
H A D | query.cxx | 227 aParseColumns, xDBMeta->supportsMixedCaseQuotedIdentifiers(), *this, m_aMutex ); in IMPLEMENT_FORWARD_XINTERFACE3()
|
H A D | preparedstatement.cxx | 62 …m_pColumns = new OColumns(*this, m_aMutex, xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers… in DBG_NAME()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WColumnSelect.cxx | 240 ::comphelper::TStringMixEqualFunctor aCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in IMPL_LINK() 290 ::comphelper::TStringMixEqualFunctor aCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in IMPL_LINK()
|
H A D | WTypeSelect.cxx | 154 if ( getMetaData().is() && !getMetaData()->supportsMixedCaseQuotedIdentifiers() ) in CellModified()
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FColumns.hxx | 48 …llection(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in OColumns()
|
H A D | FTables.hxx | 45 …ector &_rVector) : sdbcx::OCollection(_rParent,_rMetaData->supportsMixedCaseQuotedIdentifiers(),_r… in OTables()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 617 public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException { in supportsMixedCaseQuotedIdentifiers() method in PostgresqlDatabaseMetadata 618 return impl.supportsMixedCaseQuotedIdentifiers(); in supportsMixedCaseQuotedIdentifiers()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 666 ::comphelper::UStringMixEqual bCase(_xMetaData->supportsMixedCaseQuotedIdentifiers()); in fillColumnRef() 799 ::comphelper::UStringMixEqual bCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in saveField() 1773 …const ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(… in AddGroupBy() 1856 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddCondition() 1949 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddOrder()
|
H A D | QTableWindow.cxx | 237 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in ExistsField()
|
H A D | TableWindowListBox.cxx | 133 bCase = xMeta->supportsMixedCaseQuotedIdentifiers(); in GetEntryFromText()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | DIndexColumns.hxx | 47 …Index,_pIndex->getTable()->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in ODbaseIndexColumns()
|
H A D | DIndexes.hxx | 49 …xes_BASE(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in ODbaseIndexes()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 975 …::comphelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers… in checkColumns() 1058 …per::UStringMixLess> aColumns(xMetaData.is() ? (xMetaData->supportsMixedCaseQuotedIdentifiers() ? … in alterColumns() 1525 …::comphelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers… in createUniqueName()
|
/trunk/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 469 …phelper::UStringMixEqual aCase(m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in fillColumns() 470 …sMixedCaseQuotedIdentifiers = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns()
|
/trunk/main/connectivity/source/commontools/ |
H A D | TDatabaseMetaDataBase.cxx | 300 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsMixedCaseQuotedIdentifiers( ) throw(SQLException,… in supportsMixedCaseQuotedIdentifiers() function in ODatabaseMetaDataBase
|
H A D | predicateinput.cxx | 376 xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in getPredicateValue()
|
/trunk/main/connectivity/source/parse/ |
H A D | PColumn.cxx | 152 _rxDBMetaData->supportsMixedCaseQuotedIdentifiers() in createColumnForResultSet()
|
/trunk/main/connectivity/source/inc/ |
H A D | TDatabaseMetaDataBase.hxx | 130 …virtual sal_Bool SAL_CALL supportsMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQL…
|