Feedback
Did this article resolve your question/issue?

   

Article

Alternative for refresh statement with the Connect for JDBC Cassandra driver

Information

 
TitleAlternative for refresh statement with the Connect for JDBC Cassandra driver
URL Namealternative-for-refresh-statement-with-the-connect-for-jdbc-cassandra-driver
Article Number000119471
EnvironmentProduct: Connect for JDBC Cassandra driver
Version: 6.0
O/S: All Supported
Database: Cassandra
Application: N/A
Question/Problem Description

Alternative for refresh statement with the Connect for JDBC Cassandra driver.
How to refresh the local map files when refresh statement cannot be used on an active connection.
 

Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
It is possible to configure the driver to refresh the local map files upon connection using the "CreateMap" connection option.  The details of this connection option are below.  For more details, please see the Connect for JDBC Driver User's Guide.

CreateMap

Purpose
Determines whether the driver creates the internal files required for a relational view of the native data when establishing a connection.

Valid Values
forceNew | no | notExist

Behavior
- If set to forceNew, the driver deletes the group of internal files specified by SchemaMap and creates a new group of these files at the same location.
- If set to no, the driver uses the current group of internal files specified by SchemaMap. If the files do not exist, the connection fails.
- If set to notExist, the driver uses the current group of internal files specified by SchemaMap. If the files do not exist, the driver creates them.

Notes
*The internal files share the same directory as the schema map's configuration file. This directory is specified with the SchemaMap connection property.
*You can refresh the internal files related to an existing relational view of your data with the SQL extension Refresh Map. Refresh Map runs a discovery against your native data and updates your internal files accordingly.
*CreateMap was formerly CreateDB.

Data Source Method
setCreateMap

Default
notExist

Data Type
String
 
Workaround
Notes
Last Modified Date12/9/2019 7:40 PM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.