Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { Type OperationType Table string }
type OperationType ¶
type OperationType string
const ( SelectType OperationType = "select" InsertType OperationType = "insert" UpdateType OperationType = "update" DeleteType OperationType = "delete" CallType OperationType = "call" ExecType OperationType = "exec" ExecuteType OperationType = "execute" UpsertType OperationType = "upsert" )
func (OperationType) String ¶
func (o OperationType) String() string
func (OperationType) TablePrefix ¶
func (o OperationType) TablePrefix() string
Click to show internal directories.
Click to hide internal directories.