Lines Matching refs:rtl

53 ::rtl::OUString SAL_CALL ODatabaseMetaData::getCatalogSeparator(  ) throw(SQLException, RuntimeExce…  in getCatalogSeparator()
55 ::rtl::OUString aVal; in getCatalogSeparator()
192 ::rtl::OUString SAL_CALL ODatabaseMetaData::getCatalogTerm( ) throw(SQLException, RuntimeException) in getCatalogTerm()
194 ::rtl::OUString aVal; in getCatalogTerm()
201 ::rtl::OUString SAL_CALL ODatabaseMetaData::getIdentifierQuoteString( ) throw(SQLException, Runtim… in getIdentifierQuoteString()
204 ::rtl::OUString aVal = ::rtl::OUString::createFromAscii("\""); in getIdentifierQuoteString()
208 ::rtl::OUString SAL_CALL ODatabaseMetaData::getExtraNameCharacters( ) throw(SQLException, RuntimeE… in getExtraNameCharacters()
210 ::rtl::OUString aVal; in getExtraNameCharacters()
546 ::rtl::OUString SAL_CALL ODatabaseMetaData::getURL( ) throw(SQLException, RuntimeException) in getURL()
548 ::rtl::OUString aValue = ::rtl::OUString::createFromAscii("sdbc:skeleton:"); in getURL()
552 ::rtl::OUString SAL_CALL ODatabaseMetaData::getUserName( ) throw(SQLException, RuntimeException) in getUserName()
554 ::rtl::OUString aValue; in getUserName()
558 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDriverName( ) throw(SQLException, RuntimeException) in getDriverName()
560 ::rtl::OUString aValue; in getDriverName()
564 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDriverVersion() throw(SQLException, RuntimeException) in getDriverVersion()
566 ::rtl::OUString aValue; in getDriverVersion()
570 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductVersion( ) throw(SQLException, Runti… in getDatabaseProductVersion()
572 ::rtl::OUString aValue; in getDatabaseProductVersion()
576 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName( ) throw(SQLException, RuntimeE… in getDatabaseProductName()
578 ::rtl::OUString aValue; in getDatabaseProductName()
582 ::rtl::OUString SAL_CALL ODatabaseMetaData::getProcedureTerm( ) throw(SQLException, RuntimeExcepti… in getProcedureTerm()
584 ::rtl::OUString aValue; in getProcedureTerm()
588 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSchemaTerm( ) throw(SQLException, RuntimeException) in getSchemaTerm()
590 ::rtl::OUString aValue; in getSchemaTerm()
609 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSQLKeywords( ) throw(SQLException, RuntimeException) in getSQLKeywords()
611 ::rtl::OUString aValue; in getSQLKeywords()
615 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSearchStringEscape( ) throw(SQLException, RuntimeEx… in getSearchStringEscape()
617 ::rtl::OUString aValue; in getSearchStringEscape()
621 ::rtl::OUString SAL_CALL ODatabaseMetaData::getStringFunctions( ) throw(SQLException, RuntimeExcep… in getStringFunctions()
623 return ::rtl::OUString(); in getStringFunctions()
626 ::rtl::OUString SAL_CALL ODatabaseMetaData::getTimeDateFunctions( ) throw(SQLException, RuntimeExc… in getTimeDateFunctions()
628 return ::rtl::OUString(); in getTimeDateFunctions()
631 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeExcep… in getSystemFunctions()
633 return ::rtl::OUString(); in getSystemFunctions()
636 ::rtl::OUString SAL_CALL ODatabaseMetaData::getNumericFunctions( ) throw(SQLException, RuntimeExce… in getNumericFunctions()
638 return ::rtl::OUString(); in getNumericFunctions()
781 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getColumnPrivileges()
782 const ::rtl::OUString& columnNamePattern ) throw(SQLException, RuntimeException) in getColumnPrivileges()
788 const Any& catalog, const ::rtl::OUString& schemaPattern, const ::rtl::OUString& tableNamePattern, in getColumns()
789 const ::rtl::OUString& columnNamePattern ) throw(SQLException, RuntimeException) in getColumns()
795 const Any& catalog, const ::rtl::OUString& schemaPattern, in getTables()
796 …const ::rtl::OUString& tableNamePattern, const Sequence< ::rtl::OUString >& types ) throw(SQLExcep… in getTables()
802 const Any& catalog, const ::rtl::OUString& schemaPattern, in getProcedureColumns()
803 …const ::rtl::OUString& procedureNamePattern, const ::rtl::OUString& columnNamePattern ) throw(SQLE… in getProcedureColumns()
809 const Any& catalog, const ::rtl::OUString& schemaPattern, in getProcedures()
810 const ::rtl::OUString& procedureNamePattern ) throw(SQLException, RuntimeException) in getProcedures()
816 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getVersionColumns()
822 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getExportedKeys()
828 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getImportedKeys()
834 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getPrimaryKeys()
840 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
847 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
854 …const Any& catalog, const ::rtl::OUString& schemaPattern, const ::rtl::OUString& tableNamePattern … in getTablePrivileges()
860 const Any& primaryCatalog, const ::rtl::OUString& primarySchema, in getCrossReference()
861 const ::rtl::OUString& primaryTable, const Any& foreignCatalog, in getCrossReference()
862 …const ::rtl::OUString& foreignSchema, const ::rtl::OUString& foreignTable ) throw(SQLException, Ru… in getCrossReference()
867 …ODatabaseMetaData::getUDTs( const Any& catalog, const ::rtl::OUString& schemaPattern, const ::rtl:… in getUDTs()