Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbEngine ¶
func (*DbEngine) CreateTable ¶
func (engine *DbEngine) CreateTable(command *ast.CreateCommand)
func (*DbEngine) InsertIntoTable ¶
func (engine *DbEngine) InsertIntoTable(command *ast.InsertCommand)
func (*DbEngine) SelectFromTable ¶
func (engine *DbEngine) SelectFromTable(command *ast.SelectCommand) string
Click to show internal directories.
Click to hide internal directories.