|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String serviceName
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
public char getType() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getLength() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getDecimalPositionCount() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String get() throws java.rmi.RemoteException
java.rmi.RemoteException
public void put(java.lang.String v) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |