Drill {sergeant} | R Documentation |
Drill
Connect to Drill
Drill()
## S4 method for signature 'DrillDriver'
dbConnect(
drv,
host = "localhost",
port = 8047L,
ssl = FALSE,
username = NULL,
password = NULL,
...
)
drv |
An object created by |
host |
host |
port |
port |
ssl |
use ssl? |
username , password |
credentials |
... |
Extra optional parameters |
Other Drill REST DBI API:
DrillConnection-class
,
DrillDriver-class
,
DrillResult-class
,
dbDataType,DrillConnection-method
,
dbUnloadDriver,DrillDriver-method
Other Drill REST DBI API:
DrillConnection-class
,
DrillDriver-class
,
DrillResult-class
,
dbDataType,DrillConnection-method
,
dbUnloadDriver,DrillDriver-method