public class ResultSpecification extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ResultSpecification.ColumnSpecification |
Modifier and Type | Field and Description |
---|---|
protected 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(Object o)
Check equals
|
int |
getForm(String columnName)
Get the specified form of a column
|
int |
hashCode()
Calculate a hash value
|
void |
setForm(String columnName,
int formValue)
Specify that a column is to be read as a file stream, if possible
|
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 HashMap columnSpecifications