#' @export
#' @rdname DBI-classes
setClass("NetezzaSQL", contains = "OdbcConnection")
#' @export
#' @rdname odbcDataType
#' @usage NULL
setMethod("odbcDataType", "NetezzaSQL",
function(con, obj, ...) {
switch_type(
obj,
character = varchar(obj),
logical = "BOOL",
callNextMethod(con, obj, ...)
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.