package
0.0.0-20191113032148-3606b63ab30f
Repository: https://github.com/phenixchain/devchain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecodeRow from data.
JoinKey 两个left 和 right key 合并成一个key.
NewCount 创建一个计数器.
NewJoinTable 新建一个JoinTable.
NewTable 新建一个表格primary 可以为: auto, 由系统自动创建index 可以为nil.

# Constants

表关联设计指出是 添加 还是 删除 行primary key auto 的del 需要指定 primary key.
表关联设计指出是 添加 还是 删除 行primary key auto 的del 需要指定 primary key.
表关联设计指出是 添加 还是 删除 行primary key auto 的del 需要指定 primary key.
表关联设计指出是 添加 还是 删除 行primary key auto 的del 需要指定 primary key.

# Variables

table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.

# Structs

Count 计数器.
JoinData 由left 和 right 两个数据组成.
JoinMeta left right 合成的一个meta 结构.
JoinTable 是由两个表格组合成的一个表格,自动维护一个联合结构其中主表: LeftTable连接表: RightTable.
Option table 的选项.
Query 列表查询结构.
Row 行操作.
Table 定一个表格, 并且添加 primary key, index key.

# Interfaces

RowMeta 定义行的操作.