Package org.jdbi.v3.core.argument


package org.jdbi.v3.core.argument

The argument classes translate Java types into JDBC parameters. Depending on the static and sometimes the dynamic type, the ArgumentFactory will select an appropriate representation and JDBC type and create an Argument that binds a value to the Statement.