public Type GetOutputRowType(SQLOutputRowTypeContext sqlOutputRowTypeContext)
 {
     TypeContexts.Add(sqlOutputRowTypeContext);
     return typeof(SupportBean);
 }
 public Type GetColumnType(SQLColumnTypeContext sqlColumnTypeContext)
 {
     TypeContexts.Add(sqlColumnTypeContext);
     return typeof(bool?);
 }