Class BlobTextKey
java.lang.Object
com.dandymadeproductions.ajqvue.utilities.BlobTextKey
The BlobTextKey class provides the structure for a key in the
SQL database that might consist of BLOB or TEXT data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlobTextKey
public BlobTextKey()
-
-
Method Details
-
getName
-
getContent
-
getLength
public int getLength() -
setName
-
setContent
-
setLength
public void setLength(int value) -
toString
-