Uses of Class
org.apache.tika.pipes.emitter.jdbc.JDBCEmitter.MultivaluedFieldStrategy
-
Packages that use JDBCEmitter.MultivaluedFieldStrategy Package Description org.apache.tika.pipes.emitter.jdbc -
-
Uses of JDBCEmitter.MultivaluedFieldStrategy in org.apache.tika.pipes.emitter.jdbc
Methods in org.apache.tika.pipes.emitter.jdbc that return JDBCEmitter.MultivaluedFieldStrategy Modifier and Type Method Description static JDBCEmitter.MultivaluedFieldStrategy
JDBCEmitter.MultivaluedFieldStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JDBCEmitter.MultivaluedFieldStrategy[]
JDBCEmitter.MultivaluedFieldStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes.emitter.jdbc with parameters of type JDBCEmitter.MultivaluedFieldStrategy Modifier and Type Method Description void
JDBCEmitter. setMultivaluedFieldStrategy(JDBCEmitter.MultivaluedFieldStrategy multivaluedFieldStrategy)
-