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

Method DECIMAL

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

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

(Object value)

Source from the content-addressed store, hash-verified

918 * @return an input parameter for the supplied value
919 */
920 public static InParameter DECIMAL(Object value) { return in(Types.DECIMAL, value); }
921 /**
922 * Creates a typed input parameter for JDBC type {@link Types#DISTINCT DISTINCT}.
923 *

Callers

nothing calls this directly

Calls 1

inMethod · 0.95

Tested by

no test coverage detected