[ 
https://issues.apache.org/jira/browse/GEODE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284318#comment-16284318
 ] 

ASF subversion and git services commented on GEODE-3990:
--------------------------------------------------------

Commit c1b041c346f7fef12cdc984a2f3f5853b7593749 in geode's branch 
refs/heads/feature/GEODE-3781 from [~nreich]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c1b041c ]

GEODE-3990: Add gfsh command to alter jdbc region mapping


> Implement alter jdbc-region-mapping command
> -------------------------------------------
>
>                 Key: GEODE-3990
>                 URL: https://issues.apache.org/jira/browse/GEODE-3990
>             Project: Geode
>          Issue Type: Sub-task
>          Components: regions
>            Reporter: Fred Krone
>            Assignee: Nick Reich
>
> SYNTAX
> alter jdbc-mapping --region=value [--data-source=value] 
> [--pdx-name=value][--table=value] [--id=value[,value...]] 
> [--add-field=('name': value, ['column': value,] ['class': value,] ['type': 
> value])] [--remove-field=value]
> PARAMETERS
> data-source
> for JDBC connection.
>       Required: false
> pdx-name
> for GemFire PDX to parse the PDX fields.
> Required: false
> region
> Name/path of the region to be associated with DB table.
> Required: true
> Table 
> to be associated with GemFire region.
> Required: false
> id
> the key in the identification of a GemFire object.
> Required: false
> add-field
> JSON text specifying the mapping from a GemFire PdxInstance field to a DB 
> column.
> Required: false
> remove-field
> Name of existing PdxInstance field to remove
> required: false



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

Reply via email to