Lines Matching refs:OUString

61 rtl::OUString java_sql_Driver::getImplementationName_Static(  ) throw(RuntimeException)  in getImplementationName_Static()
63 return ::rtl::OUString::createFromAscii("com.sun.star.comp.sdbc.JDBCDriver"); in getImplementationName_Static()
68 Sequence< ::rtl::OUString > java_sql_Driver::getSupportedServiceNames_Static( ) throw (RuntimeExce… in getSupportedServiceNames_Static()
70 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static()
71 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static()
80 ::rtl::OUString SAL_CALL java_sql_Driver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
86 sal_Bool SAL_CALL java_sql_Driver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Ru… in supportsService()
88 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService()
89 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService()
90 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
98 Sequence< ::rtl::OUString > SAL_CALL java_sql_Driver::getSupportedServiceNames( ) throw(RuntimeExc… in getSupportedServiceNames()
103 Reference< XConnection > SAL_CALL java_sql_Driver::connect( const ::rtl::OUString& url, const in connect()
121 sal_Bool SAL_CALL java_sql_Driver::acceptsURL( const ::rtl::OUString& url ) throw(SQLException, Run… in acceptsURL()
127 static const ::rtl::OUString s_sJdbcPrefix = ::rtl::OUString::createFromAscii("jdbc:"); in acceptsURL()
131 Sequence< DriverPropertyInfo > SAL_CALL java_sql_Driver::getPropertyInfo( const ::rtl::OUString& ur… in getPropertyInfo()
138 Sequence< ::rtl::OUString > aBooleanValues(2); in getPropertyInfo()
139 aBooleanValues[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) ); in getPropertyInfo()
140 aBooleanValues[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true" ) ); in getPropertyInfo()
143 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("JavaDriverClass")) in getPropertyInfo()
144 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("The JDBC driver class name.")) in getPropertyInfo()
146 ,::rtl::OUString() in getPropertyInfo()
147 ,Sequence< ::rtl::OUString >()) in getPropertyInfo()
150 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("JavaDriverClassPath")) in getPropertyInfo()
151 … ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("The class path where to look for the JDBC driver.")) in getPropertyInfo()
153 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "" ) ) in getPropertyInfo()
154 ,Sequence< ::rtl::OUString >()) in getPropertyInfo()
157 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SystemProperties")) in getPropertyInfo()
158 …,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Additional properties to set at java.lang.System bef… in getPropertyInfo()
160 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "" ) ) in getPropertyInfo()
161 ,Sequence< ::rtl::OUString >()) in getPropertyInfo()
164 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ParameterNameSubstitution")) in getPropertyInfo()
165 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Change named parameters with '?'.")) in getPropertyInfo()
167 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) ) in getPropertyInfo()
171 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IgnoreDriverPrivileges")) in getPropertyInfo()
172 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Ignore the privileges from the database driver.")) in getPropertyInfo()
174 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) ) in getPropertyInfo()
178 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IsAutoRetrievingEnabled")) in getPropertyInfo()
179 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Retrieve generated values.")) in getPropertyInfo()
181 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) ) in getPropertyInfo()
185 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AutoRetrievingStatement")) in getPropertyInfo()
186 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Auto-increment statement.")) in getPropertyInfo()
188 ,::rtl::OUString() in getPropertyInfo()
189 ,Sequence< ::rtl::OUString >()) in getPropertyInfo()
192 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("GenerateASBeforeCorrelationName")) in getPropertyInfo()
193 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Generate AS before table correlation names.")) in getPropertyInfo()
195 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true" ) ) in getPropertyInfo()
199 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IgnoreCurrency")) in getPropertyInfo()
200 …,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Ignore the currency field from the ResultsetMetaData… in getPropertyInfo()
202 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) ) in getPropertyInfo()
206 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("EscapeDateTime")) in getPropertyInfo()
207 ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Escape date time format.")) in getPropertyInfo()
209 ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true" ) ) in getPropertyInfo()
213 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TypeInfoSettings")) in getPropertyInfo()
214 …,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Defines how the type info of the database metadata s… in getPropertyInfo()
216 ,::rtl::OUString( ) in getPropertyInfo()
217 ,Sequence< ::rtl::OUString > ()) in getPropertyInfo()
220 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ImplicitCatalogRestriction")) in getPropertyInfo()
221 …,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("The catalog which should be used in getTables calls,… in getPropertyInfo()
223 ,::rtl::OUString( ) in getPropertyInfo()
224 ,Sequence< ::rtl::OUString > ()) in getPropertyInfo()
227 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ImplicitSchemaRestriction")) in getPropertyInfo()
228 …,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("The schema which should be used in getTables calls, … in getPropertyInfo()
230 ,::rtl::OUString( ) in getPropertyInfo()
231 ,Sequence< ::rtl::OUString > ()) in getPropertyInfo()
236 const ::rtl::OUString sMessage = aResources.getResourceString(STR_URI_SYNTAX_ERROR); in getPropertyInfo()