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

Method CLOB

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

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

(Object value)

Source from the content-addressed store, hash-verified

897 * @return an input parameter for the supplied value
898 */
899 public static InParameter CLOB(Object value) { return in(Types.CLOB, value); }
900 /**
901 * Creates a typed input parameter for JDBC type {@link Types#DATALINK DATALINK}.
902 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected