Lines Matching refs:ODatabaseMetaDataBase

45 ODatabaseMetaDataBase::ODatabaseMetaDataBase(const Reference< XConnection >& _rxConnection,const Se…  in ODatabaseMetaDataBase()  function in ODatabaseMetaDataBase
72 ODatabaseMetaDataBase::~ODatabaseMetaDataBase() in ~ODatabaseMetaDataBase()
77 Sequence< PropertyValue > SAL_CALL ODatabaseMetaDataBase::getConnectionInfo( ) throw (RuntimeExcep… in getConnectionInfo()
83 void SAL_CALL ODatabaseMetaDataBase::disposing( const EventObject& /*Source*/ ) throw(RuntimeExcept… in disposing()
90 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getTypeInfo( ) throw(SQLException, Runtime… in getTypeInfo()
177 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getExportedKeys( in getExportedKeys()
183 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getImportedKeys( in getImportedKeys()
189 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getPrimaryKeys( in getPrimaryKeys()
195 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getIndexInfo( in getIndexInfo()
202 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getBestRowIdentifier( in getBestRowIdentifier()
209 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getCrossReference( in getCrossReference()
217 Reference< XConnection > SAL_CALL ODatabaseMetaDataBase::getConnection( ) throw(SQLException, Runt… in getConnection()
222 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getProcedureColumns( in getProcedureColumns()
229 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getProcedures( in getProcedures()
236 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getVersionColumns( in getVersionColumns()
242 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getSchemas( ) throw(SQLException, RuntimeE… in getSchemas()
247 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getColumnPrivileges( in getColumnPrivileges()
254 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getTablePrivileges( in getTablePrivileges()
260 Reference< XResultSet > SAL_CALL ODatabaseMetaDataBase::getCatalogs( ) throw(SQLException, Runtime… in getCatalogs()
265 ::rtl::OUString SAL_CALL ODatabaseMetaDataBase::getIdentifierQuoteString( ) throw(SQLException, Ru… in getIdentifierQuoteString()
267 …ntifierQuoteString,::std::mem_fun_t< ::rtl::OUString ,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in getIdentifierQuoteString()
270 sal_Bool SAL_CALL ODatabaseMetaDataBase::isCatalogAtStart( ) throw(SQLException, RuntimeException) in isCatalogAtStart()
272 …lMethod(m_isCatalogAtStart,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in isCatalogAtStart()
275 ::rtl::OUString SAL_CALL ODatabaseMetaDataBase::getCatalogSeparator( ) throw(SQLException, Runtime… in getCatalogSeparator()
277 …m_sCatalogSeparator,::std::mem_fun_t< ::rtl::OUString,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in getCatalogSeparator()
280 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsCatalogsInTableDefinitions( ) throw(SQLException,… in supportsCatalogsInTableDefinitions()
282 …CatalogsInTableDefinitions,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsCatalogsInTableDefinitions()
285 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsSchemasInTableDefinitions( ) throw(SQLException, … in supportsSchemasInTableDefinitions()
287 …sSchemasInTableDefinitions,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsSchemasInTableDefinitions()
290 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsCatalogsInDataManipulation( ) throw(SQLException,… in supportsCatalogsInDataManipulation()
292 …CatalogsInDataManipulation,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsCatalogsInDataManipulation()
295 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsSchemasInDataManipulation( ) throw(SQLException, … in supportsSchemasInDataManipulation()
297 …sSchemasInDataManipulation,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsSchemasInDataManipulation()
300 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsMixedCaseQuotedIdentifiers( ) throw(SQLException,… in supportsMixedCaseQuotedIdentifiers()
302 …MixedCaseQuotedIdentifiers,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsMixedCaseQuotedIdentifiers()
305 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsAlterTableWithAddColumn( ) throw(SQLException, Ru… in supportsAlterTableWithAddColumn()
307 …rtsAlterTableWithAddColumn,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsAlterTableWithAddColumn()
310 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsAlterTableWithDropColumn( ) throw(SQLException, R… in supportsAlterTableWithDropColumn()
312 …tsAlterTableWithDropColumn,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in supportsAlterTableWithDropColumn()
315 sal_Int32 SAL_CALL ODatabaseMetaDataBase::getMaxStatements( ) throw(SQLException, RuntimeException) in getMaxStatements()
317 …mplMethod(m_MaxStatements,::std::mem_fun_t< sal_Int32,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in getMaxStatements()
320 sal_Int32 SAL_CALL ODatabaseMetaDataBase::getMaxTablesInSelect( ) throw(SQLException, RuntimeExcep… in getMaxTablesInSelect()
322 …ethod(m_MaxTablesInSelect,::std::mem_fun_t< sal_Int32,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in getMaxTablesInSelect()
325 sal_Bool SAL_CALL ODatabaseMetaDataBase::storesMixedCaseQuotedIdentifiers( ) throw(SQLException, R… in storesMixedCaseQuotedIdentifiers()
327 …MixedCaseQuotedIdentifiers,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatabaseMetaDataBas… in storesMixedCaseQuotedIdentifiers()