BindType.Position, q, args);
if (args != null) bindArguments(method.isAnnotationPresent(BindBy.class) ?
method.getAnnotation(BindBy.class).value() :
BindType.Position, q, args);
q.setMaxRows(1);
return q.first();
}
private Object handleDML(String s, Method method, Object[] args)
{
Update u = handle.createStatement(s);