Class Blob

Description

A Blob is a variable length representation of binary (byte) values. (Blob stands for <u>B</u>inary <u>L</u>arge <u>Ob</u>ject.) The contents of a Blob are returned in a ByteValueIterator by the getBytes() method. Its length is returned by the method length().

OSID Version: 2.0

Licensed under the org.osid.SidImplementationLicenseMIT.

Located in /harmoni/oki2/osid/sql/Blob.php (line 20)


	
			
Method Summary
Methods
getBytes (line 39)

return this Blob's bytes.

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: BLOB_GETBYTES_FAILED, OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
length (line 59)

return the length of the object

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
int length ()

Documentation generated on Wed, 19 Sep 2007 10:21:46 -0400 by phpDocumentor 1.3.0RC3