Package | Description |
---|---|
org.tinygroup.tinysqldsl.base | |
org.tinygroup.tinysqldsl.expression | |
org.tinygroup.tinysqldsl.selectitem |
Modifier and Type | Class and Description |
---|---|
class |
Column
列
|
Modifier and Type | Class and Description |
---|---|
class |
Function
A function as MAX,COUNT...
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectItem
Anything between "SELECT" and "FROM"
|
Modifier and Type | Class and Description |
---|---|
class |
AllColumns
All the columns (as in "SELECT * FROM ...")
|
class |
AllTableColumns |
class |
CustomSelectItem
格式化的selectItem
|
class |
Distinct
A DISTINCT [(expression, ...)] clause
|
class |
FragmentSelectItemSql
select 与 from 之间的特殊化sql片段
|
class |
SelectExpressionItem
An expression as in "SELECT expr1 AS EXPR"
|
class |
Top
A top clause in the form [TOP (row_count) or TOP row_count]
|
Copyright © 2006–2018 TinyGroup. All rights reserved.