datarow-ag凯发旗舰厅



com.spire.data.table
class datarow

java.lang.object
  extended by com.spire.data.table.datarow

public class datarow
extends java.lang.object

represents a row of a table for pdf document .


constructor summary
datarow(datatable table, int rowindex)
           
 
method summary
 java.lang.object[] getarraylist()
           
 java.math.bigdecimal getbigdecimal(int i)
           
 java.math.bigdecimal getbigdecimal(java.lang.string arg0)
           
 boolean getboolean(int i)
           
 boolean getboolean(java.lang.string arg0)
           
 byte getbyte(int i)
           
 byte getbyte(java.lang.string arg0)
           
 byte[] getbytes(int i)
           
 byte[] getbytes(java.lang.string arg0)
           
 java.sql.date getdate(int i)
           
 java.sql.date getdate(java.lang.string arg0)
           
 java.util.date getdatetime(int i)
           
 double getdouble(int i)
           
 double getdouble(java.lang.string arg0)
           
 float getfloat(int i)
           
 float getfloat(java.lang.string arg0)
           
 int getint(int i)
           
 int getint(java.lang.string arg0)
           
 long getlong(int i)
           
 long getlong(java.lang.string arg0)
           
 java.lang.object getobject(int arg0)
           
 java.lang.object getobject(java.lang.string arg0)
           
 short getshort(int i)
           
 short getshort(java.lang.string arg0)
           
 java.lang.string getstring(int i)
           
 java.lang.string getstring(java.lang.string arg0)
           
 datatable gettable()
           
 java.sql.time gettime(int i)
           
 java.sql.time gettime(java.lang.string arg0)
           
 java.sql.timestamp gettimestamp(int i)
           
 java.sql.timestamp gettimestamp(java.lang.string arg0)
           
 boolean isnull(int arg0)
           
 boolean isnull(java.lang.string arg0)
           
 void setbigdecimal(int arg0, java.math.bigdecimal arg1)
           
 void setbigdecimal(java.lang.string arg0, java.math.bigdecimal arg1)
           
 void setboolean(int arg0, boolean arg1)
           
 void setboolean(java.lang.string arg0, boolean arg1)
           
 void setbyte(int arg0, byte[] arg1)
           
 void setbyte(java.lang.string arg0, byte[] arg1)
           
 void setbytes(int arg0, byte[] arg1)
           
 void setbytes(java.lang.string arg0, byte[] arg1)
           
 void setdate(int arg0, java.sql.date arg1)
           
 void setdate(java.lang.string arg0, java.sql.date arg1)
           
 void setdatetime(int arg0, java.util.date arg1)
           
 void setdatetime(java.lang.string arg0, java.util.date arg1)
           
 void setdouble(int arg0, double arg1)
           
 void setdouble(java.lang.string arg0, double arg1)
           
 void setfloat(int arg0, float arg1)
           
 void setfloat(java.lang.string arg0, float arg1)
           
 void setint(int arg0, int arg1)
           
 void setint(java.lang.string arg0, int arg1)
           
 void setlong(int arg0, long arg1)
           
 void setlong(java.lang.string arg0, long arg1)
           
 void setobject(int arg0, java.lang.object arg1)
           
 void setobject(java.lang.string arg0, java.lang.object arg1)
           
 void setpdfimage(int arg0, pdfimage arg1)
           
 void setshort(int arg0, short arg1)
           
 void setshort(java.lang.string columnname, short objectdata)
           
 void setstring(int arg0, java.lang.string arg1)
           
 void setstring(java.lang.string arg0, java.lang.string arg1)
           
 void settime(int arg0, java.sql.time arg1)
           
 void settime(java.lang.string arg0, java.sql.time arg1)
           
 void settimestamp(int arg0, java.sql.timestamp arg1)
           
 void settimestamp(java.lang.string arg0, java.sql.timestamp arg1)
           
 
constructor detail

datarow

public datarow(datatable table,
               int rowindex)
method detail

getobject

public java.lang.object getobject(java.lang.string arg0)
                           throws dataexception
throws:
dataexception

getobject

public java.lang.object getobject(int arg0)
                           throws dataexception
throws:
dataexception

getstring

public java.lang.string getstring(java.lang.string arg0)
                           throws dataexception
throws:
dataexception

getstring

public java.lang.string getstring(int i)
                           throws dataexception
throws:
dataexception

isnull

public boolean isnull(java.lang.string arg0)
               throws dataexception
throws:
dataexception

isnull

public boolean isnull(int arg0)

gettable

public datatable gettable()

setobject

public void setobject(java.lang.string arg0,
                      java.lang.object arg1)
               throws dataexception
throws:
dataexception

setobject

public void setobject(int arg0,
                      java.lang.object arg1)
               throws dataexception
throws:
dataexception

getint

public int getint(int i)
           throws dataexception
throws:
dataexception

getint

public int getint(java.lang.string arg0)
           throws dataexception
throws:
dataexception

setint

public void setint(java.lang.string arg0,
                   int arg1)
            throws dataexception
throws:
dataexception

setint

public void setint(int arg0,
                   int arg1)
            throws dataexception
throws:
dataexception

getshort

public short getshort(int i)
               throws dataexception
throws:
dataexception

getshort

public short getshort(java.lang.string arg0)
               throws dataexception
throws:
dataexception

setshort

public void setshort(java.lang.string columnname,
                     short objectdata)
              throws dataexception
throws:
dataexception

setshort

public void setshort(int arg0,
                     short arg1)

getlong

public long getlong(int i)
             throws dataexception
throws:
dataexception

getlong

public long getlong(java.lang.string arg0)
             throws dataexception
throws:
dataexception

setlong

public void setlong(java.lang.string arg0,
                    long arg1)
             throws dataexception
throws:
dataexception

setlong

public void setlong(int arg0,
                    long arg1)
             throws dataexception
throws:
dataexception

getfloat

public float getfloat(int i)
               throws dataexception
throws:
dataexception

getfloat

public float getfloat(java.lang.string arg0)
               throws dataexception
throws:
dataexception

setfloat

public void setfloat(java.lang.string arg0,
                     float arg1)
              throws dataexception
throws:
dataexception

setfloat

public void setfloat(int arg0,
                     float arg1)
              throws dataexception
throws:
dataexception

getdouble

public double getdouble(int i)
                 throws dataexception
throws:
dataexception

getdouble

public double getdouble(java.lang.string arg0)
                 throws dataexception
throws:
dataexception

getbigdecimal

public java.math.bigdecimal getbigdecimal(int i)
                                   throws dataexception
throws:
dataexception

getbigdecimal

public java.math.bigdecimal getbigdecimal(java.lang.string arg0)
                                   throws dataexception
throws:
dataexception

setdouble

public void setdouble(java.lang.string arg0,
                      double arg1)
               throws dataexception
throws:
dataexception

setdouble

public void setdouble(int arg0,
                      double arg1)
               throws dataexception
throws:
dataexception

setbytes

public void setbytes(int arg0,
                     byte[] arg1)
              throws dataexception
throws:
dataexception

setbytes

public void setbytes(java.lang.string arg0,
                     byte[] arg1)
              throws dataexception
throws:
dataexception

setbyte

public void setbyte(int arg0,
                    byte[] arg1)
             throws dataexception
throws:
dataexception

setbyte

public void setbyte(java.lang.string arg0,
                    byte[] arg1)
             throws dataexception
throws:
dataexception

getdate

public java.sql.date getdate(int i)
                      throws dataexception
throws:
dataexception

getdate

public java.sql.date getdate(java.lang.string arg0)
                      throws dataexception
throws:
dataexception

getdatetime

public java.util.date getdatetime(int i)
                           throws dataexception
throws:
dataexception

gettime

public java.sql.time gettime(int i)
                      throws dataexception
throws:
dataexception

gettime

public java.sql.time gettime(java.lang.string arg0)
                      throws dataexception
throws:
dataexception

gettimestamp

public java.sql.timestamp gettimestamp(int i)
                                throws dataexception
throws:
dataexception

gettimestamp

public java.sql.timestamp gettimestamp(java.lang.string arg0)
                                throws dataexception
throws:
dataexception

getarraylist

public java.lang.object[] getarraylist()
                                throws dataexception
throws:
dataexception

getbyte

public byte getbyte(int i)
             throws dataexception
throws:
dataexception

getbyte

public byte getbyte(java.lang.string arg0)
             throws dataexception
throws:
dataexception

getbytes

public byte[] getbytes(int i)
                throws dataexception
throws:
dataexception

getbytes

public byte[] getbytes(java.lang.string arg0)
                throws dataexception
throws:
dataexception

setdate

public void setdate(java.lang.string arg0,
                    java.sql.date arg1)
             throws dataexception
throws:
dataexception

setdate

public void setdate(int arg0,
                    java.sql.date arg1)
             throws dataexception
throws:
dataexception

settime

public void settime(java.lang.string arg0,
                    java.sql.time arg1)
             throws dataexception
throws:
dataexception

settime

public void settime(int arg0,
                    java.sql.time arg1)
             throws dataexception
throws:
dataexception

setdatetime

public void setdatetime(java.lang.string arg0,
                        java.util.date arg1)
                 throws dataexception
throws:
dataexception

setdatetime

public void setdatetime(int arg0,
                        java.util.date arg1)
                 throws dataexception
throws:
dataexception

settimestamp

public void settimestamp(java.lang.string arg0,
                         java.sql.timestamp arg1)
                  throws dataexception
throws:
dataexception

settimestamp

public void settimestamp(int arg0,
                         java.sql.timestamp arg1)
                  throws dataexception
throws:
dataexception

getboolean

public boolean getboolean(int i)
                   throws dataexception
throws:
dataexception

getboolean

public boolean getboolean(java.lang.string arg0)
                   throws dataexception
throws:
dataexception

setboolean

public void setboolean(java.lang.string arg0,
                       boolean arg1)
                throws dataexception
throws:
dataexception

setboolean

public void setboolean(int arg0,
                       boolean arg1)
                throws dataexception
throws:
dataexception

setbigdecimal

public void setbigdecimal(java.lang.string arg0,
                          java.math.bigdecimal arg1)
                   throws dataexception
throws:
dataexception

setbigdecimal

public void setbigdecimal(int arg0,
                          java.math.bigdecimal arg1)
                   throws dataexception
throws:
dataexception

setstring

public void setstring(int arg0,
                      java.lang.string arg1)
               throws dataexception
throws:
dataexception

setstring

public void setstring(java.lang.string arg0,
                      java.lang.string arg1)
               throws dataexception
throws:
dataexception

setpdfimage

public void setpdfimage(int arg0,
                        pdfimage arg1)
                 throws dataexception
throws:
dataexception


网站地图