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

Method BLOB

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

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

(Object value)

Source from the content-addressed store, hash-verified

876 * @return an input parameter for the supplied value
877 */
878 public static InParameter BLOB(Object value) { return in(Types.BLOB, value); }
879 /**
880 * Creates a typed input parameter for JDBC type {@link Types#BOOLEAN BOOLEAN}.
881 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected