[
https://issues.apache.org/jira/browse/GEODE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund reassigned GEODE-3990:
--------------------------------
Assignee: Kirk Lund
> 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: Kirk Lund
>
> 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)