com.mysema.query.sql.types
Class StringType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<String>
      extended by com.mysema.query.sql.types.StringType
All Implemented Interfaces:
Type<String>

public class StringType
extends AbstractType<String>

Author:
tiwe

Constructor Summary
StringType()
           
StringType(int type)
           
 
Method Summary
 Class<String> getReturnedClass()
           
 String getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, String value)
           
 
Methods inherited from class com.mysema.query.sql.types.AbstractType
getSQLTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringType

public StringType()

StringType

public StringType(int type)
Method Detail

getValue

public String getValue(ResultSet rs,
                       int startIndex)
                throws SQLException
Throws:
SQLException

getReturnedClass

public Class<String> getReturnedClass()

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     String value)
              throws SQLException
Throws:
SQLException


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.