com.julienviet.groovy.pgclient.Tuple_GroovyExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reactive-pg-client Show documentation
Show all versions of reactive-pg-client Show documentation
The reactive Postgres client
package com.julienviet.groovy.pgclient;
public class Tuple_GroovyExtension {
public static java.lang.Object getValue(com.julienviet.pgclient.Tuple j_receiver, int pos) {
return io.vertx.core.impl.ConversionHelper.fromObject(j_receiver.getValue(pos));
}
public static java.util.Map getJsonObject(com.julienviet.pgclient.Tuple j_receiver, int pos) {
return io.vertx.core.impl.ConversionHelper.fromJsonObject(j_receiver.getJsonObject(pos));
}
public static java.util.List