class OCI8::Metadata::Column

def charset_id

The character set id, if the column is of a string/character type
def charset_id
  attr_get_ub2(OCI_ATTR_CHARSET_ID)
end