Uses of Enum Class
org.apache.nifi.database.dialect.service.api.StatementType
-
Uses of StatementType in org.apache.nifi.database.dialect.service.api
Fields in org.apache.nifi.database.dialect.service.api declared as StatementTypeModifier and TypeFieldDescriptionprivate final StatementTypeStandardQueryStatementRequest.statementTypeThe field for thestatementTyperecord component.private final StatementTypeStandardStatementRequest.statementTypeThe field for thestatementTyperecord component.Methods in org.apache.nifi.database.dialect.service.api that return StatementTypeModifier and TypeMethodDescriptionStandardQueryStatementRequest.statementType()Returns the value of thestatementTyperecord component.StandardStatementRequest.statementType()Returns the value of thestatementTyperecord component.StatementRequest.statementType()SQL Statement Type requestedstatic StatementTypeReturns the enum constant of this class with the specified name.static StatementType[]StatementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.database.dialect.service.api that return types with arguments of type StatementTypeModifier and TypeMethodDescriptionDatabaseDialectService.getSupportedStatementTypes()Get SQL Statement Types supported in the Database Dialect ServiceConstructors in org.apache.nifi.database.dialect.service.api with parameters of type StatementTypeModifierConstructorDescriptionStandardQueryStatementRequest(StatementType statementType, TableDefinition tableDefinition) Standard Query Statement Request without additional clausesStandardQueryStatementRequest(StatementType statementType, TableDefinition tableDefinition, Optional<String> derivedTable, Optional<String> whereClause, Optional<String> orderByClause, Optional<PageRequest> pageRequest) Creates an instance of aStandardQueryStatementRequestrecord class.StandardStatementRequest(StatementType statementType, TableDefinition tableDefinition) Creates an instance of aStandardStatementRequestrecord class.