The JDBC Client

The JDBC driver uses the following class:

org.pentaho.di.core.jdbc.ThinDriver  (Note: This is the class for Pentaho version 5.4.x or earlier.)

The URL is in the following format:

jdbc:pdi://hostname:port/kettle?option=value&option=value

For Carte, this is an example:

jdbc:pdi://localhost:8084/kettle?debugtrans=/tmp/jdbc.ktr

For the Data Integration server:

jdbc:pdi://localhost:9080/kettle?webappname=pentaho-di

this example is for a the carte configuration file shown above.
The following standard options are available:

Parameters for the service transformation can be set with the following format:  PARAMETER_name=value (so with the option name prepended with "PARAMETER_")

SQL Support

Support for the SQL is minimal at the moment.

The following things are supported, please consider everything else unsupported:

Literals: 

Limitations

Besides the obviously plentiful limitations in the support for the SQL standard, there are a few noteworthy things to note: