Uses of Enum Class
org.frankframework.pipes.Base64Pipe.Direction
-
Uses of Base64Pipe.Direction in org.frankframework.jdbc
Modifier and TypeMethodDescriptionvoid
AbstractJdbcQuerySender.setBlobBase64Direction
(Base64Pipe.Direction value) controls whether the streamed blobdata will need to be base64encode
ordecode
or not.void
StoredProcedureQuerySender.setBlobBase64Direction
(Base64Pipe.Direction value) This feature is not supported for StoredProcedureQuerySender. -
Uses of Base64Pipe.Direction in org.frankframework.pipes
Modifier and TypeMethodDescriptionBase64Pipe.getDirection()
static Base64Pipe.Direction
Returns 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. -
Uses of Base64Pipe.Direction in org.frankframework.util
Modifier and TypeMethodDescriptionstatic void
JdbcUtil.streamBlob
(IDbmsSupport dbmsSupport, ResultSet rs, int columnIndex, String charset, boolean blobIsCompressed, Base64Pipe.Direction blobBase64Direction, Object target, boolean close)