kiurubeans
Class StringItem

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

public class StringItem
extends StatementItem

Representation of a preparedstatement item of type String.


Field Summary
 
Fields inherited from class kiurubeans.StatementItem
target
 
Constructor Summary
StringItem(java.lang.String content)
          Creates a new instance of StateMentItem with String 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

StringItem

public StringItem(java.lang.String content)
Creates a new instance of StateMentItem with String content.

Parameters:
content - content for PreparedStatement