DBitArray is the BIT/VARBIT Datum.
| 450 | |
| 451 | // DBitArray is the BIT/VARBIT Datum. |
| 452 | type DBitArray struct { |
| 453 | bitarray.BitArray |
| 454 | } |
| 455 | |
| 456 | // ParseDBitArray parses a string representation of binary digits. |
| 457 | func ParseDBitArray(s string) (*DBitArray, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected