OmniSciDB
a5dc49c757
|
Public Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
void | create_and_read_array_test () throws Exception |
void | insert_select_test () throws Exception |
void | illegal_arguments_test () throws Exception |
Static Package Attributes | |
static Properties | PROPERTIES = new Property_loader("prepare_test.properties") |
static final String | url = PROPERTIES.getProperty("default_db_connection_url") |
static final String | user = PROPERTIES.getProperty("default_super_user") |
static final String | password = PROPERTIES.getProperty("default_user_password") |
static final Integer[] | ia = {100, null, 200, 300, 400, 500} |
static final Float[] | fa = {null, null, 1.0001f, 12.541f, null} |
static final BigDecimal[] | da |
static final String[] | sa = {"Hello", null, "World", "!"} |
static final Timestamp[] | ta |
Private Attributes | |
Connection | m_conn = null |
Definition at line 18 of file HeavyAIArrayTest.java.
|
inline |
Definition at line 54 of file HeavyAIArrayTest.java.
References ai.heavy.jdbc.HeavyAIArrayTest.da, ai.heavy.jdbc.HeavyAIArrayTest.fa, Float, ai.heavy.jdbc.HeavyAIArrayTest.ia, Integer, ai.heavy.jdbc.HeavyAIArrayTest.sa, and ai.heavy.jdbc.HeavyAIArrayTest.ta.
|
inline |
|
inline |
Definition at line 94 of file HeavyAIArrayTest.java.
References ai.heavy.jdbc.HeavyAIArrayTest.da, ai.heavy.jdbc.HeavyAIArrayTest.fa, Float, ai.heavy.jdbc.HeavyAIArrayTest.ia, Integer, ai.heavy.jdbc.HeavyAIArrayTest.sa, and ai.heavy.jdbc.HeavyAIArrayTest.ta.
|
inline |
Definition at line 38 of file HeavyAIArrayTest.java.
References ai.heavy.jdbc.HeavyAIArrayTest.password, ai.heavy.jdbc.HeavyAIArrayTest.url, and ai.heavy.jdbc.HeavyAIArrayTest.user.
|
inline |
Definition at line 47 of file HeavyAIArrayTest.java.
|
staticpackage |
Definition at line 26 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.create_and_read_array_test(), and ai.heavy.jdbc.HeavyAIArrayTest.insert_select_test().
|
staticpackage |
Definition at line 25 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.create_and_read_array_test(), and ai.heavy.jdbc.HeavyAIArrayTest.insert_select_test().
|
staticpackage |
Definition at line 24 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.create_and_read_array_test(), ai.heavy.jdbc.HeavyAIArrayTest.illegal_arguments_test(), and ai.heavy.jdbc.HeavyAIArrayTest.insert_select_test().
|
private |
Definition at line 35 of file HeavyAIArrayTest.java.
|
staticpackage |
Definition at line 22 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.setUp().
|
staticpackage |
Definition at line 19 of file HeavyAIArrayTest.java.
|
staticpackage |
Definition at line 30 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.create_and_read_array_test(), and ai.heavy.jdbc.HeavyAIArrayTest.insert_select_test().
|
staticpackage |
Definition at line 31 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.create_and_read_array_test(), and ai.heavy.jdbc.HeavyAIArrayTest.insert_select_test().
|
staticpackage |
Definition at line 20 of file HeavyAIArrayTest.java.
Referenced by ai.heavy.jdbc.HeavyAIArrayTest.setUp().
|
staticpackage |
Definition at line 21 of file HeavyAIArrayTest.java.
Referenced by heavydb.thrift.ttypes.TSessionInfo.read(), heavydb.thrift.Heavy.connect_args.read(), ai.heavy.jdbc.HeavyAIArrayTest.setUp(), heavydb.thrift.ttypes.TSessionInfo.write(), and heavydb.thrift.Heavy.connect_args.write().