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.11
Published
Sep 25, 2019
Platform
js/wasm
Imports
10 packages
Last checked
4 hours ago

Tools for package owners.