Drill

Connect to Drill

Drill()

# S4 method for DrillDriver
dbConnect(
  drv,
  host = "localhost",
  port = 8047L,
  ssl = FALSE,
  username = NULL,
  password = NULL,
  ...
)

Arguments

drv

An object created by Drill()

host

host

port

port

ssl

use ssl?

username, password

credentials

...

Extra optional parameters

See also