| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | XDriver.idl | 48 /** is the interface that every driver class must implement. 53 Each driver should supply a service that implements 59 driver in turn to try to connect to the target URL. 75 The driver should return 78 of driver to connect to the given URL. This will be common, as when 79 the driver manager is asked to connect to a given URL it passes 80 the URL to each loaded driver in turn. 85 The driver should raise a 88 driver to connect to the given URL, but has trouble connecting to 96 included in the Properties. For a JDBC driver also the Java class must [all …]
|
| H A D | XParameters.idl | 108 a SDBC driver does not need the type code or type name information, 130 /** sets the designated parameter to a boolean value. The driver converts this 143 /** sets the designated parameter to a byte value. The driver converts this 155 /** sets the designated parameter to a short value. The driver converts this 167 /** sets the designated parameter to a long value. The driver converts this 179 /** sets the designated parameter to a hyper value. The driver converts this 191 /** sets the designated parameter to a float value. The driver converts this 203 /** sets the designated parameter to a double value. The driver converts this 215 /** sets the designated parameter to a string value. The driver converts this 217 size relative to the driver's limits on VARCHARs) when it sends [all …]
|
| H A D | XDriverManager.idl | 53 locate a suitable driver. 64 The DriverManager attempts to select an appropriate driver from 78 The DriverManager attempts to select an appropriate driver from 96 /** sets the maximum time in seconds that a driver will wait 107 /** gets the maximum time in seconds that a driver can wait 110 the driver login time limit in seconds
|
| H A D | Driver.idl | 31 /** is the service that every driver class must implement. 34 Each driver should supply a service that implements 41 driver in turn to try to connect to the target URL. 51 Each driver should be a one instance service. 60 /** is the main interface to access a database driver.
|
| H A D | XSQLInput.idl | 63 This interface, used only for custom mapping, is used by the driver 73 , the SDBC driver calls the method 76 The driver creates an instance of 79 populating it with the attributes of the UDT. The driver then passes the input 224 A type map is registered with the stream by the SDBC driver before the
|
| H A D | DriverPropertyInfo.idl | 29 /** describes the driver properties for making a connection. 34 who need to interact with a driver to discover and supply properties 63 based on the driver-supplied default values. This field
|
| H A D | Statement.idl | 76 the DBMS and the driver support aborting an SQL statement. 89 A driver implementing batch execution must return 111 /** retrieves the number of seconds the driver will wait for a Statement 219 If escape scanning is on (the default), the driver will do
|
| H A D | XConnection.idl | 116 the driver supports precompilation, 183 A driver may convert the JDBC SQL grammar into its system's 185 native form of the statement that the driver would have sent. 340 If the driver does not support catalogs, it will 416 Only if the driver supports custom type mapping is the setting of a map allowed.
|
| H A D | XSQLData.idl | 47 are called by the driver and are never called by a programmer 59 This method is called by the SDBC driver to get the name of the 93 The SDBC driver initializes the input stream with a type map
|
| H A D | RowSet.idl | 61 a result set, which are not supported by a driver result set, like caching 111 If escape scanning is on (the default), the driver will do 118 /** retrieves the number of seconds the driver will wait for a Statement
|
| H A D | XResultSet.idl | 116 may be expensive because the SDBC driver might need to fetch ahead one row in order 264 explicitly tell the SDBC driver to refetch a row(s) from the 267 when caching or prefetching is being done by the SDBC driver to 268 fetch the latest value of a row from the database. The SDBC driver
|
| H A D | XDriverAccess.idl | 36 /** provides the access of sdbc driver components 43 /** get a driver which accepts a given url.@see com::sun::star::sdbc::XDriver::acceptsURL
|
| /trunk/main/connectivity/source/inc/resource/ |
| H A D | conn_shared_res.hrc | 28 // = normal resource ids, per driver 30 // Mozilla driver resource ids 36 // Spreadsheet driver resource ids 39 // DBase driver resource ids 42 // ADO driver resource ids 45 // EVOAB2 driver resource ids 48 // FILE driver resource ids 51 // KAB driver resource ids 54 // MACAB driver resource ids 57 // Adabas D driver resource ids [all …]
|
| /trunk/main/migrationanalysis/src/driver_docs/ |
| H A D | DocAnalysisRunMacro.vbs | 70 Sub DAOpenWrdDriver(driver) 77 sWordDriverDocPath = daFso.GetAbsolutePathName(driver) 95 Function DArunWrdDriver(driver, macro) 131 Sub DAOpenExcelDriver(driver) 138 sExcelDriverDocPath = daFso.GetAbsolutePathName(driver) 154 Function DArunExcelDriver(driver, macro) 192 Sub DAOpenPPDriver(driver) 199 sPPDriverDocPath = daFso.GetAbsolutePathName(driver) 224 Function DArunPPDriver(driver, macro) 229 daPP.Run (daFso.GetFileName(driver) & "!" & macro)
|
| /trunk/main/padmin/source/ |
| H A D | padialog.src | 628 Text [ en-US ] = "Please select the driver directory." ; 692 Text [ en-US ] = "Do you really want to remove the driver \"%s\"?" ; 707 …Text [ en-US ] = "There are still printers using the driver \"%s\". Do you really want to remove i… 712 Text [ en-US ] = "The driver \"%s\" is always needed and can therefore not be removed." ; 717 …Text [ en-US ] = "The driver \"%s1\" could not be removed. It was not possible to remove the file\… 722 …Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be remov… 742 …Text [ en-US ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer… 805 Text [ en-US ] = "Choose a driver" ; 811 Text [ en-US ] = "Please select a s~uitable driver." ; 837 Text [ en-US ] = "Delete driver" ; [all …]
|
| /trunk/main/dbaccess/source/core/resource/ |
| H A D | strings.src | 47 …nal data source could not be established. An unknown error occurred. The driver is probably defect… 52 …connection to the external data source could not be established. No SDBC driver was found for the … 57 …onnection to the external data source could not be established. The SDBC driver manager could not … 132 Text [ en-US ] = "The driver does not support this function." ; 160 Text [ en-US ] = "The driver does not support table renaming." ; 164 Text [ en-US ] = "The driver does not support the modification of column descriptions." ; 168 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing … 172 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing … 279 Text [ en-US ] = "Internal error: no statement object provided by the database driver." ;
|
| /trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLConnection.java | 67 private final JDBCDriver driver; field in JavaSQLConnection 80 public JavaSQLConnection(JDBCDriver driver) { in JavaSQLConnection() argument 81 this.driver = driver; in JavaSQLConnection() 82 this.logger = new ConnectionLog(driver.getLogger(), ObjectType.CONNECTION); in JavaSQLConnection() 399 driver.getContext().getServiceManager().createInstanceWithContext( in getJavaDriverClassPath() 400 … "com.sun.star.configuration.ConfigurationProvider", driver.getContext())); in getJavaDriverClassPath() 441 …ClassLoaderAndClass classLoaderAndClass = classMap.loadClass(driver.getContext(), driverClassPath,… in loadDriverFromProperties() 530 XComponentContext context = driver.getContext(); in transformPreparedStatement()
|
| /trunk/main/scripting/java/org/openoffice/idesupport/ |
| H A D | CommandLineTools.java | 46 CommandLineTools driver = new CommandLineTools(); in main() local 47 Command command = driver.parseArgs(args); in main() 67 driver.fatalUsage("Error: Office Installation path not set"); in main() 73 driver.fatalUsage( in main() 82 driver.printUsage(); in main() 88 driver.fatal("Error: " + e.getMessage()); in main()
|
| /trunk/main/mysqlc/source/ |
| H A D | README | 7 The MySQL driver for OpenOffice.org (MySQL Connector/OpenOffice.org - C/OOo) 14 Before you can build the MySQL driver for OpenOffice.org you must install 15 the two required libraries on your system before you can compile the driver. 17 You need the two libraries because the MySQL driver for OpenOffice.org 20 Client Library. And the SDBC(X) style OpenOffice.org driver is implemented as a
|
| /trunk/main/psprint_config/configuration/ |
| H A D | psprint.conf | 35 ; MarginAdjust: the default adjustment to driver margins in 1/100 mm 36 ; MarginAdjust contains corrections for the driver defined margins 48 ; possible values: 0: driver setting, -1: grey scale, 1: color 53 ; possible values: 0: driver setting, 1: level 1, 2: level2 64 ; if key is absent the default value is driver specific
|
| /trunk/main/connectivity/source/resource/ |
| H A D | conn_shared_res.src | 33 // mozab driver resource strings 107 Text [ en-US ] = "The driver does not support the 'COUNT' function." ; 112 Text [ en-US ] = "This statement type not supported by this database driver." ; 239 Text [ en-US ] = "The driver does not support the function '$functionname$'." ; 243 …Text [ en-US ] = "The driver does not support the functionality for '$featurename$'. It is not imp… 315 // ado driver resource strings 522 Text [ en-US ] = "The driver class '$classname$' could not be loaded." ; 539 Text [ en-US ] = "The additional driver class path is '$classpath$'." ;
|
| H A D | conn_log_res.src | 27 // = log messages for the JDBC driver 77 Text = "c$1$: attempting to load driver class $2$"; 92 Text = "c$1$: JDBC driver did not provide a JDBC connection";
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | ConnectionPage.src | 115 Text [ en-US ] = "~JDBC driver class" ; 168 Text [ en-US ] = "The JDBC driver was loaded successfully." ; 173 Text [ en-US ] = "The JDBC driver could not be loaded." ;
|
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | tabletree.src | 52 Text [ en-US ] = "Cannot connect to the SDBC driver manager (#servicename#)."; 57 Text [ en-US ] = "A driver is not registered for the URL #connurl#.";
|
| /trunk/main/offapi/com/sun/star/sdbcx/ |
| H A D | XDropCatalog.idl | 47 should be checked by the driver. 56 driver specific information
|