Download Impel
Version 0.7
Read the APIIt’s simple
Download Impel ModulesTransparent Database Syncing
Read the FAQYes, it runs on the iPhone
- CritConstants
- Criteria
- Impel
- Impel.CritConstants
- Impel.Criteria
- Impel.Criterion
- Impel.inTouch
- Impel.ResultSet
- ImpelClass
- ImpelPeer
- ResultSet
- String
Class Impel.ResultSet
A simplified verion of the SQLResultSet class that can be easily turned into an array
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Impel.ResultSet(rs)
A simplified verion of the SQLResultSet class that can be easily turned into an array
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Impel.ResultSet.toArray()
Convert the result set into an array
|
Class Detail
Impel.ResultSet(rs)
- Parameters:
- {SQLResultSet} rs
- A result set as returned from an HTML 5 database SELECT statement
Method Detail
<static>
Impel.ResultSet.toArray()
Convert the result set into an array
- Returns:
- array