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