30 lines
646 B
Plaintext
30 lines
646 B
Plaintext
# 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_create)
|
|
export(modb_destroy)
|
|
export(modb_disconnect)
|
|
export(modb_exists)
|
|
export(modb_use)
|
|
useDynLib(rmodb, .registration = TRUE, .fixes = "c_")
|