com.servingxml.components.sql
Class SqlGrepFactory
java.lang.Object
com.servingxml.components.recordio.AbstractRecordReaderFactory
com.servingxml.components.sql.SqlGrepFactory
- All Implemented Interfaces:
- RecordFilterAppender, RecordPipelineAppender, RecordReaderFactory
public class SqlGrepFactory
- extends AbstractRecordReaderFactory
- implements RecordReaderFactory, RecordFilterAppender
A SqlGrepFactory
instance may be used to obtain objects that
implement the RecordReaderFactory
interface.
Constructor Summary |
SqlGrepFactory(java.lang.String[] catalogs,
java.lang.String tablePattern,
java.lang.String columnPattern,
SubstitutionExpr valuePattern,
java.lang.String[] tableType,
int maxRowsPerTable,
int maxLength,
JdbcConnectionPool connectionPool)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlGrepFactory
public SqlGrepFactory(java.lang.String[] catalogs,
java.lang.String tablePattern,
java.lang.String columnPattern,
SubstitutionExpr valuePattern,
java.lang.String[] tableType,
int maxRowsPerTable,
int maxLength,
JdbcConnectionPool connectionPool)
createRecordReader
protected RecordReader createRecordReader(ServiceContext context,
Flow flow)
- Specified by:
createRecordReader
in class AbstractRecordReaderFactory