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

9 lines
126 B
Go
Raw Normal View History

package sqlstmt
// WithStmt WITH 语句
type WithStmt struct {
Base
}
func (*WithStmt) StmtKind() Kind { return KindWith }