public interface RowFilter
Modifier and Type | Method and Description |
---|---|
boolean |
filterRow(java.lang.Object[] row)
Check whether to send this row to the server.
|
void |
init(java.util.Properties tableProps)
Initialize this filter.
|
void init(java.util.Properties tableProps) throws java.lang.Exception
tableProps
- to use to initialize this filterjava.lang.Exception
- if any unhandled error occursboolean filterRow(java.lang.Object[] row)
row
- the row to check if we should filterCopyright (C) 2003-2021 SQLstream, Inc.