If hash was omitted, This method returns the current fields of CS_IODESC structure as Hash object.
hash parameter's key is equivalent to the
fieldname of CS_IODESC structure.
hash parameter's value is equivalent to the field value of CS_IODESC structure.
| Key | Value |
|---|---|
| 'datatype' | SybConstant::CS_IMAGE_TYPE or CS_TEXT_TYPE |
| 'total_txtlen' | Total data length ,in bytes |
| 'log_on_update' | true -- The server updates transaction log false -- The server does not update transaction log |
| 'name' | column name |
| 'timestamp' | timestamp(String object) |
| 'textptr' | The text pointer fot the column(String object) |
iodesc.props( { 'log_on_update'=> false ,
'total_txtlen' => 1234 } )