Module com.cryptoalgo.oursql.oursql
Class StringContainer
java.lang.Object
com.cryptoalgo.oursql.model.db.data.Container<String>
com.cryptoalgo.oursql.model.db.data.StringContainer
A container for various text SQL types
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStringContainer
(String boxValue) Create an instance of the container with raw content. -
Method Summary
Methods inherited from class com.cryptoalgo.oursql.model.db.data.Container
getFinalValue, getInstance, getTypes, getValue, isEditable, toSQLString
-
Constructor Details
-
StringContainer
Create an instance of the container with raw content.- Parameters:
boxValue
- Raw content to unbox into this container
-
-
Method Details
-
unbox
Description copied from class:Container
"Unbox" a raw string to the boxed type -
isValid
-
toString
-