java.lang.Object
com.cryptoalgo.oursql.model.db.data.Container<int[]>
com.cryptoalgo.oursql.model.db.data.TIDContainer
Container for the "tid" (tuple id) SQL type
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTIDContainer
(String boxValue) Create an instance of a TID container with a raw string -
Method Summary
Methods inherited from class com.cryptoalgo.oursql.model.db.data.Container
getFinalValue, getInstance, getTypes, getValue, isEditable, toSQLString
-
Constructor Details
-
TIDContainer
Create an instance of a TID container with a raw string- Parameters:
boxValue
- Raw string to unbox into this container
-
-
Method Details
-
unbox
Description copied from class:Container
"Unbox" a raw string to the boxed type -
isValid
-
toString
-