Skip to contents

Package options

Package options

options(scidb.prefix=NULL)

# Default shim port and host.

options(scidb.default_shim_port=8080L)

options(scidb.default_shim_host="localhost")

# Disable SSL certificate host name checking by default. This is important mostly # for Amazon EC2 where hostnames rarely match their DNS names. If you enable this # then the shim SSL certificate CN entry *must* match the server host name for the # encrypted session to work. Set this TRUE for stronger security (help avoid MTM) # in SSL connections.

options(scidb.verifyhost=FALSE)

# List of special DDL operators

options(scidb.ddl=c("create_array", "remove", "rename"))

See also

Author

Maintainer: Paradigm4 Inc. support@paradigm4.com [copyright holder]