DataConnectionCollection

DataConnectionCollection class

DataConnection collection.

Methods

NameDescription
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.

ParameterTypeDescription
dataConnectionDataConnection

Returns: Number — Number

clear()

get()

getCount()

getDataConnection(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDlongID 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.

ParameterTypeDescription
dataConnectionDataConnection

removeAt()

setNextID()

The next available ID for new connections.