未验证 提交 a81d2424 编写于 作者: P Phodal Huang

feat: ad basic sql parser

上级 5b6dbedb
......@@ -13,6 +13,14 @@ func NewSqlIdentifierListener() *SqlIdentifierListener {
return &SqlIdentifierListener{}
}
func (s *SqlIdentifierListener) EnterCompound_select_stmt(ctx *Compound_select_stmtContext) {
func (s *SqlIdentifierListener) EnterSelect_stmt(ctx *Select_stmtContext) {
}
func (s *SqlIdentifierListener) EnterSelect_or_values(ctx *Select_or_valuesContext) {
}
func (s *SqlIdentifierListener) EnterSelect_core(ctx *Select_coreContext) {
fmt.Println(ctx.GetText())
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册