Fractional represents fractional types like float and decimal It's functionally equivalent to Numeric other than how it's constructed
| 47 | // Fractional represents fractional types like float and decimal |
| 48 | // It's functionally equivalent to Numeric other than how it's constructed |
| 49 | type Fractional []byte |
| 50 | |
| 51 | // String represents any SQL type that needs to be represented using quotes. |
| 52 | // If isUtf8 is false, it will be hex encoded so it's safe for exception reporting, etc. |
no outgoing calls
no test coverage detected