You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2018/02/01 22:52:53 UTC

[jira] [Closed] (GEODE-3990) Implement alter jdbc-region-mapping command

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

Swapnil Bawaskar closed GEODE-3990.
-----------------------------------

> 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
>            Priority: Major
>             Fix For: 1.4.0
>
>
> 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
(v7.6.3#76005)