Uses of Enum
org.qubership.atp.tdm.model.table.TestDataType
Packages that use TestDataType
Package
Description
-
Uses of TestDataType in org.qubership.atp.tdm.model
Methods in org.qubership.atp.tdm.model with parameters of type TestDataTypeModifier and TypeMethodDescriptionstatic QueryInfo.BuilderQueryInfo.newBuilder(String tableName, List<String> columnNames, TestDataType testDataType) New Builder.static QueryInfo.BuilderQueryInfo.newBuilder(String tableName, TestDataType testDataType) New Builder. -
Uses of TestDataType in org.qubership.atp.tdm.model.table
Methods in org.qubership.atp.tdm.model.table that return TestDataTypeModifier and TypeMethodDescriptionstatic TestDataTypeReturns the enum constant of this type with the specified name.static TestDataType[]TestDataType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TestDataType in org.qubership.atp.tdm.model.table.conditions.factories
Methods in org.qubership.atp.tdm.model.table.conditions.factories with parameters of type TestDataTypeModifier and TypeMethodDescriptionstatic com.healthmarketscience.sqlbuilder.BinaryConditionTestDataTypeConditionFactory.getCondition(TestDataType testDataType) Gets test data type binary condition. -
Uses of TestDataType in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo with parameters of type TestDataTypeModifier and TypeMethodDescriptionTestDataTableRepository.getTestDataSize(String tableName, TestDataType dataType) -
Uses of TestDataType in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl with parameters of type TestDataTypeModifier and TypeMethodDescriptionTestDataTableRepositoryImpl.getTestDataSize(String tableName, TestDataType dataType) -
Uses of TestDataType in org.qubership.atp.tdm.repo.impl.extractors
Methods in org.qubership.atp.tdm.repo.impl.extractors with parameters of type TestDataTypeModifier and TypeMethodDescriptionTestDataExtractorProvider.multipleExtractor(String tableName, TestDataType testDataType) TestDataExtractorProvider.simpleExtractor(String tableName, String countQuery, TestDataType testDataType, TestDataTableOrder testDataTableOrder) -
Uses of TestDataType in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service with parameters of type TestDataTypeModifier and TypeMethodDescriptionColumnService.extractColumns(String tableName, TestDataType testDataType, ResultSet resultSet) ColumnService.extractColumns(String tableName, TestDataType testDataType, ResultSet resultSet, TestDataTableOrder testDataTableOrder) ColumnService.extractColumnsMultiple(String tableName, TestDataType testDataType, ResultSet resultSet) -
Uses of TestDataType in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl with parameters of type TestDataTypeModifier and TypeMethodDescriptionColumnServiceImpl.extractColumns(String tableName, TestDataType testDataType, ResultSet resultSet) ColumnServiceImpl.extractColumns(String tableName, TestDataType testDataType, ResultSet resultSet, TestDataTableOrder testDataTableOrder) ColumnServiceImpl.extractColumnsMultiple(String tableName, TestDataType testDataType, ResultSet resultSet)