func github.com/jackc/pgtype.DatabaseSQLValue

2 uses

	github.com/jackc/pgtype (current package)
		database_sql.go#L8: func DatabaseSQLValue(ci *ConnInfo, src Value) (interface{}, error) {
		pgtype.go#L545: 	sqlSrc, err := DatabaseSQLValue(ci, dt.Value)