|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jasp.adodb.Properties
A Properties collection contains all the Property objects for a specific instance of an object.
| Method Summary | |
int |
getCount()
Returns the number of property in the Properties collection. |
Property |
getItem(int index)
Returns a Property object from currect collection with specific Index |
Property |
getItem(java.lang.String name)
Returns a Property object from currect collection with specific name |
Property |
getItem(variant var)
Returns a Property object from currect collection. |
void |
Refresh()
Updates the objects in a collection. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void Refresh()
public Property getItem(int index)
throws java.lang.Exception
index - the index of the Property.
public Property getItem(variant var)
throws java.lang.Exception
var - the index or name of the Property.
public Property getItem(java.lang.String name)
throws java.lang.Exception
name - the name of the Property.
public int getCount()
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||