public class SQLOutputRowTypeContext extends Object
SQLOutputRowConversion
, context of row conversion.Constructor and Description |
---|
SQLOutputRowTypeContext(String db,
String sql,
Map<String,Object> fields)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDb()
Returns the database name.
|
Map<String,Object> |
getFields()
Returns the column names and types.
|
String |
getSql()
Returns the sql.
|