Documentation ¶
Index ¶
Constants ¶
View Source
const (
DEFAULT_READ_SIZE = 8192
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Executor ¶
type Executor struct { EmitSuccess bool ExecSuccess bool ParseCount int64 ExecCount int64 // contains filtered or unexported fields }
func NewExecutor ¶
func NewExecutor(ec *config.ExecuteConfig, dbc *config.DBConfig) *Executor
type SqlContext ¶
func NewSqlContext ¶
func NewSqlContext(sql string, tag int64) *SqlContext
Click to show internal directories.
Click to hide internal directories.