DB::DBValue
Constructors
- DBText(String text)
- DBInt(Int num)
- DBFloat(Float float)
- DBTime(Int timestamp)
- DBBool(Bool bool)
- DBNull()
Usage
DBValue represents the possible values returned by a query.
Anything that the database-specific library cannot assign a type to should be converted to DBText.