package mssql
import "github.com/jinzhu/gorm/dialects/mssql"
Index ¶
Types ¶
type JSON ¶
type JSON struct { json.RawMessage }
JSON type to support easy handling of JSON data in character table fields using golang json.RawMessage for deferred decoding/encoding
func (*JSON) Scan ¶
Scan scan value into JSON
func (JSON) Value ¶
Value get value of JSON
Source Files ¶
- Version
- v1.9.16 (latest)
- Published
- Aug 13, 2020
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 3 days ago –
Tools for package owners.