mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-19 09:25:19 +08:00
refactor: 移除antlr4减小包体积&ai助手优化
This commit is contained in:
8
server/internal/db/dbm/sqlparser/sqlstmt/other.go
Normal file
8
server/internal/db/dbm/sqlparser/sqlstmt/other.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package sqlstmt
|
||||
|
||||
// OtherStmt 其他语句
|
||||
type OtherStmt struct {
|
||||
Base
|
||||
}
|
||||
|
||||
func (*OtherStmt) StmtKind() Kind { return KindOther }
|
||||
Reference in New Issue
Block a user