Class XMLQueryResultSet

java.lang.Object
quadbase.common.util.internal.XMLQueryResultSet

public class XMLQueryResultSet extends Object
This class implements a result set on a file of type .xml
  • Constructor Details

  • Method Details

    • close

      public void close()
      For internal use
    • next

      public boolean next()
      For internal use
    • getObject

      public Object getObject(int col)
      Get object of specified column
    • getColumnCount

      public int getColumnCount()
    • getColumnName

      public String getColumnName(int col)
    • getColumnType

      public int getColumnType(int col)