|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.model.DataResultSet.Field
public static class DataResultSet.Field
A Field represents definition (e.g. a name, type, etc.) for a column of cells.
| Nested Class Summary | |
|---|---|
static class |
DataResultSet.Field.TypeAll available types of field. |
| Constructor Summary | |
|---|---|
DataResultSet.Field(java.lang.String name)Construct a field with the given name |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getMaxLen()return maximum length of field in characters when translated to a string if field is fixed length. |
java.lang.String |
getName()return the name of the field |
int |
getScale()return the scale for DECIMAL field |
DataResultSet.Field.Type |
getType()return the field type (corresponds to an intersection of MS Access and JDBC field types). |
int |
hashCode() |
boolean |
isFixedLen()true if field has a maximum length when translated to a string. |
void |
setFixedLen(boolean fixedLen)set FixedLen which is a maximum length when translated to a string. |
void |
setMaxLen(int maxLen)set MaxLen which is maximum length of field in characters when translated to a string if field is fixed length. |
void |
setName(java.lang.String name) |
void |
setScale(int scale)set the scale for DECIMAL field |
void |
setType(DataResultSet.Field.Type type)set type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataResultSet.Field(java.lang.String name)
name - the field name| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public DataResultSet.Field.Type getType()
public void setType(DataResultSet.Field.Type type)
type - the field type (corresponds to an intersection of MS Access and JDBC field types).public boolean isFixedLen()
public void setFixedLen(boolean fixedLen)
fixedLen - true if field has a maximum length when translated to a string.public int getMaxLen()
public void setMaxLen(int maxLen)
maxLen - maximum length of field in characters when translated to a string if field is fixed length.public int getScale()
public void setScale(int scale)
scale - the scale to be set for a DECIMAL fieldpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||