Documentation ¶
Index ¶
Constants ¶
View Source
const ( //CmdInsert 插入 CmdInsert = 1 //CmdSelect 查询 CmdSelect = 2 //CmdUpdate 更新 CmdUpdate = 3 //CmdDelete 删除 CmdDelete = 4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteCommand ¶
DeleteCommand 删除
Click to show internal directories.
Click to hide internal directories.