Save This Page
Home » javassist3.9.GA » sample.example » [javadoc | source]
sample.example
public interface: Rows [javadoc | source]
Method from sample.example.Rows Summary:
columnCount,   columnName,   getBoolean,   getData,   getDouble,   getFloat,   getInt,   getLong,   getObject,   getString,   hasNext,   rowCount
Method from sample.example.Rows Detail:
 public int columnCount()
 public String columnName(int index)
 public boolean getBoolean(String columnName)
 public byte[] getData(String columnName)
 public double getDouble(String columnName)
 public float getFloat(String columnName)
 public int getInt(String columnName)
 public long getLong(String columnName)
 public Object getObject(String columnName)
 public String getString(String columName)
 public boolean hasNext()
 public int rowCount()