Show Me Glossary
 

SQLReader Walk-through

Previous previous|next Next Page

Timothy finally looks at SQLReader.java. This is a Reader implementation that exposes database content as a stream. This can handle multi-record content. For example, if content is stored as "lines" in a table, this reader will expose those lines as a single stream.

Timothy finds this Java file at : $ORACLE_HOME/search/sample/agent/db/app/crawler/db directory.

Show Me

Show Me