deduper / org.bradfordmiller.deduper.jndi / SqlJNDIHashType

SqlJNDIHashType

class SqlJNDIHashType : JNDITargetType

Defines output information for sql hash data based on the jndi name and jndi context

Parameter
deleteIfExists specifies whether to delete the existing target data before spooling out new data

Constructors

<init>

Defines output information for sql hash data based on the jndi name and jndi context

SqlJNDIHashType(jndi: String, context: String, includeJson: Boolean, deleteIfExists: Boolean)

Properties

includeJson

specifies whether each output hash value will include a corresponding json representation of the data

val includeJson: Boolean