Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 158) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl48 /** 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
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
100 Possible property value names are when supported by the driver:
129 <TRUE/> if this driver can connect to the given URL.
162 this driver's major version number
[all …]
H A DXParameters.idl108 a SDBC driver does not need the type code or type name information,
143 /** sets the designated parameter to a byte value. The driver converts this
167 /** sets the designated parameter to a long value. The driver converts this
217 size relative to the driver's limits on VARCHARs) when it sends
231 argument's size relative to the driver's limits on VARBINARYs)
244 /** sets the designated parameter to a date value. The driver converts this
270 /** sets the designated parameter to a datetime value. The driver
330 the SDBC driver should call its method <code>writeSQL</code> to write it
333 Clob, Struct, or Array, the driver should pass it to the database as a
357 the SDBC driver should call its method <code>writeSQL</code> to write it
[all …]
H A DXDriverManager.idl53 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 DDriver.idl31 /** 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 DXSQLInput.idl63 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 DDriverPropertyInfo.idl29 /** 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 DStatement.idl76 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 DXConnection.idl116 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 DXSQLData.idl47 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 DRowSet.idl61 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 DXResultSet.idl116 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
/trunk/main/connectivity/source/inc/resource/
H A Dconn_shared_res.hrc28 // = 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 DDocAnalysisRunMacro.vbs70 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 Dpadialog.src628 Text [ en-US ] = "Please select the driver directory." ;
692 Text [ en-US ] = "Do you really want to remove the driver \"%s\"?" ;
805 Text [ en-US ] = "Choose a driver" ;
811 Text [ en-US ] = "Please select a s~uitable driver." ;
837 Text [ en-US ] = "Delete driver" ;
1063 Text [ en-US ] = "Choose a driver" ;
1077 Text [ en-US ] = "T~he default driver" ;
1096 Text [ en-US ] = "Choose a driver" ;
1103 Text [ en-US ] = "Use the following driver for this PDF converter" ;
1110 Text [ en-US ] = "T~he default driver" ;
[all …]
/trunk/main/dbaccess/source/core/resource/
H A Dstrings.src49 …nal data source could not be established. An unknown error occurred. The driver is probably defect…
54 …connection to the external data source could not be established. No SDBC driver was found for the …
59 …onnection to the external data source could not be established. The SDBC driver manager could not …
134 Text [ en-US ] = "The driver does not support this function.";
162 Text [ en-US ] = "The driver does not support table renaming.";
166 Text [ en-US ] = "The driver does not support the modification of column descriptions.";
170 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing …
174 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing …
281 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 DJavaSQLConnection.java67 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 DCommandLineTools.java46 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 DREADME7 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 Dpsprint.conf35 ; 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 Dconn_shared_res.src36 // = the mozab driver's resource strings
116 Text [ en-US ] = "The driver does not support the 'COUNT' function." ;
121 Text [ en-US ] = "This statement type not supported by this database driver." ;
249 Text [ en-US ] = "The driver does not support the function '$functionname$'." ;
253 …Text [ en-US ] = "The driver does not support the functionality for '$featurename$'. It is not imp…
326 // = the ado driver's resource strings
531 Text [ en-US ] = "The driver class '$classname$' could not be loaded." ;
548 Text [ en-US ] = "The additional driver class path is '$classpath$'." ;
H A Dconn_log_res.src27 // = 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/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DHow_to_write_my_own_driver.txt22 How to write my own sdbc driver
27 1. Implement a class called driver or modify the existing skeleton -> have a look at SDriver.?xx
46 8. congratulations you have now implement your own driver :-)
/trunk/main/connectivity/workben/skeleton/
H A Dhow_to_write_a_driver.txt22 How to write my own sdbc driver
32 1. Implement a class called driver or modify the existing skeleton -> have a look at SDriver.?xx
72 10. congratulations you have now implement your own driver :-)
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionPage.src118 Text [ en-US ] = "~JDBC driver class" ;
171 Text [ en-US ] = "The JDBC driver was loaded successfully." ;
176 Text [ en-US ] = "The JDBC driver could not be loaded." ;
/trunk/main/mysqlc/source/description/
H A Ddescription_en-US.txt1 …QL database driver. It is faster, seamless integrated, easier to administrate and there is no need…

Completed in 54 milliseconds

1234567