GSOracleNGDataStore: Geoserver REST API OracleNGDataStore

GSOracleNGDataStoreR Documentation

Geoserver REST API OracleNGDataStore

Description

Geoserver REST API OracleNGDataStore

Geoserver REST API OracleNGDataStore

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer OracleNG dataStore

Methods inherited from GSAbstractDBDataStore

setDatabaseType(dbtype)

Sets the database type, here "OracleNG"

setNamespace(namespace)

Sets the datastore namespace

setHost(host)

Sets the database host

setPort(port)

Set the database port

setDatabase(database)

Set the database name

setSchema(schema)

Set the database schema

setUser(user)

Set the database username

setPassword(password)

Set the database password

setJndiReferenceName(jndiReferenceName)

Set a JNDI reference name

setExposePrimaryKeys(exposePrimaryKeys)

Set TRUE if primary keys have to be exposed to datastore, FALSE otherwise.

setMaxConnections(maxConnections)

Set the maximum number of connections. Default is set to 10.

setMinConnections(minConnections)

Set the minimum number of connections. Default is set to 1.

setFetchSize(fetchSize)

Set the fetch size. Default is set to 10.

setConnectionTimeout(seconds)

Set the connection timeout. Default is set to 20s.

setValidateConnections(validateConnections)

Set TRUE if connections have to be validated, FALSE otherwise.

setPrimaryKeyMetadataTable(primaryKeyMetadataTable)

Set the name of the primaryKey metadata table

setLooseBBox(looseBBox)

Set losse bbox parameter.

setPreparedStatements(preparedStatements)

Set prepared statements

setMaxOpenPreparedStatements(maxOpenPreparedStatements)

Set maximum open prepared statements

setEstimatedExtends(estimatedExtends)

Set estimatedExtend parameter

setDefautConnectionParameters()

Set default connection parameters

Methods

new(xml, name, description, enabled)

Instantiates a GSOracleNGDataStore object

Super classes

geosapi::GSRESTResource -> geosapi::GSAbstractStore -> geosapi::GSAbstractDataStore -> geosapi::GSAbstractDBDataStore -> GSOracleNGDataStore

Methods

Public 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 XMLInternalNode-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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

  GSOracleNGDataStore$new(name = "ds", description = "des", enabled = TRUE)


geosapi documentation built on Oct. 4, 2023, 5:06 p.m.