Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreparedStatementDescriptor ¶
type PreparedStatementDescriptor struct { NoData bool ParamDesc *pgproto3.ParameterDescription RowDesc *pgproto3.RowDescription }
type PreparedStatementHolder ¶
type PreparedStatementHolder interface { HasPrepareStatement(hash uint64) (bool, *PreparedStatementDescriptor) StorePrepareStatement(hash uint64, d *PreparedStatementDefinition, rd *PreparedStatementDescriptor) }
type PreparedStatementMapper ¶
type PreparedStatementMapper interface { PreparedStatementQueryByName(name string) string PreparedStatementDefinitionByName(name string) *PreparedStatementDefinition PreparedStatementQueryHashByName(name string) uint64 StorePreparedStatement(d *PreparedStatementDefinition) }
Click to show internal directories.
Click to hide internal directories.