com.healthmarketscience.jackcess.query
Class Query.Row

java.lang.Object
  extended by com.healthmarketscience.jackcess.query.Query.Row
Enclosing class:
Query

public static final class Query.Row
extends Object

Struct containing the information from a single row of the system query table.


Field Summary
 Byte attribute
           
 String expression
           
 Integer extra
           
 Short flag
           
 String name1
           
 String name2
           
 Integer objectId
           
 byte[] order
           
 
Constructor Summary
Query.Row(Byte attribute, String expression, Short flag, Integer extra, String name1, String name2, Integer objectId, byte[] order)
           
Query.Row(Map<String,Object> tableRow)
           
 
Method Summary
 String toString()
           
 Map<String,Object> toTableRow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute

public final Byte attribute

expression

public final String expression

flag

public final Short flag

extra

public final Integer extra

name1

public final String name1

name2

public final String name2

objectId

public final Integer objectId

order

public final byte[] order
Constructor Detail

Query.Row

public Query.Row(Map<String,Object> tableRow)

Query.Row

public Query.Row(Byte attribute,
                 String expression,
                 Short flag,
                 Integer extra,
                 String name1,
                 String name2,
                 Integer objectId,
                 byte[] order)
Method Detail

toTableRow

public Map<String,Object> toTableRow()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013 Health Market Science. All Rights Reserved.