Class Clob

Description

A Clob is a variable length representation of character values. (Clob stands for <u>C</u>haracter <u>L</u>arge <u>Ob</u>ject.) The contents of a Clob are returned in a CharValueIterator by the getChars() 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/Clob.php (line 20)


	
			
Method Summary
Methods
getChars (line 39)

return this Clobs's chars.

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: CLOB_GETCHARS_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:22:05 -0400 by phpDocumentor 1.3.0RC3