neurodb_dart_driver library

Classes

ColVal
The value of neurodb. neurodb 的字段值。
The link entity of neurodb. neurodb 的关系实体。
NeuroDBDriver
The driver of neurodb. neurodb 的dart驱动。
Node
The node entity of neurodb. neurodb 的节点实体。
RecordSet
The result set of neurodb. neurodb 的结果集。
ResultSet
The result of neurodb. neurodb 的结果。
StringCur
Socket stream reader. Socket 流读取器。

Enums

ResultStatus
结果状态码

Constants

NDB_14BITLEN → const int
NDB_32BITLEN → const int
NDB_6BITLEN → const int
NDB_ENCVAL → const int
NEURODB_EOF → const int
NEURODB_EXIST → const int
NEURODB_NIL → const int
NEURODB_NODES → const int
NEURODB_RECORD → const int
NEURODB_RECORDS → const int
NEURODB_RETURNDATA → const int
NEURODB_SELECTDB → const int
VO_NODE → const int
VO_NUM → const int
VO_NUM_ARRY → const int
VO_PATH → const int
VO_STRING → const int
VO_STRING_ARRY → const int
VO_VAR → const int
VO_VAR_PATTERN → const int

Functions

readLine(List<int> bts) String?
Read a string from bts. It seems that strings split by '\n' in bts. 从 bts 中读取一个字符串。看起来像 bts 中的字符串以 '\n' 分隔。