====== ADOdb_Session::clob====== ~~NOTOC~~ ==Syntax== bool ADOdb_Session::clob( optional bool $clobIsAvailable ) ===== Description ======= The **static** method //**clob**// sets or gets the ability to use LOB type fields to store session information. For Oracle databases, this function is automatically enforced. The value must be set **//before//** [[v5:session:reference:config|config()]] is called =====Use As A Getter===== When used without parameters it returns the currently set value =====Usage===== include_once 'adodb/adodb.inc.php'; include_once "adodb/session/adodb-session2.php"; ADOdb_Session::clob(true); ADOdb_Session::config('mysqli',$host,$user,$pass,$database);