public class AbstractTestOrderByQueries extends AbstractTestQueryFramework
AbstractTestQueryFramework.QueryRunnerSupplier| Constructor and Description |
|---|
AbstractTestOrderByQueries(AbstractTestQueryFramework.QueryRunnerSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
testCaseInsensitiveOutputAliasInOrderBy() |
void |
testDuplicateColumnsInOrderByClause() |
void |
testOrderBy() |
void |
testOrderByAlias() |
void |
testOrderByAliasWithSameNameAsUnselectedColumn() |
void |
testOrderByLimit() |
void |
testOrderByLimitAll() |
void |
testOrderByMultipleFields() |
void |
testOrderByOrdinal() |
void |
testOrderByOrdinalWithWildcard() |
void |
testOrderByUnderManyProjections() |
void |
testOrderByWithAggregation() |
void |
testOrderByWithNulls() |
void |
testOrderByWithOutputColumnReference() |
void |
testOrderByWithSimilarExpressions() |
void |
testOrderLimitCompaction() |
void |
testUndistributedOrderBy() |
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertQuery, assertQuery, assertQuery, assertQuery, assertQuery, assertQueryFails, assertQueryFails, assertQueryFailsEventually, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryReturnsEmptyResult, assertQueryReturnsEmptyResult, assertQuerySucceeds, assertQuerySucceeds, assertTableColumnNames, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, close, computeActual, computeActual, computeExpected, computeScalar, executeExclusively, formatSqlText, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQueryRunner, getSession, init, skipTestUnlesspublic AbstractTestOrderByQueries(AbstractTestQueryFramework.QueryRunnerSupplier supplier)
public void testOrderBy()
public void testOrderByLimit()
public void testOrderByWithOutputColumnReference()
public void testOrderByWithAggregation()
public void testOrderByLimitAll()
public void testOrderByMultipleFields()
public void testDuplicateColumnsInOrderByClause()
public void testOrderByWithNulls()
public void testOrderByAlias()
public void testOrderByAliasWithSameNameAsUnselectedColumn()
public void testOrderByOrdinal()
public void testOrderByOrdinalWithWildcard()
public void testOrderByWithSimilarExpressions()
public void testOrderByUnderManyProjections()
public void testUndistributedOrderBy()
public void testOrderLimitCompaction()
public void testCaseInsensitiveOutputAliasInOrderBy()
Copyright © 2012–2019. All rights reserved.