mirror of https://github.com/jackc/pgx.git
Remove unused struct
parent
6caca15a91
commit
e22c023d8a
5
conn.go
5
conn.go
|
@ -69,11 +69,6 @@ type PreparedStatement struct {
|
|||
ParameterOIDs []pgtype.OID
|
||||
}
|
||||
|
||||
// PrepareExOptions is an option struct that can be passed to PrepareEx
|
||||
type PrepareExOptions struct {
|
||||
ParameterOIDs []pgtype.OID
|
||||
}
|
||||
|
||||
// Identifier a PostgreSQL identifier or name. Identifiers can be composed of
|
||||
// multiple parts such as ["schema", "table"] or ["table", "column"].
|
||||
type Identifier []string
|
||||
|
|
Loading…
Reference in New Issue