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

Method BOOLEAN

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

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

(Object value)

Source from the content-addressed store, hash-verified

883 * @return an input parameter for the supplied value
884 */
885 public static InParameter BOOLEAN(Object value) { return in(Types.BOOLEAN, value); }
886 /**
887 * Creates a typed input parameter for JDBC type {@link Types#CHAR CHAR}.
888 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected