com.healthmarketscience.jackcess.query
Class Query.Row
java.lang.Object
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.
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
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)
toTableRow
public Map<String,Object> toTableRow()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2013 Health Market Science. All Rights Reserved.