Files
mayfly-go/server/internal/db/dbm/sqlparser/sqlstmt/other.go
2026-05-08 20:45:13 +08:00

9 lines
131 B
Go

package sqlstmt
// OtherStmt 其他语句
type OtherStmt struct {
Base
}
func (*OtherStmt) StmtKind() Kind { return KindOther }