跳过导航链接
A C D E F G I L N O P R S T V 

A

AggregationDistinctProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Aggregation distinct projection.
AggregationDistinctProjection(int, int, AggregationType, String, String, String) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationDistinctProjection
 
AggregationProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Aggregation projection.
AggregationProjection() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 

C

ColumnProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Common projection.
ColumnProjection() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
CommonSQLStatementContext - org.apache.shardingsphere.sql.parser.relation.statement.impl中的类
Common SQL statement context.
CommonSQLStatementContext(SQLStatement) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.statement.impl.CommonSQLStatementContext
 
containsColumn(String, String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Judge whether contains column name.
containsTable(String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Judge whether contains table.
createGroupByContext(SelectStatement) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine.GroupByContextEngine
Create group by context.
createOrderBy(SelectStatement, GroupByContext) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine.OrderByContextEngine
Create order by context.
createPaginationContext(LimitSegment, List<Object>) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.LimitPaginationContextEngine
Create pagination context.
createPaginationContext(SelectStatement, ProjectionsContext, List<Object>) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.PaginationContextEngine
Create pagination context.
createPaginationContext(Collection<AndPredicate>, ProjectionsContext, List<Object>) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.RowNumberPaginationContextEngine
Create pagination context.
createPaginationContext(TopSegment, Collection<AndPredicate>, List<Object>) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.TopPaginationContextEngine
Create pagination context.
createProjection(String, SelectItemSegment) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionEngine
Create projection.
createProjectionsContext(String, SelectStatement, GroupByContext, OrderByContext) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionsContextEngine
Create projections context.

D

DerivedColumn - org.apache.shardingsphere.sql.parser.relation.segment.select.projection中的枚举
Derived column alias.
DerivedLiteralExpressionSegment - org.apache.shardingsphere.sql.parser.relation.segment.insert.expression中的类
Derived literal expression segment.
DerivedLiteralExpressionSegment(Object) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.insert.expression.DerivedLiteralExpressionSegment
 
DerivedParameterMarkerExpressionSegment - org.apache.shardingsphere.sql.parser.relation.segment.insert.expression中的类
Derived parameter marker expression segment.
DerivedParameterMarkerExpressionSegment(int) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.insert.expression.DerivedParameterMarkerExpressionSegment
 
DerivedProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Derived projection.
DerivedProjection() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
DerivedSimpleExpressionSegment - org.apache.shardingsphere.sql.parser.relation.segment.insert.expression中的接口
Derived simple expression segment.

E

equals(Object) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem
 
ExpressionProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Expression projection.
ExpressionProjection() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 

F

find(String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Find table via table name or alias.
findAlias(String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Find alias.
findProjectionIndex(String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Find projection index.
findTableName(ColumnSegment, RelationMetas) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Find table name.

G

getActualOffset() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get actual offset.
getActualRowCount() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get actual row count.
getAggregationDistinctProjections() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Get aggregation distinct projections.
getAggregationProjections() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Get aggregation projections.
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getAlias() - 接口 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get alias.
getAlias() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.Table
Get alias.
getAllColumnNames(String) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
Get all column names via table.
getColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
Get column label.
getColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.DerivedProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ExpressionProjection
 
getColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getColumnLabel() - 接口 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get columnLabel.
getDerivedColumnAlias(int) - 枚举 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Get alias of derived column.
getDescendingColumnNames() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
Get column names for descending order.
getDistinctColumnLabel() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationDistinctProjection
Get distinct column label.
getExpression() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.AggregationProjection
 
getExpression() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ColumnProjection
 
getExpression() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
getExpression() - 接口 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.Projection
Get expression.
getGroupedParameters() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
Get grouped parameters.
getOffsetParameterIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get offset parameter index.
getOffsetSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get offset segment.
getOwner() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
Get owner.
getRevisedOffset() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get revised offset.
getRevisedRowCount(SelectSQLStatementContext) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get revised row count.
getRowCountParameterIndex() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get row count parameter index.
getRowCountSegment() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
Get row count segment.
getSchema() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get schema.
getSingleTableName() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get single table name.
getSqlStatement() - 接口 中的方法org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext
Get SQL statement.
getTableNames() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Get table names.
getTablesContext() - 接口 中的方法org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext
Get tables context.
getValue(int) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.insert.InsertValueContext
Get value.
GroupByContext - org.apache.shardingsphere.sql.parser.relation.segment.select.groupby中的类
Group by context.
GroupByContext() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext
 
GroupByContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine中的类
Group by context engine.
GroupByContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine.GroupByContextEngine
 

I

InsertSQLStatementContext - org.apache.shardingsphere.sql.parser.relation.statement.impl中的类
Insert SQL statement context.
InsertSQLStatementContext(RelationMetas, List<Object>, InsertStatement) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.statement.impl.InsertSQLStatementContext
 
InsertValueContext - org.apache.shardingsphere.sql.parser.relation.segment.insert中的类
Insert value context.
InsertValueContext(Collection<ExpressionSegment>, List<Object>, int) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.insert.InsertValueContext
 
isDerivedColumn(String) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Judge is derived column or not.
isDerivedColumnName(String) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
Judge is derived column name or not.
isEmpty() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Judge table is empty or not.
isSameGroupByAndOrderByItems() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
Judge group by and order by sequence is same or not.
isSingleTable() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
Judge is single table or not.
isUnqualifiedShorthandProjection() - 类 中的方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
Judge is unqualified shorthand projection or not.

L

LimitPaginationContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine中的类
Pagination context engine for limit.
LimitPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.LimitPaginationContextEngine
 

N

newInstance(RelationMetas, String, List<Object>, SQLStatement) - 类 中的静态方法org.apache.shardingsphere.sql.parser.relation.SQLStatementContextFactory
Create SQL statement context.

O

OrderByContext - org.apache.shardingsphere.sql.parser.relation.segment.select.orderby中的类
Order by context.
OrderByContext() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext
 
OrderByContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine中的类
Order by context engine.
OrderByContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine.OrderByContextEngine
 
OrderByItem - org.apache.shardingsphere.sql.parser.relation.segment.select.orderby中的类
Order by item.
OrderByItem() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByItem
 
org.apache.shardingsphere.sql.parser.relation - 程序包 org.apache.shardingsphere.sql.parser.relation
 
org.apache.shardingsphere.sql.parser.relation.metadata - 程序包 org.apache.shardingsphere.sql.parser.relation.metadata
 
org.apache.shardingsphere.sql.parser.relation.segment.insert - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.insert
 
org.apache.shardingsphere.sql.parser.relation.segment.insert.expression - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.insert.expression
 
org.apache.shardingsphere.sql.parser.relation.segment.select.groupby - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.groupby
 
org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.orderby - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.orderby
 
org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.pagination - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.pagination
 
org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.projection
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine
 
org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl
 
org.apache.shardingsphere.sql.parser.relation.segment.table - 程序包 org.apache.shardingsphere.sql.parser.relation.segment.table
 
org.apache.shardingsphere.sql.parser.relation.statement - 程序包 org.apache.shardingsphere.sql.parser.relation.statement
 
org.apache.shardingsphere.sql.parser.relation.statement.impl - 程序包 org.apache.shardingsphere.sql.parser.relation.statement.impl
 

P

PaginationContext - org.apache.shardingsphere.sql.parser.relation.segment.select.pagination中的类
Pagination context.
PaginationContext(PaginationValueSegment, PaginationValueSegment, List<Object>) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext
 
PaginationContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine中的类
Pagination context engine.
PaginationContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.PaginationContextEngine
 
Projection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection中的接口
Projection interface.
ProjectionEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine中的类
Projection engine.
ProjectionEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionEngine
 
ProjectionsContext - org.apache.shardingsphere.sql.parser.relation.segment.select.projection中的类
Projections context.
ProjectionsContext() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.ProjectionsContext
 
ProjectionsContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine中的类
Projections context engine.
ProjectionsContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.engine.ProjectionsContextEngine
 

R

RelationMetaData - org.apache.shardingsphere.sql.parser.relation.metadata中的类
Relation meta data.
RelationMetaData(Collection<String>) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetaData
 
RelationMetas - org.apache.shardingsphere.sql.parser.relation.metadata中的类
Relation metas.
RelationMetas() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas
 
RowNumberPaginationContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine中的类
Pagination context engine for row number.
RowNumberPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.RowNumberPaginationContextEngine
 

S

SelectSQLStatementContext - org.apache.shardingsphere.sql.parser.relation.statement.impl中的类
Select SQL statement context.
SelectSQLStatementContext(SelectStatement, GroupByContext, OrderByContext, ProjectionsContext, PaginationContext) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
 
SelectSQLStatementContext(RelationMetas, String, List<Object>, SelectStatement) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
 
setIndexes(Map<String, Integer>) - 类 中的方法org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext
Set indexes.
ShorthandProjection - org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl中的类
Shorthand projection.
ShorthandProjection() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.projection.impl.ShorthandProjection
 
SQLStatementContext - org.apache.shardingsphere.sql.parser.relation.statement中的接口
SQL statement context.
SQLStatementContextFactory - org.apache.shardingsphere.sql.parser.relation中的类
SQL statement context factory.
SQLStatementContextFactory() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.SQLStatementContextFactory
 

T

Table - org.apache.shardingsphere.sql.parser.relation.segment.table中的类
Table.
Table() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.table.Table
 
TablesContext - org.apache.shardingsphere.sql.parser.relation.segment.table中的类
Tables context.
TablesContext(SQLStatement) - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.table.TablesContext
 
TopPaginationContextEngine - org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine中的类
Pagination context engine for top.
TopPaginationContextEngine() - 类 的构造器org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine.TopPaginationContextEngine
 

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.shardingsphere.sql.parser.relation.segment.select.projection.DerivedColumn
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G I L N O P R S T V 
跳过导航链接

Copyright © 2019 The Apache Software Foundation. All rights reserved.