abstract class JNDITargetType
Defines output information for target data based on the jndi name and jndi context
<init> |
Defines output information for target data based on the jndi name and jndi context JNDITargetType(jndi: String, context: String, deleteIfExists: Boolean) |
context |
val context: String |
deleteIfExists |
specifies whether to delete the existing target data before spooling out new data val deleteIfExists: Boolean |
jndi |
val jndi: String |
CsvJNDITargetType |
Defines output information for csv target data based on the jndi name and jndi context class CsvJNDITargetType : JNDITargetType |
SqlJNDIDupeType |
Defines output information for sql duplicate data based on the jndi name and jndi context class SqlJNDIDupeType : JNDITargetType |
SqlJNDIHashType |
Defines output information for sql hash data based on the jndi name and jndi context class SqlJNDIHashType : JNDITargetType |
SqlJNDITargetType |
Defines output information for sql target data based on the jndi name and jndi context class SqlJNDITargetType : JNDITargetType |