2024年5月10日发(作者:)

public String[] getNullableResult(CallableStatement cs, int columnIndex) throws SQLException {

return ct(ing(columnIndex));

}

private String toJson(String[] params) {

try {

return alueAsString(params);

} catch (Exception e) {

tackTrace();

}

return "[]";

}

private String[] toObject(String content) {

if (content != null && !y()) {

try {

return (String[]) lue(content, String[].class);

} catch (Exception e) {

throw new RuntimeException(e);

}

} else {

return null;

}

}

}