|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.hive.jdbc.TestJdbcDriver2
public class TestJdbcDriver2
TestJdbcDriver2
Constructor Summary | |
---|---|
TestJdbcDriver2(String name)
|
Method Summary | |
---|---|
protected void |
resetConnection()
|
protected void |
setUp()
|
protected void |
setupConnection()
|
protected void |
tearDown()
|
void |
testBuiltInUDFCol()
Verify selecting using builtin UDFs |
void |
testConnectionReset()
|
void |
testDatabaseMetaData()
|
void |
testDataTypes()
|
void |
testDataTypes2()
|
void |
testDescribeTable()
|
void |
testDriverProperties()
|
void |
testDuplicateColumnNameOrder()
|
void |
testErrorDiag()
|
void |
testErrorMessages()
|
void |
testExplainStmt()
verify 'explain ...' resultset |
void |
testExprCol()
Verify selecting named expression columns |
void |
testImportedKeys()
test getImportedKeys() |
void |
testMetaDataGetCatalogs()
|
void |
testMetaDataGetColumns()
|
void |
testMetaDataGetColumnsMetaData()
Validate the Metadata for the result set of a metadata getColumns call. |
void |
testMetaDataGetSchemas()
|
void |
testMetaDataGetTables()
|
void |
testMetaDataGetTableTypes()
|
void |
testOutOfBoundCols()
Test bad args to getXXX() |
void |
testPostClose()
Validate error on closed resultset |
void |
testPrepareStatement()
|
void |
testPrimaryKeys()
test getPrimaryKeys() |
void |
testProccedures()
test testProccedures() |
void |
testProcCols()
test getProcedureColumns() |
void |
testResultSetMetaData()
|
void |
testSelectAll()
|
void |
testSelectAllFetchSize()
|
void |
testSelectAllMaxRows()
|
void |
testSelectAllPartioned()
|
void |
testSetCommand()
validate schema generated by "set" command |
void |
testShowTables()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestJdbcDriver2(String name)
Method Detail |
---|
protected void setupConnection() throws SQLException
SQLException
protected void resetConnection() throws SQLException
SQLException
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testDataTypes2() throws Exception
Exception
public void testErrorDiag() throws SQLException
SQLException
public void testExplainStmt() throws SQLException
SQLException
public void testPrepareStatement()
public final void testSelectAll() throws Exception
Exception
public final void testSelectAllPartioned() throws Exception
Exception
public final void testSelectAllMaxRows() throws Exception
Exception
public final void testSelectAllFetchSize() throws Exception
Exception
public void testDataTypes() throws Exception
Exception
public void testErrorMessages() throws SQLException
SQLException
public void testShowTables() throws SQLException
SQLException
public void testMetaDataGetTables() throws SQLException
SQLException
public void testMetaDataGetCatalogs() throws SQLException
SQLException
public void testMetaDataGetSchemas() throws SQLException
SQLException
public void testMetaDataGetTableTypes() throws SQLException
SQLException
public void testMetaDataGetColumns() throws SQLException
SQLException
public void testMetaDataGetColumnsMetaData() throws SQLException
SQLException
public void testDescribeTable() throws SQLException
SQLException
public void testConnectionReset() throws SQLException
SQLException
public void testDatabaseMetaData() throws SQLException
SQLException
public void testResultSetMetaData() throws SQLException
SQLException
public void testDriverProperties() throws SQLException
SQLException
public void testSetCommand() throws SQLException
SQLException
public void testPostClose() throws SQLException
SQLException
public void testDuplicateColumnNameOrder() throws SQLException
SQLException
public void testOutOfBoundCols() throws SQLException
SQLException
public void testBuiltInUDFCol() throws SQLException
SQLException
public void testExprCol() throws SQLException
SQLException
public void testProcCols() throws SQLException
SQLException
public void testProccedures() throws SQLException
SQLException
public void testPrimaryKeys() throws SQLException
SQLException
public void testImportedKeys() throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |