types

package
v0.0.0-...-4d2ef29 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	T_any = iota
	T_int
	T_null
	T_bool
	T_time
	T_float
	T_array
	T_table
	T_string
)

Variables

View Source
var (
	Any = &T{T_any}

	Null = &T{T_null}

	Bool = &T{T_bool}

	Array = &T{T_array}

	Table = &T{T_table}

	String = &T{T_string}

	Int = &T{T_int}

	Time = &T{T_time}

	Float = &T{T_float}
)

Functions

This section is empty.

Types

type T

type T struct {
	Oid int32
}

func (*T) SQLString

func (t *T) SQLString() string

func (*T) String

func (t *T) String() string

Jump to

Keyboard shortcuts

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