public class ResultSpecification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResultSpecification.ColumnSpecification |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
columnSpecifications
This map has a column name as a key, and a ColumnSpecification object as a value
|
static int |
FORM_DEFAULT |
static int |
FORM_STREAM |
static int |
FORM_STRING |
| Constructor and Description |
|---|
ResultSpecification()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Check equals
|
int |
getForm(java.lang.String columnName)
Get the specified form of a column
|
int |
hashCode()
Calculate a hash value
|
void |
setForm(java.lang.String columnName,
int formValue)
Specify that a column is to be read as a file stream, if possible
|
java.lang.String |
toString()
Convert to a unique string
|
public static final int FORM_DEFAULT
public static final int FORM_STRING
public static final int FORM_STREAM
protected java.util.HashMap columnSpecifications
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setForm(java.lang.String columnName,
int formValue)
public int getForm(java.lang.String columnName)