Package | Description |
---|---|
org.tinygroup.tinysqldsl.expression.relational | |
org.tinygroup.tinysqldsl.formitem | |
org.tinygroup.tinysqldsl.insert | |
org.tinygroup.tinysqldsl.operator |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionList
A list of expressions, as in SELECT A FROM TAB WHERE B IN (expr1,expr2,expr3)
|
class |
MultiExpressionList
A list of ExpressionList items.
|
Modifier and Type | Method and Description |
---|---|
ItemsList |
InExpression.getLeftItemsList() |
ItemsList |
InExpression.getRightItemsList() |
Modifier and Type | Method and Description |
---|---|
void |
InExpression.setLeftItemsList(ItemsList leftItemsList) |
void |
InExpression.setRightItemsList(ItemsList rightItemsList) |
Constructor and Description |
---|
InExpression(Expression leftExpression,
ItemsList rightItemsList) |
InExpression(Expression leftExpression,
ItemsList rightItemsList,
boolean not) |
InExpression(ItemsList leftItemsList,
ItemsList rightItemsList) |
InExpression(ItemsList leftItemsList,
ItemsList rightItemsList,
boolean not) |
Modifier and Type | Class and Description |
---|---|
class |
SubSelect
子查询
|
Modifier and Type | Method and Description |
---|---|
ItemsList |
InsertBody.getItemsList() |
Modifier and Type | Method and Description |
---|---|
void |
InsertBody.setItemsList(ItemsList list) |
Modifier and Type | Method and Description |
---|---|
Condition |
SimpleBinaryOperator.inExpression(ItemsList itemsList) |
Condition |
BinaryOperator.inExpression(ItemsList itemsList)
创建基于子查询的in条件
|
Condition |
SimpleBinaryOperator.notInExpression(ItemsList itemsList) |
Condition |
BinaryOperator.notInExpression(ItemsList itemsList) |
Copyright © 2006–2018 TinyGroup. All rights reserved.