blob: c52278221f86c5826f0c81fb3e6b7b471a3b5f8d [file] [log] [blame]
pkg public, type PreparedStatement interface { Close, Exec, Handle }
pkg public, type PreparedStatement interface, Close()
pkg public, type PreparedStatement interface, Exec(...*vdl.Value) ([]string, syncql.ResultStream, error)
pkg public, type PreparedStatement interface, Handle() int64
pkg public, type QueryEngine interface { Exec, GetPreparedStatement, PrepareStatement }
pkg public, type QueryEngine interface, Exec(string) ([]string, syncql.ResultStream, error)
pkg public, type QueryEngine interface, GetPreparedStatement(int64) (PreparedStatement, error)
pkg public, type QueryEngine interface, PrepareStatement(string) (PreparedStatement, error)