Petals-BC-SQL 1.7.0+

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

Changes (14)

View Page History


|| Parameter || Description || Default || Required || Support placeholders ||
| url | The JDBC URL of the target database | {center}\-{center} | {center}Yes{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} | {center}Yes{center} |
| user | The database user. | {center}\-{center} | {center}Yes{center} | {center}Yes{center} |
| password | The database password. | {center}\-{center} | {center}Yes{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} | {center}Yes{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} | {center}Yes{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} | {center}Yes{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} | {center}Yes{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} | {center}Yes{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} | {center}false{center} |
| storeProcedure | Define the stored procedure that you want to register at the deployment of the SU and the unregister at the undeployment. The database user must have the proper rights to register this procedure. | {center}-{center} | {center}No{center} | {center}false{center} |
| storedProcedureSignature | Define the stored procedure signature that you want to invoke with this SU. | {center}-{center} | {center}No{center} | {center}false{center} |
| ctrl-characters-replacement | A flag to enable the replacement of control characters (Unicode: 0x01 to 0x1f except whitespace 0x09, 0x0a, 0x0d) existing in data returned by database, to return a valid XML response. | {center}false{center} | {center}No{center} | {center}false{center} |
{table-plus}