MinimaList
Description: Minimal List of Maps
Version : 1.02
Treat it as some kind of a NoSQL for key-value pair or KVS.
It is suitable for small demo but I don't recommend it for serious project.
Properties
www.b4x.com
Description: Minimal List of Maps
Version : 1.02
Treat it as some kind of a NoSQL for key-value pair or KVS.
It is suitable for small demo but I don't recommend it for serious project.
Properties
- List (read/write)
- First As Map (read)
- Last As Map (read)
- Add (M As Map)
- CopyList As Object
- Count (key As String, id As Long) As Int
- Remove (Index As Long)
- Remove2 (M As Map)
- RemoveKey (Key As String, Index As Long)
- RemoveKey2 (Key As String, M As Map)
- IndexFromMap (M As Map) As Long
- IndexFromId (id As Long) As Long
- Find (id As Long) As Map
- FindFirst (keys As List, values As List) As Map
- FindAll (keys As List, values As List) As List
- FindAnyLike (keys As List, values As List) As List
- Exclude (id As Long) As List
- ExcludeAll (keys As List, values As List) As List
- ExcludeAny (keys As List, values As List) As List
[Web] MinimaList Controller
MinimaListController Version : 1.05 A library that can be use to create basic structure of a controller class for Web API Template v2.03. Note: This library is now succeeded by WebAPIController version 1.03 Generated code: ' MinimaList Controller ' Version 1.05 Sub Class_Globals Private...

Attachments
Last edited: