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

Method out

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

Create a new OutParameter @param type the JDBC data type. @return an OutParameter

(final int type)

Source from the content-addressed store, hash-verified

1087 * @return an OutParameter
1088 */
1089 public static OutParameter out(final int type) {
1090 return () -> type;
1091 }
1092
1093 /**
1094 * Create an inout parameter using this in parameter.

Callers 10

doCatMethod · 0.80
wcMethod · 0.80
headMethod · 0.80
doHeadMethod · 0.80
tailMethod · 0.80
tailInputStreamMethod · 0.80
lsMethod · 0.80
grepMethod · 0.80
sortMethod · 0.80
lessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected