Numeric represents non-fractional SQL number.
| 38 | |
| 39 | // Numeric represents non-fractional SQL number. |
| 40 | type Numeric []byte |
| 41 | |
| 42 | // Fractional represents fractional types like float and decimal |
| 43 | // It's functionally equivalent to Numeric other than how it's constructed |
no outgoing calls
no test coverage detected