Uses of Class
org.apache.storm.jdbc.common.Column
Packages that use Column
-
Uses of Column in org.apache.storm.jdbc.common
Methods in org.apache.storm.jdbc.common that return types with arguments of type ColumnMethod parameters in org.apache.storm.jdbc.common with type arguments of type Column -
Uses of Column in org.apache.storm.jdbc.mapper
Methods in org.apache.storm.jdbc.mapper that return types with arguments of type ColumnModifier and TypeMethodDescriptionJdbcMapper.getColumns
(ITuple tuple) Get columns.SimpleJdbcMapper.getColumns
(ITuple tuple) Method parameters in org.apache.storm.jdbc.mapper with type arguments of type ColumnModifier and TypeMethodDescriptionConverts a DB row to a list of storm values that can be emitted.Constructor parameters in org.apache.storm.jdbc.mapper with type arguments of type ColumnModifierConstructorDescriptionSimpleJdbcLookupMapper
(Fields outputFields, List<Column> queryColumns) SimpleJdbcMapper
(List<Column> schemaColumns)