Fred Krone created GEODE-3990:
---------------------------------

             Summary: Alter JDBC mapping
                 Key: GEODE-3990
                 URL: https://issues.apache.org/jira/browse/GEODE-3990
             Project: Geode
          Issue Type: Sub-task
          Components: regions
            Reporter: Fred Krone


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