Interface WithOperable

All Known Subinterfaces:
With
All Known Implementing Classes:
With.Default

public interface WithOperable
with操作, CTE
Author:
Maning
  • Method Summary

    Modifier and Type
    Method
    Description
    with(String name, String... columns)
    CTE表达式
  • Method Details

    • with

      WithAsOperable with(String name, String... columns)
      CTE表达式
      Parameters:
      name - 名称
      columns - 列别名
      Returns:
      CTE as 操作