Skip to contents

Geoserver REST API OracleNGDataStore

Geoserver REST API OracleNGDataStore

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer OracleNG dataStore

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods

Inherited methods


Method new()

initializes an Oracle NG data store

Usage

GSOracleNGDataStore$new(
  xml = NULL,
  name = NULL,
  description = "",
  enabled = TRUE
)

Arguments

xml

an object of class xml_node-class to create object from XML

name

coverage store name

description

coverage store description

enabled

whether the store should be enabled or not. Default is TRUE


Method clone()

The objects of this class are cloneable with this method.

Usage

GSOracleNGDataStore$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  GSOracleNGDataStore$new(name = "ds", description = "des", enabled = TRUE)
#> <GSOracleNGDataStore>
#> ....|-- name: ds
#> ....|-- enabled: TRUE
#> ....|-- description: des
#> ....|-- type: Oracle NG
#> ....|-- connectionParameters <GSRESTEntrySet>
#> ........|-- entryset
#> ............|-- min connections: 1
#> ............|-- max connections: 10
#> ............|-- fetch size: 1000
#> ............|-- Connection timeout: 20
#> ............|-- Loose bbox: TRUE
#> ............|-- preparedStatements: FALSE
#> ............|-- Max open prepared statements: 50
#> ............|-- Estimated extends: FALSE
#> ............|-- dbtype: oracle