|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldInterface
Field Summary | |
---|---|
static java.lang.String |
serviceName
|
Method Summary | |
---|---|
java.lang.String |
get()
returns a Field's value by its relative position |
int |
getDecimalPositionCount()
returns a Field's decimal position as defined in database by its relative position |
int |
getLength()
returns a Field Length as defined in database |
java.lang.String |
getName()
returns a Field's name by its relative position |
char |
getType()
returns a Field type by its relative position |
void |
put(java.lang.String v)
sets a Field's value by its relative position |
Field Detail |
---|
static final java.lang.String serviceName
Method Detail |
---|
java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
char getType() throws java.rmi.RemoteException
java.rmi.RemoteException
int getLength() throws java.rmi.RemoteException
java.rmi.RemoteException
int getDecimalPositionCount() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String get() throws java.rmi.RemoteException
java.rmi.RemoteException
void put(java.lang.String v) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |