package advsql type ScanFunc func(args ...interface{}) error type ExecFunc func(args ...interface{}) error