Documentation
¶
Index ¶
- func AlterTableTo(stmt *xast.AlterTableStmt) *xlight.AlterTableStmt
- func CreateIndexTo(stmt *xast.CreateIndexStmt) *xlight.CreateIndexStmt
- func CreateTableTo(stmt *xast.CreateTableStmt) *xlight.CreateTableStmt
- func CreateViewTo(stmt *xast.CreateViewStmt) *xlight.CreateViewStmt
- func DeleteTo(stmt *xast.DeleteStmt) *xlight.DeleteStmt
- func DropIndexTo(stmt *xast.DropIndexStmt) *xlight.DropIndexStmt
- func InsertTo(stmt *xast.InsertStmt) *xlight.InsertStmt
- func Proto2SQL(pb *xlight.QueryStmt) string
- func QueryTo(stmt *xast.QueryStmt) *xlight.QueryStmt
- func SQL2Proto(str string) (*xlight.QueryStmt, error)
- func UpdateTo(stmt *xast.UpdateStmt) *xlight.UpdateStmt
- func XAlterTableTo(stmt *xlight.AlterTableStmt) *xast.AlterTableStmt
- func XCreateIndexTo(stmt *xlight.CreateIndexStmt) *xast.CreateIndexStmt
- func XCreateTableTo(stmt *xlight.CreateTableStmt) *xast.CreateTableStmt
- func XCreateViewTo(stmt *xlight.CreateViewStmt) *xast.CreateViewStmt
- func XDeleteTo(stmt *xlight.DeleteStmt) *xast.DeleteStmt
- func XDropIndexTo(stmt *xlight.DropIndexStmt) *xast.DropIndexStmt
- func XInsertTo(stmt *xlight.InsertStmt) *xast.InsertStmt
- func XQueryTo(stmt *xlight.QueryStmt) *xast.QueryStmt
- func XUpdateTo(stmt *xlight.UpdateStmt) *xast.UpdateStmt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlterTableTo ¶ added in v0.2.2
func AlterTableTo(stmt *xast.AlterTableStmt) *xlight.AlterTableStmt
func CreateIndexTo ¶ added in v0.2.2
func CreateIndexTo(stmt *xast.CreateIndexStmt) *xlight.CreateIndexStmt
func CreateTableTo ¶ added in v0.2.2
func CreateTableTo(stmt *xast.CreateTableStmt) *xlight.CreateTableStmt
func CreateViewTo ¶ added in v0.2.2
func CreateViewTo(stmt *xast.CreateViewStmt) *xlight.CreateViewStmt
func DeleteTo ¶ added in v0.2.2
func DeleteTo(stmt *xast.DeleteStmt) *xlight.DeleteStmt
func DropIndexTo ¶ added in v0.2.2
func DropIndexTo(stmt *xast.DropIndexStmt) *xlight.DropIndexStmt
func InsertTo ¶ added in v0.2.2
func InsertTo(stmt *xast.InsertStmt) *xlight.InsertStmt
func UpdateTo ¶ added in v0.2.2
func UpdateTo(stmt *xast.UpdateStmt) *xlight.UpdateStmt
func XAlterTableTo ¶ added in v0.2.2
func XAlterTableTo(stmt *xlight.AlterTableStmt) *xast.AlterTableStmt
func XCreateIndexTo ¶ added in v0.2.2
func XCreateIndexTo(stmt *xlight.CreateIndexStmt) *xast.CreateIndexStmt
func XCreateTableTo ¶ added in v0.2.2
func XCreateTableTo(stmt *xlight.CreateTableStmt) *xast.CreateTableStmt
func XCreateViewTo ¶ added in v0.2.2
func XCreateViewTo(stmt *xlight.CreateViewStmt) *xast.CreateViewStmt
func XDeleteTo ¶ added in v0.2.2
func XDeleteTo(stmt *xlight.DeleteStmt) *xast.DeleteStmt
func XDropIndexTo ¶ added in v0.2.2
func XDropIndexTo(stmt *xlight.DropIndexStmt) *xast.DropIndexStmt
func XInsertTo ¶ added in v0.2.2
func XInsertTo(stmt *xlight.InsertStmt) *xast.InsertStmt
func XUpdateTo ¶ added in v0.2.2
func XUpdateTo(stmt *xlight.UpdateStmt) *xast.UpdateStmt
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.