public class DatabaseMetaDataGetColumnsTest extends JdbcTestBase
Based on JDBC 4.1 (Java 7).
JdbcTestBase.ModelAndSchema, JdbcTestBase.TestDataConnection
DrillTest.MemWatcher
Modifier and Type | Field and Description |
---|---|
protected static Connection |
connection
The one shared JDBC connection to Drill.
|
protected static DatabaseMetaData |
dbMetadata
Overall (connection-level) metadata.
|
protected static ResultSetMetaData |
rowsMetadata
getColumns result metadata.
|
watcher
c, dirTestWatcher, optionManager
logOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT
Constructor and Description |
---|
DatabaseMetaDataGetColumnsTest() |
changeSchema, changeSchemaIfSupplied, connect, connect, connect, getDefaultProperties, reset, setUpTestCase, tearDownTestCase, testJdbcTestConnectionResettingCompatibility, toString, toString, withFull, withModel, withNoDefaultSchema
clear, getLocalFileSystem, mockDrillbitContext, mockUsDateFormatSymbols, mockUtcDateTimeZone, parseExpr, setupOptionManager
escapeJsonString, finishDrillTest, initDrillTest
protected static Connection connection
protected static DatabaseMetaData dbMetadata
protected static ResultSetMetaData rowsMetadata
protected static void setUpMetadataToCheck() throws Exception
Exception
public static void tearDownConnection() throws SQLException
SQLException
public void testMetadataHasRightNumberOfColumns() throws SQLException
SQLException
public void test_TABLE_CAT_isAtRightPosition() throws SQLException
SQLException
public void test_TABLE_CAT_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_TABLE_CAT_hasSameNameAndLabel() throws SQLException
SQLException
public void test_TABLE_CAT_hasRightTypeString() throws SQLException
SQLException
public void test_TABLE_CAT_hasRightTypeCode() throws SQLException
SQLException
public void test_TABLE_CAT_hasRightClass() throws SQLException
SQLException
public void test_TABLE_CAT_hasRightNullability() throws SQLException
SQLException
public void test_TABLE_SCHEM_isAtRightPosition() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasSameNameAndLabel() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightTypeString() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightTypeCode() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightClass() throws SQLException
SQLException
public void test_TABLE_SCHEM_hasRightNullability() throws SQLException
SQLException
public void test_TABLE_NAME_isAtRightPosition() throws SQLException
SQLException
public void test_TABLE_NAME_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_TABLE_NAME_hasSameNameAndLabel() throws SQLException
SQLException
public void test_TABLE_NAME_hasRightTypeString() throws SQLException
SQLException
public void test_TABLE_NAME_hasRightTypeCode() throws SQLException
SQLException
public void test_TABLE_NAME_hasRightClass() throws SQLException
SQLException
public void test_TABLE_NAME_hasRightNullability() throws SQLException
SQLException
public void test_COLUMN_NAME_isAtRightPosition() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_COLUMN_NAME_hasSameNameAndLabel() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightTypeString() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightTypeCode() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightClass() throws SQLException
SQLException
public void test_COLUMN_NAME_hasRightNullability() throws SQLException
SQLException
public void test_DATA_TYPE_isAtRightPosition() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_mdrReqINTERVAL_H_S3() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_DATA_TYPE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightTypeString() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightTypeCode() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightClass() throws SQLException
SQLException
public void test_DATA_TYPE_hasRightNullability() throws SQLException
SQLException
public void test_TYPE_NAME_isAtRightPosition() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_mdrReqINTERVAL_H_S3() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_TYPE_NAME_hasSameNameAndLabel() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightTypeString() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightTypeCode() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightClass() throws SQLException
SQLException
public void test_TYPE_NAME_hasRightNullability() throws SQLException
SQLException
public void test_COLUMN_SIZE_isAtRightPosition() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptBINARY_1048576() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasINTERIMValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3Y_Mo() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_Mo() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_D() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_4D_H() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3D_Mi() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_2D_S5() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasINTERIMValue_mdrReqINTERVAL_2D_S5() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3H() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_4H_Mi() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasINTERIMValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_Mi() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_5Mi_S() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_S() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3S() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_mdrReqINTERVAL_3S1() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasINTERIMValue_mdrReqINTERVAL_3S1() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightTypeString() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightTypeCode() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightClass() throws SQLException
SQLException
public void test_COLUMN_SIZE_hasRightNullability() throws SQLException
SQLException
public void test_BUFFER_LENGTH_isAtRightPosition() throws SQLException
SQLException
public void test_BUFFER_LENGTH_hasSameNameAndLabel() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_isAtRightPosition() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasINTERIMValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3Y_Mo() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_Mo() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_D() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_4D_H() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3D_Mi() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_2D_S5() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasINTERIMValue_mdrReqINTERVAL_2D_S5() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3H() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_1H_Mi() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasINTERIMValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_Mi() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_5Mi_S() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_S() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3S() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasINTERIMValue_mdrReqINTERVAL_3S() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_mdrReqINTERVAL_3S1() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasINTERIMValue_mdrReqINTERVAL_3S1() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasSameNameAndLabel() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightTypeString() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightTypeCode() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightClass() throws SQLException
SQLException
public void test_DECIMAL_DIGITS_hasRightNullability() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_isAtRightPosition() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasSameNameAndLabel() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightTypeString() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightTypeCode() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightClass() throws SQLException
SQLException
public void test_NUM_PREC_RADIX_hasRightNullability() throws SQLException
SQLException
public void test_NULLABLE_isAtRightPosition() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptBINARY_1048576() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_NULLABLE_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_NULLABLE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_NULLABLE_hasRightTypeString() throws SQLException
SQLException
public void test_NULLABLE_hasRightTypeCode() throws SQLException
SQLException
public void test_NULLABLE_hasRightClass() throws SQLException
SQLException
public void test_NULLABLE_hasRightNullability() throws SQLException
SQLException
public void test_REMARKS_isAtRightPosition() throws SQLException
SQLException
public void test_REMARKS_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_REMARKS_hasSameNameAndLabel() throws SQLException
SQLException
public void test_REMARKS_hasRightTypeString() throws SQLException
SQLException
public void test_REMARKS_hasRightTypeCode() throws SQLException
SQLException
public void test_REMARKS_hasRightClass() throws SQLException
SQLException
public void test_REMARKS_hasRightNullability() throws SQLException
SQLException
public void test_COLUMN_DEF_isAtRightPosition() throws SQLException
SQLException
public void test_COLUMN_DEF_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_COLUMN_DEF_hasSameNameAndLabel() throws SQLException
SQLException
public void test_COLUMN_DEF_hasRightTypeString() throws SQLException
SQLException
public void test_COLUMN_DEF_hasRightTypeCode() throws SQLException
SQLException
public void test_COLUMN_DEF_hasRightClass() throws SQLException
SQLException
public void test_COLUMN_DEF_hasRightNullability() throws SQLException
SQLException
public void test_SQL_DATA_TYPE_isAtRightPosition() throws SQLException
SQLException
public void test_SQL_DATA_TYPE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SQL_DATA_TYPE_hasRightTypeString() throws SQLException
SQLException
public void test_SQL_DATA_TYPE_hasRightTypeCode() throws SQLException
SQLException
public void test_SQL_DATA_TYPE_hasRightClass() throws SQLException
SQLException
public void test_SQL_DATETIME_SUB_isAtRightPosition() throws SQLException
SQLException
public void test_SQL_DATETIME_SUB_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SQL_DATETIME_SUB_hasRightTypeString() throws SQLException
SQLException
public void test_SQL_DATETIME_SUB_hasRightTypeCode() throws SQLException
SQLException
public void test_SQL_DATETIME_SUB_hasRightClass() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_isAtRightPosition() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasSameNameAndLabel() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightTypeString() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightTypeCode() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightClass() throws SQLException
SQLException
public void test_CHAR_OCTET_LENGTH_hasRightNullability() throws SQLException
SQLException
public void test_ORDINAL_POSITION_isAtRightPosition() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasSameNameAndLabel() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightTypeString() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightTypeCode() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightClass() throws SQLException
SQLException
public void test_ORDINAL_POSITION_hasRightNullability() throws SQLException
SQLException
public void test_IS_NULLABLE_isAtRightPosition() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqTINYINT() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptSMALLINT() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqINTEGER() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptBIGINT() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptREAL() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptFLOAT() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqDOUBLE() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqDECIMAL_5_3() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqVARCHAR_10() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptVARCHAR() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqCHAR_5() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptVARBINARY_16() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptBINARY_1048576CHECK() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqDATE() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqTIME() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptTIME_7() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrOptTIMESTAMP() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqINTERVAL_Y() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_mdrReqINTERVAL_3H_S1() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_tdbARRAY() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_tbdMAP() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_tbdSTRUCT() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightValue_tbdUnion() throws SQLException
SQLException
public void test_IS_NULLABLE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightTypeString() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightTypeCode() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightClass() throws SQLException
SQLException
public void test_IS_NULLABLE_hasRightNullability() throws SQLException
SQLException
public void test_SCOPE_CATALOG_isAtRightPosition() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasRightTypeString() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasRightTypeCode() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasRightClass() throws SQLException
SQLException
public void test_SCOPE_CATALOG_hasRightNullability() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_isAtRightPosition() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasRightTypeString() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasRightTypeCode() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasRightClass() throws SQLException
SQLException
public void test_SCOPE_SCHEMA_hasRightNullability() throws SQLException
SQLException
public void test_SCOPE_TABLE_isAtRightPosition() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasRightTypeString() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasRightTypeCode() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasRightClass() throws SQLException
SQLException
public void test_SCOPE_TABLE_hasRightNullability() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_isAtRightPosition() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasSameNameAndLabel() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasRightTypeString() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasRightTypeCode() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasRightClass() throws SQLException
SQLException
public void test_SOURCE_DATA_TYPE_hasRightNullability() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_isAtRightPosition() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasSameNameAndLabel() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasRightTypeString() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasRightTypeCode() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasRightClass() throws SQLException
SQLException
public void test_IS_AUTOINCREMENT_hasRightNullability() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_isAtRightPosition() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasRightValue_mdrOptBOOLEAN() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasSameNameAndLabel() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasRightTypeString() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasRightTypeCode() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasRightClass() throws SQLException
SQLException
public void test_IS_GENERATEDCOLUMN_hasRightNullability() throws SQLException
SQLException
Copyright © 2022 The Apache Software Foundation. All rights reserved.