Uses of Enum Class
org.frankframework.pipes.Base64Pipe.Direction
Packages that use Base64Pipe.Direction
-
Uses of Base64Pipe.Direction in org.frankframework.jdbc
Methods in org.frankframework.jdbc with parameters of type Base64Pipe.DirectionModifier and TypeMethodDescriptionvoidAbstractJdbcQuerySender.setBlobBase64Direction(Base64Pipe.Direction value) controls whether the streamed blobdata will need to be base64encodeordecodeor not.voidStoredProcedureQuerySender.setBlobBase64Direction(Base64Pipe.Direction value) This feature is not supported for StoredProcedureQuerySender. -
Uses of Base64Pipe.Direction in org.frankframework.pipes
Methods in org.frankframework.pipes that return Base64Pipe.DirectionModifier and TypeMethodDescriptionstatic Base64Pipe.DirectionReturns the enum constant of this class with the specified name.static Base64Pipe.Direction[]Base64Pipe.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type Base64Pipe.Direction -
Uses of Base64Pipe.Direction in org.frankframework.util
Methods in org.frankframework.util with parameters of type Base64Pipe.DirectionModifier and TypeMethodDescriptionstatic voidJdbcUtil.streamBlob(IDbmsSupport dbmsSupport, ResultSet rs, int columnIndex, String charset, boolean blobIsCompressed, Base64Pipe.Direction blobBase64Direction, Object target, boolean close)