Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

User

FDJDBC_INP_USER

No

The username that will be used to connect with. This input takes precedence over the Target scoped FDJDBC_USERproperty. This input is required if the FDJDBC_USERproperty is not specified.

Password

FDJDBC_INP_PASSWORD

No

The password for FDJDBC_INP_USER. This input takes precedence over the Target scoped FDJDBC_PASSWORDproperty. This input is required if the FDJDBC_PASSWORDproperty is not specified.

SQL Query

FDJDBC_INP_SQL_QUERY

Yes

The query to execute.

Show DBMS Output

FDJDBC_INP_SHOW_DBMS_OUT

No

Print DBMS Output in the log.  Only supported for Oracle Database. 

  

Outputs

Output Name

Required

Description

FDJDBC_SQL_QUERY_OUT

The returned value from the query.

...