MCPcopy Create free account
hub / github.com/apache/groovy / ARRAY

Method ARRAY

subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java:850–850  ·  view source on GitHub ↗

Creates a typed input parameter for JDBC type Types#ARRAY ARRAY. @param value the parameter value @return an input parameter for the supplied value

(Object value)

Source from the content-addressed store, hash-verified

848 * @return an input parameter for the supplied value
849 */
850 public static InParameter ARRAY(Object value) { return in(Types.ARRAY, value); }
851 /**
852 * Creates a typed input parameter for JDBC type {@link Types#BIGINT BIGINT}.
853 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected