kiurubeans
Class IntItem

java.lang.Object
  |
  +--kiurubeans.StatementItem
        |
        +--kiurubeans.IntItem

public class IntItem
extends StatementItem

Representation of a preparedstatement item of type int.


Field Summary
 
Fields inherited from class kiurubeans.StatementItem
target
 
Constructor Summary
IntItem(int content)
          Creates a new instance of StateMentItem with int content.
 
Methods inherited from class kiurubeans.StatementItem
getContent, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntItem

public IntItem(int content)
Creates a new instance of StateMentItem with int content.

Parameters:
content - content for PreparedStatement