com.healthmarketscience.jackcess.impl.query
Class QueryImpl.Row
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl.Row
- Enclosing class:
- QueryImpl
public static final class QueryImpl.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
QueryImpl.Row
public QueryImpl.Row(Row tableRow)
QueryImpl.Row
public QueryImpl.Row(RowId id,
Byte attribute,
String expression,
Short flag,
Integer extra,
String name1,
String name2,
Integer objectId,
byte[] order)
toTableRow
public Row toTableRow()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2017 Health Market Science. All Rights Reserved.