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

Method BINARY

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

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

(Object value)

Source from the content-addressed store, hash-verified

862 * @return an input parameter for the supplied value
863 */
864 public static InParameter BINARY(Object value) { return in(Types.BINARY, value); }
865 /**
866 * Creates a typed input parameter for JDBC type {@link Types#BIT BIT}.
867 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected