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

func (j *JSON) Scan(value interface{}) error

Scan scan value into JSON

func (JSON) Value

func (j JSON) Value() (driver.Value, error)

Value get value of JSON

Source Files

mssql.go

Version
v1.9.16 (latest)
Published
Aug 13, 2020
Platform
linux/amd64
Imports
10 packages
Last checked
3 days ago

Tools for package owners.