Numeric represents non-fractional SQL number.
| 43 | |
| 44 | // Numeric represents non-fractional SQL number. |
| 45 | type Numeric []byte |
| 46 | |
| 47 | // Fractional represents fractional types like float and decimal |
| 48 | // It's functionally equivalent to Numeric other than how it's constructed |
no outgoing calls
no test coverage detected