[ 
https://issues.apache.org/jira/browse/GEODE-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-3824:
-----------------------------
    Description: 
Need to be able to configure establish a JDBC connection via GFSH and reference 
it when tying a region to a DB via PDX-JDBC.

{noformat}
NAME
    create jdbc-connection
SYNOPSIS
    Create a connection for communicating with a database through JDBC.
SYNTAX
    create jdbc-connection --name=value --url=value [--user=value] 
[--password=value] [--params=key:value[,key:value...]]
PARAMETERS
    name
        Name of the connection to be created.
        Required: true
    url
        URL location for the database.
        Required: true
    user
        User name to use when connecting to database.
        Required: false
    password
        Password to use when connecting to database.
        Required: false
    params
        Additional parameters to use when connecting to database.
        Required: false
{noformat}

  was:
Need to be able to configure establish a JDBC connection via GFSH and reference 
it when tying a region to a DB via PDX-JDBC.

{noformat}
NAME
    create jdbc-connection
SYNOPSIS
    Create a connection for communicating with a database through JDBC.
SYNTAX
    create jdbc-connection --name=value --url=value [--user=value] 
[--password=value] [--params=key:value[,key:value...]]
PARAMETERS
    name
        Name of the connection to be created.
        Required: true
    url
        Url location for the database.
        Required: true
    user
        User name to use when connecting to database.
        Required: false
    password
        Password to use when connecting to database.
        Required: false
    Params
        Set of additional parameters to use when connecting to database. No 
parameters are yet supported
        Required: false
{noformat}


> Implement create jdbc-connection command
> ----------------------------------------
>
>                 Key: GEODE-3824
>                 URL: https://issues.apache.org/jira/browse/GEODE-3824
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, regions
>            Reporter: Fred Krone
>            Assignee: Nick Reich
>
> Need to be able to configure establish a JDBC connection via GFSH and 
> reference it when tying a region to a DB via PDX-JDBC.
> {noformat}
> NAME
>     create jdbc-connection
> SYNOPSIS
>     Create a connection for communicating with a database through JDBC.
> SYNTAX
>     create jdbc-connection --name=value --url=value [--user=value] 
> [--password=value] [--params=key:value[,key:value...]]
> PARAMETERS
>     name
>         Name of the connection to be created.
>         Required: true
>     url
>         URL location for the database.
>         Required: true
>     user
>         User name to use when connecting to database.
>         Required: false
>     password
>         Password to use when connecting to database.
>         Required: false
>     params
>         Additional parameters to use when connecting to database.
>         Required: false
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to