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)
| 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 | * |