com.allaire.cfx
Class NativeQuery

java.lang.Object
  |
  +--com.allaire.cfx.NativeObject
        |
        +--com.allaire.cfx.NativeQuery
All Implemented Interfaces:
Query

public class NativeQuery
extends NativeObject
implements Query


Method Summary
 int addRow()
           
 int getColumnIndex(java.lang.String s)
           
 java.lang.String[] getColumns()
           
 java.lang.String getData(int i, int j)
           
 java.lang.String getName()
           
 int getRowCount()
           
 void setData(int i, int j, java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addRow

public int addRow()
Specified by:
addRow in interface Query

getColumnIndex

public int getColumnIndex(java.lang.String s)
Specified by:
getColumnIndex in interface Query

getColumns

public java.lang.String[] getColumns()
Specified by:
getColumns in interface Query

getData

public java.lang.String getData(int i,
                                int j)
                         throws java.lang.IndexOutOfBoundsException
Specified by:
getData in interface Query

getName

public java.lang.String getName()
Specified by:
getName in interface Query

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface Query

setData

public void setData(int i,
                    int j,
                    java.lang.String s)
             throws java.lang.IndexOutOfBoundsException
Specified by:
setData in interface Query