Package org.apache.storm.jdbc.mapper
Class SimpleJdbcMapper
java.lang.Object
org.apache.storm.jdbc.mapper.SimpleJdbcMapper
- All Implemented Interfaces:
- Serializable,- JdbcMapper
- Direct Known Subclasses:
- SimpleJdbcLookupMapper
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleJdbcMapper(String tableName, ConnectionProvider connectionProvider) SimpleJdbcMapper(List<Column> schemaColumns) 
- 
Method Summary
- 
Constructor Details- 
SimpleJdbcMapper
- 
SimpleJdbcMapper
 
- 
- 
Method Details- 
getColumnsDescription copied from interface:JdbcMapperGet columns.- Specified by:
- getColumnsin interface- JdbcMapper
- Returns:
- list of columns that represents one row in a DB table.
 
 
-