|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
| void | testMetaDataGetTables () throws SQLException |
| void | testMetaDataGetCatalogs () throws SQLException |
| void | testMetaDataGetSchemas () throws SQLException |
| void | testMetaDataGetTableTypes () throws SQLException |
| void | testMetaDataGetColumns () throws SQLException |
| void | testDecimalGetColumnTypes () throws SQLException |
| void | testMetaDataGetColumnsMetaData () throws SQLException |
| void | testMetaDataGetFunctions () throws SQLException |
| void | testUtilityFunctions () throws SQLException |
| void | testSelectNull () throws SQLException |
Static Public Member Functions | |
| static void | setUp () throws Exception |
| static void | cleanUp () throws Exception |
Static Private Attributes | |
| static Connection | con_ |
Basic JDBC metadata test. It exercises getTables, getCatalogs, getSchemas, getTableTypes, getColumns.
Definition at line 33 of file JdbcTest.java.
|
inlinestatic |
Definition at line 48 of file JdbcTest.java.
References com.cloudera.impala.service.JdbcTest.con_.
|
inlinestatic |
Definition at line 37 of file JdbcTest.java.
References com.cloudera.impala.service.JdbcTest.con_.
|
inline |
Definition at line 297 of file JdbcTest.java.
|
inline |
Definition at line 103 of file JdbcTest.java.
|
inline |
Definition at line 137 of file JdbcTest.java.
|
inline |
Validate the Metadata for the result set of a metadata getColumns call.
Definition at line 333 of file JdbcTest.java.
|
inline |
Definition at line 346 of file JdbcTest.java.
|
inline |
Definition at line 113 of file JdbcTest.java.
|
inline |
Definition at line 64 of file JdbcTest.java.
|
inline |
Definition at line 127 of file JdbcTest.java.
|
inline |
Definition at line 386 of file JdbcTest.java.
|
inline |
Definition at line 371 of file JdbcTest.java.
|
staticprivate |
Definition at line 34 of file JdbcTest.java.
Referenced by com.cloudera.impala.service.JdbcTest.cleanUp(), and com.cloudera.impala.service.JdbcTest.setUp().