rows

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// RowsScanChannel fill in rows to v
	RowsScanChannel = origin.RowsScanChannel

	// RowsScanBytes fill in rows to v
	RowsScanBytes = origin.RowsScanBytes

	// RowsScan v should be a pointer type.
	// Support type:
	// Base Type
	// struct
	// *struct
	// map[string]string
	// *map[string]string
	// map[string][]byte
	// *map[string][]byte
	// List type:
	// []
	// [len]
	// Example:
	// [100]map[string]string   Get 100 lines to map
	// map[string]string        Get 1 lines to map
	// []*struct                All to *struct
	// *[100]struct             Get 100 lines to struct
	//
	// var ret [100]map[string]string
	// DataScan(key, data, &ret)
	RowsScan = origin.RowsScan

	// RowsLimitChannel
	// if limit >= 0 Read maximum rows limit
	// else < 0 Not limited
	RowsLimitChannel = origin.RowsLimitChannel

	// RowsLimitBytes
	// if limit >= 0 Read maximum rows limit
	// else < 0 Not limited
	RowsLimitBytes = origin.RowsLimitBytes

	// MakeFieldName returns a function that gets the value of a field
	MakeFieldName = origin.MakeFieldName

	// DataScanChannel fill in key and data to v
	DataScanChannel = origin.DataScanChannel

	// DataScanBytes fill in key and data to v
	DataScanBytes = origin.DataScanBytes

	// ConvertAssign copies to dest the value in src, converting it if possible.
	// An error is returned if the copy would result in loss of information.
	// dest should be a pointer type.
	ConvertAssign = origin.ConvertAssign
)

function

View Source
var (
	MaxForkSize = origin.MaxForkSize

	MaxBuffer = origin.MaxBuffer

	MakeSliceCap = origin.MakeSliceCap

	ErrPointerNil = origin.ErrPointerNil

	ErrNotPointer = origin.ErrNotPointer

	ErrInvalidType = origin.ErrInvalidType
)

value

Functions

This section is empty.

Types

type Rows

type Rows = origin.Rows

Rows Handle multiline interfaces

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL