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

Method BIGINT

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

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

(Object value)

Source from the content-addressed store, hash-verified

855 * @return an input parameter for the supplied value
856 */
857 public static InParameter BIGINT(Object value) { return in(Types.BIGINT, value); }
858 /**
859 * Creates a typed input parameter for JDBC type {@link Types#BINARY BINARY}.
860 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected