Petals-BC-SQL 1.2.X

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (15)

View Page History
{include:0 CDK SU Provide Configuration}
\\
{center*}Configuration {center}*Configuration of a Service Unit to provide a service (SQL)*{center}

{table-plus}

|| Parameter || Description || Default value || Required ||
| url | The JDBC URL of the target database |{center}\-{center}|{center}Yes{center}|
| url | The JDBC URL of the target database |{center}\-{center}{center}Yes{center}| driver | The JDBC Driver class name. The JDBC library must be accessible via a JBI Shared Library. \\
If not set, the driver is automatically resolved for: mysql,oracle,hsql,sqlserver,derby,postgresql,db2,sybase. |{center}automatic{center}|{center}No{center}|
| user | The database user. |{center}\-{center}|{center}Yes{center}|
| password | The database password. |{center}\-{center}|{center}Yes{center}|
| maxActive | The maximum number of active connections that can be allocated from the database connection pool at the same time. \\
Negative for no limit. |{center}8{center}|{center}No{center}|
If not set, the driver is automatically resolved for: mysql,oracle,hsql,sqlserver,derby,postgresql,db2,sybase. |{center}automatic{center}{center}No{center}| user | The database user. |{center}\-{center}{center}Yes{center}| password | The database password. |{center}\-{center}{center}Yes{center}| maxActive | The maximum number of active connections that can be allocated from the database connection pool at the same time. \\
| Negative for no limit. |{center}8{center}{center}No{center}| maxIdle | The maximum number of connections that can remain idle in the database connection pool, without extra ones being released. \\
Negative for no limit. |{center}8{center}|{center}No{center}|
| Negative for no limit. |{center}8{center}{center}No{center}| minIdle | The minimum number of connections that can remain idle in the the database connection pool, without extra ones being created. \\
Zero to create none. |{center}0{center}|{center}No{center}|
| Zero to create none. |{center}0{center}{center}No{center}| maxWait | The maximum amount of milliseconds that the pool will wait for a connection to be returned before throwing an exception (when there are no available connections). \\
\-1 to wait indefinitely. |{center}\-1{center}|{center}No{center}|
| \-1 to wait indefinitely. |{center}\-1{center}{center}No{center}| timeBetweenEvictionRunsMillis | The number of milliseconds to sleep between runs of the idle object evictor thread. \\
When non-positive, no idle object evictor thread will be run. |{center}\-1{center}|{center}No{center}|
| metadata | If true, When the 'select' operation is used, the response contains metadata on result elements(Row type,index...). |{center}false{center}|{center}No{center}|{table-plus}
When non-positive, no idle object evictor thread will be run. |{center}\-1{center}{center}No{center}| metadata | If true, When the 'select' operation is used, the response contains metadata on result elements(Row type,index...). |{center}false{center}{center}No{center}|

{table-plus}

h3. Service Unit descriptor