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

Method CHAR

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

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

(Object value)

Source from the content-addressed store, hash-verified

890 * @return an input parameter for the supplied value
891 */
892 public static InParameter CHAR(Object value) { return in(Types.CHAR, value); }
893 /**
894 * Creates a typed input parameter for JDBC type {@link Types#CLOB CLOB}.
895 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected