DataConnectionCollection
Contents
[
Hide
]DataConnectionCollection class
DataConnection collection.
Methods
| Name | Description |
|---|---|
| add(dataConnection) | Add the dataConnection in the collection. |
| clear() | |
| get() | |
| getCount() | |
| getDataConnection(ID) | Gets the element at the specified ID. |
| getNextID() | The next available ID for new connections. |
| iterator() | Reserved for internal use. |
| remove(dataConnection) | Remove the dataConnection from the collection. |
| removeAt() | |
| setNextID() | The next available ID for new connections. |
add(dataConnection)
Add the dataConnection in the collection.
| Parameter | Type | Description |
|---|---|---|
| dataConnection | DataConnection |
Returns: Number — Number
clear()
get()
getCount()
getDataConnection(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | long | ID of DataConnection |
Returns: DataConnection — DataConnection DataConnection DataConnection.
getNextID()
The next available ID for new connections.
iterator()
Reserved for internal use.
remove(dataConnection)
Remove the dataConnection from the collection.
| Parameter | Type | Description |
|---|---|---|
| dataConnection | DataConnection |
removeAt()
setNextID()
The next available ID for new connections.