Files
mayfly-go/server/internal/db/dbm/sqlparser/sqlstmt/other.go

9 lines
131 B
Go
Raw Normal View History

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