Remove unused struct

pull/586/head
Jack Christensen 2019-08-24 10:52:28 -05:00
parent 6caca15a91
commit e22c023d8a
1 changed files with 0 additions and 5 deletions

View File

@ -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