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

Method BIT

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

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

(Object value)

Source from the content-addressed store, hash-verified

869 * @return an input parameter for the supplied value
870 */
871 public static InParameter BIT(Object value) { return in(Types.BIT, value); }
872 /**
873 * Creates a typed input parameter for JDBC type {@link Types#BLOB BLOB}.
874 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected