tdClose: tdClose

Description Usage Arguments Value See Also Examples

Description

Closes connection to the Teradata server. If none exists, then does nothing.

Takes either a connection object provided, or looks for one globally.

Usage

1
tdClose(conn = NULL)

Arguments

conn

JDBCConnection Connection object.

Value

An invisible object is returned, indicating success or failure.

See Also

\codetdConn for Teradata connection, td for Teradata queries.

Examples

1
2
3
4
5
6
## NOT RUN ##
## Connect to default data warehouse and data base
# conn = tdConn(<username>, <password>)

## Close connection
# tdClose()

tranlm/tdR documentation built on May 31, 2019, 7:45 p.m.