Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { *postgresql.Server Store }
Server represents a test server.
func NewServerWithStore ¶
NewServerWithStore returns a test server instance with the specified store.
func (*Server) Authenticate ¶
Authenticate authenticates the connection with the startup message.
func (*Server) ParserError ¶ added in v1.1.0
ParserError handles a parser error.
type Store ¶
type Store interface { postgresql.QueryExecutor }
Store should support only DMOExecutor methods.
Click to show internal directories.
Click to hide internal directories.