|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.attribute.AttributeAccess
Encapsulate information about possible attribute access. The access could related to access to a database table column (RW, RO, RC) or access for a stored procedure/command parameter (IN, OUT, IN_OUT).
AttributeAccess objects are immutable.
Field Summary | |
static java.lang.String[] |
CAPTIONS
|
static AttributeAccess |
IN
In parameter for stored procedure. |
static AttributeAccess |
IN_OUT
In/Out parameter for stored procedure. |
static java.lang.String[] |
NAMES
|
static AttributeAccess |
OUT
Out parameter for stored procedure. |
static AttributeAccess |
RC
Read/Create attribute access. |
static AttributeAccess |
RES
Result parameter for stored procedure. |
static AttributeAccess |
RET
Return parameter for stored procedure. |
static AttributeAccess |
RO
Read Only attribute access. |
static AttributeAccess |
RW
Read/Write attribute access. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Determine if the given object is equal to the attribute access. |
static AttributeAccess |
get(java.lang.String name)
Lookup the attribute access for the given attribute name. |
java.lang.String |
getName()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String[] CAPTIONS
public static final AttributeAccess IN
public static final AttributeAccess IN_OUT
public static final java.lang.String[] NAMES
public static final AttributeAccess OUT
public static final AttributeAccess RC
public static final AttributeAccess RES
public static final AttributeAccess RET
public static final AttributeAccess RO
public static final AttributeAccess RW
Method Detail |
public final boolean equals(java.lang.Object object)
public static final AttributeAccess get(java.lang.String name)
public final java.lang.String getName()
public final java.lang.String toString()
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |