Added R methods and their c counterparts for connection and database management
This commit is contained in:
23
NAMESPACE
23
NAMESPACE
@@ -1,2 +1,25 @@
|
||||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
export(TYPE_BLOB)
|
||||
export(TYPE_BOOL)
|
||||
export(TYPE_DOUBLE)
|
||||
export(TYPE_FLOAT)
|
||||
export(TYPE_INT16)
|
||||
export(TYPE_INT32)
|
||||
export(TYPE_INT64)
|
||||
export(TYPE_INT8)
|
||||
export(TYPE_RAW)
|
||||
export(TYPE_STRING)
|
||||
export(TYPE_TIMESTAMP)
|
||||
export(TYPE_UINT16)
|
||||
export(TYPE_UINT32)
|
||||
export(TYPE_UINT64)
|
||||
export(TYPE_UINT8)
|
||||
export(modb_conn_ref)
|
||||
export(modb_connect)
|
||||
export(modb_connectionExists)
|
||||
export(modb_connectionId)
|
||||
export(modb_connectionInfo)
|
||||
export(modb_connectionName)
|
||||
export(modb_disconnect)
|
||||
useDynLib(rmodb, .registration = TRUE, .fixes = "c_")
|
||||
|
||||
Reference in New Issue
Block a user