|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FieldValue
A FieldValue is the value object of a Field.
| Method Summary | |
|---|---|
boolean |
getBoolean()
Gets boolean value of this field. |
byte |
getByte()
Gets byte value of this field. |
byte[] |
getBytes()
Gets the bytes array value of this field. |
java.sql.Date |
getDate()
Gets the java.sql.Date value of this field. |
double |
getDouble()
Gets the double value of this field. |
float |
getFloat()
Gets the float value of this field. |
int |
getInt()
Gets the int32 integer value of this field. |
JDBCType |
getJDBCType()
Retrieves the field's JDBC type. |
long |
getLong()
Gets the int64 integer value of this field. |
short |
getShort()
Gets the short integer value of this field. |
java.lang.String |
getString()
Gets the string value of this field. |
java.lang.String |
getTableName()
Gets the field's parent table name. |
java.sql.Time |
getTime()
Gets the java.sql.Time value of this field. |
java.sql.Timestamp |
getTimestamp()
Gets the java.sql.Timestamp value of this field. |
java.lang.Object |
getValue()
Gets the field's value. |
boolean |
isIdentity()
Indicates whether the field is an identity field. |
void |
setValue(java.lang.Object value)
Sets the field's value. |
| Methods inherited from interface jet.server.api.db.DBObject |
|---|
getName, getProperties, getProperty, getProperty, getUCName, setProperty |
| Method Detail |
|---|
boolean isIdentity()
true if so; false otherwiseJDBCType getJDBCType()
java.lang.String getTableName()
java.lang.Object getValue()
void setValue(java.lang.Object value)
value - boolean getBoolean()
byte getByte()
short getShort()
int getInt()
long getLong()
float getFloat()
double getDouble()
java.lang.String getString()
byte[] getBytes()
java.sql.Date getDate()
java.sql.Date value of this field.
java.sql.Time getTime()
java.sql.Time value of this field.
java.sql.Timestamp getTimestamp()
java.sql.Timestamp value of this field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||