blob: 89c78271c562cc79e2372a95a17bd9e7fdc64635 [file] [log] [blame]
pkg public, type PreparedStatement interface { Close, Exec, Handle }
pkg public, type PreparedStatement interface, Close()
pkg public, type PreparedStatement interface, Exec(...*vom.RawBytes) ([]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)