public class TableSelectTest extends BaseTableTestCase
dbCharset, dbCollation, schema, sessionbaseUrl, DEFAULT_METADATA_CHARSET, fact, isSetForXTests, testHostInfo, testProperties| Constructor and Description |
|---|
TableSelectTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
allColumns() |
private void |
assertTestPreparedStatementsResult(RowResult res,
int expectedMin,
int expectedMax) |
void |
basicQuery() |
void |
basicViewQuery() |
void |
countAllColumns() |
void |
testBug22038729()
Tests fix for Bug#22038729, X DEVAPI: ANY API CALL AFTER A FAILED CALL PROC() RESULTS IN HANG
and for duplicate Bug#25575010, X DEVAPI: ANY API CALL AFTER A FAILED SELECT RESULTS IN HANG
|
void |
testBug22931277()
Tests fix for BUG#22931277, COLUMN.GETTYPE() RETURNS ERROR FOR VALID DATATYPES.
|
void |
testBug22931433()
Tests fix for Bug#22931433, GETTING VALUE OF BIT COLUMN RESULTS IN EXCEPTION.
|
void |
testBug22988922() |
void |
testBug31667405()
Tests server Bug#31667405, INCORRECT PREPARED STATEMENT OUTCOME WITH NUMERIC STRINGS IN JSON.
|
void |
testComplexQuery() |
void |
testOrderBy() |
void |
testPreparedStatements() |
void |
testTableRowLockOptions() |
void |
testTableRowLocks() |
setupBaseTableTest, teardownBaseTableTestassertNonSecureSession, assertPreparedStatementsCount, assertPreparedStatementsCountsAndId, assertPreparedStatementsStatusCounts, assertSecureSession, assertSecureSession, buildString, count_data, destroyTestSession, dropCollection, getPreparedStatementExecutionsCount, getPreparedStatementId, getPreparedStatementsCount, getPreparedStatementsCount, getPreparedStatementsCount, getPrepDeallocateCount, getPrepExecuteCount, getPrepPrepareCount, getThreadId, isMysqlRunningLocally, isServerRunningOnWindows, makeParam, makeParam, makeParam, setupTestSession, sqlUpdate, supportsTestCertificates, supportsTLSv1_2assertSessionStatusEquals, assertSessionStatusNotEquals, assertThrows, assertThrows, assertThrows, assertThrows, createAuthenticatedTestProtocol, createTempTestCollection, createTestProtocol, createTestSchema, createTestSession, dropTempTestCollection, getEncodedTestHost, getTestDatabase, getTestHost, getTestPassword, getTestPort, getTestUser, mysqlVersionMeetsMinimum, mysqlVersionMeetsMinimum@Test public void basicQuery()
@Test public void testComplexQuery()
@Test public void allColumns()
@Test public void countAllColumns()
@Test public void testBug22931433()
@Test public void basicViewQuery()
@Test public void testOrderBy()
@Test public void testBug22988922()
@Test public void testBug22931277()
@Test
public void testTableRowLocks()
throws java.lang.Exception
java.lang.Exception@Test
public void testTableRowLockOptions()
throws java.lang.Exception
java.lang.Exception@Test
public void testBug22038729()
throws java.lang.Exception
java.lang.Exception@Test public void testPreparedStatements()
private void assertTestPreparedStatementsResult(RowResult res, int expectedMin, int expectedMax)
@Test public void testBug31667405()