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

Method DATE

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

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

(Object value)

Source from the content-addressed store, hash-verified

911 * @return an input parameter for the supplied value
912 */
913 public static InParameter DATE(Object value) { return in(Types.DATE, value); }
914 /**
915 * Creates a typed input parameter for JDBC type {@link Types#DECIMAL DECIMAL}.
916 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected