Lines Matching refs:rtl

41 # define OUtoCStr( x ) ( ::rtl::OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr())
188 guint findEvoabField(const rtl::OUString& aColName) in findEvoabField()
195 rtl::OUString aName = getFieldName(i); in findEvoabField()
205 rtl::OUString
211 return ::rtl::OUString::createFromAscii( "BIT" ); in getFieldTypeName()
213 return ::rtl::OUString::createFromAscii( "VARCHAR" ); in getFieldTypeName()
217 return ::rtl::OUString(); in getFieldTypeName()
220 rtl::OUString
224 rtl::OUString aName; in getFieldName()
228 aName = rtl::OStringToOUString( g_param_spec_get_name( ( GParamSpec * )pSpec ), in getFieldName()
270 ODatabaseMetaDataResultSet::ORows& OEvoabDatabaseMetaData::getColumnRows( const ::rtl::OUString& co… in getColumnRows()
281 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("")); in getColumnRows()
283 aRow[2] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("")); in getColumnRows()
305 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii( "YES" )); in getColumnRows()
308 aRow[3] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii( "TABLE" )); in getColumnRows()
331 ::rtl::OUString OEvoabDatabaseMetaData::impl_getCatalogSeparator_throw( ) in impl_getCatalogSeparator_throw()
333 return ::rtl::OUString(); in impl_getCatalogSeparator_throw()
453 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getCatalogTerm( ) throw(SQLException, RuntimeExce… in getCatalogTerm()
455 ::rtl::OUString aVal; in getCatalogTerm()
459 ::rtl::OUString OEvoabDatabaseMetaData::impl_getIdentifierQuoteString_throw( ) in impl_getIdentifierQuoteString_throw()
462 ::rtl::OUString aVal = ::rtl::OUString::createFromAscii("\""); in impl_getIdentifierQuoteString_throw()
466 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getExtraNameCharacters( ) throw(SQLException, Run… in getExtraNameCharacters()
468 ::rtl::OUString aVal; in getExtraNameCharacters()
802 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getURL( ) throw(SQLException, RuntimeException) in getURL()
809 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getUserName( ) throw(SQLException, RuntimeExcepti… in getUserName()
811 ::rtl::OUString aValue; in getUserName()
815 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getDriverName( ) throw(SQLException, RuntimeExcep… in getDriverName()
817 ::rtl::OUString aValue; in getDriverName()
821 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getDriverVersion() throw(SQLException, RuntimeExce… in getDriverVersion()
823 ::rtl::OUString aValue = ::rtl::OUString::valueOf((sal_Int32)1); in getDriverVersion()
827 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getDatabaseProductVersion( ) throw(SQLException, … in getDatabaseProductVersion()
829 ::rtl::OUString aValue = ::rtl::OUString::valueOf((sal_Int32)0); in getDatabaseProductVersion()
833 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getDatabaseProductName( ) throw(SQLException, Run… in getDatabaseProductName()
835 ::rtl::OUString aValue; in getDatabaseProductName()
839 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getProcedureTerm( ) throw(SQLException, RuntimeEx… in getProcedureTerm()
841 ::rtl::OUString aValue; in getProcedureTerm()
845 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getSchemaTerm( ) throw(SQLException, RuntimeExcep… in getSchemaTerm()
847 ::rtl::OUString aValue; in getSchemaTerm()
866 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getSQLKeywords( ) throw(SQLException, RuntimeExce… in getSQLKeywords()
868 ::rtl::OUString aValue; in getSQLKeywords()
872 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getSearchStringEscape( ) throw(SQLException, Runt… in getSearchStringEscape()
874 ::rtl::OUString aValue; in getSearchStringEscape()
878 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getStringFunctions( ) throw(SQLException, Runtime… in getStringFunctions()
880 return ::rtl::OUString(); in getStringFunctions()
883 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getTimeDateFunctions( ) throw(SQLException, Runti… in getTimeDateFunctions()
885 return ::rtl::OUString(); in getTimeDateFunctions()
888 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getSystemFunctions( ) throw(SQLException, Runtime… in getSystemFunctions()
890 return ::rtl::OUString(); in getSystemFunctions()
893 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getNumericFunctions( ) throw(SQLException, Runtim… in getNumericFunctions()
895 return ::rtl::OUString(); in getNumericFunctions()
1013 static ::rtl::OUString sTableTypes[] = in getTableTypes()
1015 ::rtl::OUString::createFromAscii("TABLE"), in getTableTypes()
1022 sal_Int32 nSize = sizeof(sTableTypes) / sizeof(::rtl::OUString); in getTableTypes()
1054 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR"))); in impl_getTypeInfo_throw()
1076 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR")); in impl_getTypeInfo_throw()
1086 …const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, const ::rtl::OUString& /*tableNa… in getColumns()
1087 const ::rtl::OUString& columnNamePattern ) throw(SQLException, RuntimeException) in getColumns()
1098 const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, in getTables()
1099 …const ::rtl::OUString& /*tableNamePattern*/, const Sequence< ::rtl::OUString >& types ) throw(SQLE… in getTables()
1109 const ::rtl::OUString aTable(::rtl::OUString::createFromAscii("TABLE")); in getTables()
1117 const ::rtl::OUString* pBegin = types.getConstArray(); in getTables()
1118 const ::rtl::OUString* pEnd = pBegin + nLength; in getTables()
1166 rtl::OUString aName = rtl::OStringToOUString( e_source_peek_name( pSource ), in getTables()
1183 …aseMetaData::getUDTs( const Any& /*catalog*/, const ::rtl::OUString& /*schemaPattern*/, const ::rt… in getUDTs()