org.skife.jdbi.v2
Class Binding
java.lang.Object
org.skife.jdbi.v2.Binding
public class Binding
- extends Object
Represents the arguments bound to a particular statement
Binding
public Binding()
forName
public Argument forName(String name)
- Look up an argument by name
- Parameters:
name - the key to lookup the value of
- Returns:
- the bound Argument
forPosition
public Argument forPosition(int position)
- Look up an argument by position
- Parameters:
position - starts at 0, not 1
- Returns:
- arfument bound to that position
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.