Uses of Enum
org.qubership.nifi.service.DBElementType
Packages that use DBElementType
-
Uses of DBElementType in org.qubership.nifi.service
Methods in org.qubership.nifi.service that return DBElementTypeModifier and TypeMethodDescriptionstatic DBElementTypeReturns the enum constant of this type with the specified name.static DBElementType[]DBElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.nifi.service with parameters of type DBElementTypeModifier and TypeMethodDescriptionPreparedStatementProvider.createPreparedStatement(String query, org.apache.nifi.processor.ProcessContext context, Collection<String> ids, Connection con, DBElementType type) Creates PreparedStatement with specified query and sets ids as array parameter with specified element type.PreparedStatementProvider.createPreparedStatement(String query, org.apache.nifi.processor.ProcessContext context, Collection<String> ids, Connection con, DBElementType type, int numberOfBinds, int bindsOffset) Creates PreparedStatement with specified query and sets ids as array parameter with specified element type specified number of times.