Lines Matching refs:TableName
84 …TableName::TableName( const ::comphelper::ComponentContext& _rContext, const Reference< XConnectio… in TableName() function in sdbtools::TableName
95 TableName::~TableName() in ~TableName()
100 ::rtl::OUString SAL_CALL TableName::getCatalogName() throw (RuntimeException) in getCatalogName()
107 …void SAL_CALL TableName::setCatalogName( const ::rtl::OUString& _catalogName ) throw (RuntimeExcep… in setCatalogName()
114 ::rtl::OUString SAL_CALL TableName::getSchemaName() throw (RuntimeException) in getSchemaName()
121 …void SAL_CALL TableName::setSchemaName( const ::rtl::OUString& _schemaName ) throw (RuntimeExcepti… in setSchemaName()
128 ::rtl::OUString SAL_CALL TableName::getTableName() throw (RuntimeException) in getTableName()
135 …void SAL_CALL TableName::setTableName( const ::rtl::OUString& _tableName ) throw (RuntimeException) in setTableName()
142 ::rtl::OUString SAL_CALL TableName::getNameForSelect() throw (RuntimeException) in getNameForSelect()
149 …Reference< XPropertySet > SAL_CALL TableName::getTable() throw (NoSuchElementException, RuntimeExc… in getTable()
177 …void SAL_CALL TableName::setTable( const Reference< XPropertySet >& _table ) throw (IllegalArgumen… in setTable()
246 …::rtl::OUString SAL_CALL TableName::getComposedName( ::sal_Int32 _Type, ::sal_Bool _Quote ) throw … in getComposedName()
257 …void SAL_CALL TableName::setComposedName( const ::rtl::OUString& _ComposedName, ::sal_Int32 _Type … in setComposedName()