entity

package
v1.0.0-...-688904c Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GomaDateTypes

type GomaDateTypes struct {
	ID                  int64      `goma:":pk"`
	TimestampColumns    time.Time  `goma:""`
	NilTimestampColumns *time.Time `goma:""`
}

GomaDateTypes is generated goma_date_types table.

func (*GomaDateTypes) Scan

func (e *GomaDateTypes) Scan(rows *sql.Rows) error

Scan GomaDateTypes all scan

type GomaNumericTypes

type GomaNumericTypes struct {
	ID              int64   `goma:":pk"`
	BoolColumns     bool    `goma:""`
	SmallintColumns int     `goma:""`
	IntColumns      int     `goma:""`
	IntegerColumns  int     `goma:""`
	SerialColumns   int     `goma:""`
	DecimalColumns  string  `goma:""`
	NumericColumns  string  `goma:""`
	FloatColumns    float64 `goma:""`
}

GomaNumericTypes is generated goma_numeric_types table.

func (*GomaNumericTypes) Scan

func (e *GomaNumericTypes) Scan(rows *sql.Rows) error

Scan GomaNumericTypes all scan

type GomaStringTypes

type GomaStringTypes struct {
	ID             int64  `goma:":pk"`
	TextColumns    string `goma:""`
	CharColumns    string `goma:""`
	VarcharColumns string `goma:""`
}

GomaStringTypes is generated goma_string_types table.

func (*GomaStringTypes) Scan

func (e *GomaStringTypes) Scan(rows *sql.Rows) error

Scan GomaStringTypes all scan

Jump to

Keyboard shortcuts

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