Public Instance Methods : DBString

* sstHtmlEncodeOn: stream
	"ACTION
		Encode the receiver on @stream such that characters with special
		significance to HTML (such as $<) are specially encoded.

	PARAMETERS
		<String>"
Categories
	SST-API User
* sstHttpString
	"ACTION
		Answer an http string representation of the receiver.
		NOTE: Because the result has to be bytes, use the default
		lead encoding for this platform to convert the DBString.

	RETURN VALUE
		<EsLeadEncodedBytes>"
Categories
	SST-API User
* sstHttpStringOn: stream
	"ACTION
		Write the http representation of the receiver to @stream.
		NOTE: Because the stream expects bytes, use the default
		lead encoding for this platform to convert the DBString.

	PARAMETERS
		stream : <WriteStream>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]