Package net.quasardb.qdb.batch
Class StringEntry
java.lang.Object
net.quasardb.qdb.batch.StringEntry
A string in the database.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringEntry
-
-
Method Details
-
ofAlias
-
put
Create a new string with the specified content. Fails if the string already exists.- Parameters:
content
- The content of the string to be created.
-
update
Replaces the content of the string.- Parameters:
content
- The content of the string to be stored.
-