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

Method DATALINK

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

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

(Object value)

Source from the content-addressed store, hash-verified

904 * @return an input parameter for the supplied value
905 */
906 public static InParameter DATALINK(Object value) { return in(Types.DATALINK, value); }
907 /**
908 * Creates a typed input parameter for JDBC type {@link Types#DATE DATE}.
909 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected