@Override
 public int[] sqlTypes(Mapping mapping) throws MappingException {
   return new int[] {columnMapper.getSqlType()};
 }
 @Override
 public int sqlType() {
   return columnMapper.getSqlType();
 }