dialect

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialect

type Dialect interface {
	ColumnType(name string, size uint64, autoIncrement bool) (typ string, null bool)
	Quote(s string) string
	QuoteString(s string) string
	AutoIncrement() string
}

type MySQL

type MySQL struct {
}

func (*MySQL) AutoIncrement added in v0.1.1

func (d *MySQL) AutoIncrement() string

func (*MySQL) ColumnType

func (d *MySQL) ColumnType(name string, size uint64, autoIncrement bool) (typ string, null bool)

func (*MySQL) Quote

func (d *MySQL) Quote(s string) string

func (*MySQL) QuoteString added in v0.1.1

func (d *MySQL) QuoteString(s string) string

Jump to

Keyboard shortcuts

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