Added R methods and their c counterparts for connection and database management

This commit is contained in:
2020-10-02 13:12:03 +01:00
parent 91013ea064
commit 907d848791
19 changed files with 847 additions and 28 deletions

View File

@@ -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_")