Constructor and Description |
---|
ShardingResultSet(List<ResultSet> resultSets,
MergedResult mergeResultSet,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
MergedResult |
MergeEngine.merge()
Merge result sets.
|
Modifier and Type | Method and Description |
---|---|
MergedResult |
DALMergeEngine.merge() |
Modifier and Type | Class and Description |
---|---|
class |
ShowCreateTableMergedResult
Merged result for show create table.
|
class |
ShowDatabasesMergedResult
Merged result for show databases.
|
class |
ShowOtherMergedResult
Merged result for show others.
|
class |
ShowTablesMergedResult
Merged result for show tables.
|
Modifier and Type | Method and Description |
---|---|
MergedResult |
DQLMergeEngine.merge() |
Modifier and Type | Class and Description |
---|---|
class |
DecoratorMergedResult
Decorator merged result.
|
class |
MemoryMergedResult
Memory merged result.
|
class |
StreamMergedResult
流式归并结果集.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupByMemoryMergedResult
Memory merged result for group by.
|
class |
GroupByStreamMergedResult
Stream merged result for group by.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorStreamMergedResult
Stream merged result for iterator.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderByStreamMergedResult
Stream merged result for order by.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitDecoratorMergedResult
Decorator merged result for limit pagination.
|
class |
RowNumberDecoratorMergedResult
Decorator merged result for rownum pagination.
|
class |
TopAndRowNumberDecoratorMergedResult
Decorator merged result for top and rownum pagination.
|
Constructor and Description |
---|
LimitDecoratorMergedResult(MergedResult mergedResult,
Limit limit) |
RowNumberDecoratorMergedResult(MergedResult mergedResult,
Limit limit) |
TopAndRowNumberDecoratorMergedResult(MergedResult mergedResult,
Limit limit) |
Copyright © 2018. All rights reserved.