CSV

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertToInt64

func ConvertToInt64(input string) int64

func Init

func Init()

func Reload

func Reload()

Types

type BaseManager

type BaseManager struct {
}

type CF_LanguageCode

type CF_LanguageCode struct {
	BaseManager
	// contains filtered or unexported fields
}
var (
	CSV_LanguageCode *CF_LanguageCode
)

func (*CF_LanguageCode) ContainsID

func (this *CF_LanguageCode) ContainsID(id int64) bool

func (*CF_LanguageCode) GetEntryPtr

func (this *CF_LanguageCode) GetEntryPtr(id int64) *CF_LanguageCode_DataEntry

func (*CF_LanguageCode) GetIDList

func (this *CF_LanguageCode) GetIDList() []int64

func (*CF_LanguageCode) GetLanguageIDByBaiduCode

func (this *CF_LanguageCode) GetLanguageIDByBaiduCode(baiduCode string) (error, int64)

func (*CF_LanguageCode) GetLanguageIDByGoogleCode

func (this *CF_LanguageCode) GetLanguageIDByGoogleCode(googleCode string) (error, int64)

func (*CF_LanguageCode) Init

func (this *CF_LanguageCode) Init()

type CF_LanguageCode_DataEntry

type CF_LanguageCode_DataEntry struct {
	ID           int64
	Name         string
	LanguageCode string
	CurrencySign string
	BaiduCode    string
	LanguageName string
	Remark       string
}

type Conn

type Conn struct {
	// contains filtered or unexported fields
}

func (*Conn) Close

func (this *Conn) Close()

func (*Conn) Connect

func (this *Conn) Connect() bool

func (*Conn) Query

func (this *Conn) Query(sql string, args ...interface{}) ([]map[string]string, bool)

func (*Conn) QueryStringOne

func (this *Conn) QueryStringOne(sql string, args ...interface{}) (string, bool)

Jump to

Keyboard shortcuts

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