|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hive.jdbc.TestJdbcDriver2
public class TestJdbcDriver2
TestJdbcDriver2
Constructor Summary | |
---|---|
TestJdbcDriver2()
|
Method Summary | |
---|---|
void |
setUp()
|
static void |
setUpBeforeClass()
|
void |
tearDown()
|
void |
testBadURL()
|
void |
testBuiltInUDFCol()
Verify selecting using builtin UDFs |
void |
testCloseResultSet()
|
void |
testDatabaseMetaData()
|
void |
testDataTypes()
|
void |
testDataTypes2()
|
void |
testDescribeTable()
|
void |
testDriverProperties()
|
void |
testDuplicateColumnNameOrder()
|
void |
testErrorDiag()
|
void |
testErrorMessages()
|
void |
testExecutePreparedStatement()
Execute non-select statements using execute() and executeUpdated() APIs of PreparedStatement interface |
void |
testExecuteQueryException()
|
void |
testExplainStmt()
verify 'explain ...' resultset |
void |
testExprCol()
Verify selecting named expression columns |
void |
testImportedKeys()
test getImportedKeys() |
void |
testInvalidURL()
If the Driver implementation understands the URL, it will return a Connection object; otherwise it returns null |
void |
testMetaDataGetCatalogs()
|
void |
testMetaDataGetClassicTableTypes()
|
void |
testMetaDataGetColumns()
|
void |
testMetaDataGetColumnsMetaData()
Validate the Metadata for the result set of a metadata getColumns call. |
void |
testMetaDataGetHiveTableTypes()
|
void |
testMetaDataGetSchemas()
|
void |
testMetaDataGetTables()
|
void |
testMetaDataGetTablesClassic()
|
void |
testMetaDataGetTablesHive()
|
void |
testMetaDataGetTableTypes()
|
void |
testNullResultSet()
|
void |
testNullType()
|
void |
testOutOfBoundCols()
Test bad args to getXXX() |
void |
testParseUrlHttpMode()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestJdbcDriver2()
Method Detail |
---|
public static void setUpBeforeClass() throws SQLException, ClassNotFoundException
SQLException
ClassNotFoundException
public void setUp() throws Exception
Exception
public void tearDown() throws Exception
Exception
public void testBadURL() throws Exception
Exception
public void testDataTypes2() throws Exception
Exception
public void testErrorDiag() throws SQLException
SQLException
public void testExplainStmt() throws SQLException
SQLException
public void testPrepareStatement()
public void testExecutePreparedStatement() throws Exception
Exception
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 testNullType() throws Exception
Exception
public void testExecuteQueryException() throws Exception
Exception
public void testNullResultSet() throws Exception
Exception
public void testCloseResultSet() 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 testMetaDataGetTablesHive() throws SQLException
SQLException
public void testMetaDataGetTablesClassic() throws SQLException
SQLException
public void testMetaDataGetCatalogs() throws SQLException
SQLException
public void testMetaDataGetSchemas() throws SQLException
SQLException
public void testMetaDataGetTableTypes() throws SQLException
SQLException
public void testMetaDataGetHiveTableTypes() throws SQLException
SQLException
public void testMetaDataGetClassicTableTypes() throws SQLException
SQLException
public void testMetaDataGetColumns() throws SQLException
SQLException
public void testMetaDataGetColumnsMetaData() throws SQLException
SQLException
public void testDescribeTable() throws SQLException
SQLException
public void testDatabaseMetaData() throws SQLException
SQLException
public void testResultSetMetaData() throws SQLException
SQLException
public void testDriverProperties() throws SQLException
SQLException
public void testParseUrlHttpMode() 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
public void testInvalidURL() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |