Query: dbix::class::storage::dbi::sqlanywhere::cursor
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBIx::Class::Storage::DBI::SQLAnywhere::Cursor(3) User Contributed Perl Documentation DBIx::Class::Storage::DBI::SQLAnywhere::Cursor(3)NAMEDBIx::Class::Storage::DBI::SQLAnywhere::Cursor - GUID Support for SQL Anywhere over DBD::SQLAnywhereDESCRIPTIONThis class is for normalizing GUIDs retrieved from SQL Anywhere via DBD::SQLAnywhere. You probably don't want to be here, see DBIx::Class::Storage::DBI::SQLAnywhere for information on the SQL Anywhere driver. Unfortunately when using DBD::SQLAnywhere, GUIDs come back in binary, the purpose of this class is to transform them to text. DBIx::Class::Storage::DBI::SQLAnywhere sets cursor_class to this class by default. It is overridable via your connect_info. You can use DBIx::Class::Cursor::Cached safely with this class and not lose the GUID normalizing functionality, ::Cursor::Cached uses the underlying class data for the inner cursor class.AUTHORSee "AUTHOR" in DBIx::Class and "CONTRIBUTORS" in DBIx::Class.LICENSEYou may distribute this code under the same terms as Perl itself. perl v5.16.2 2012-08-16 DBIx::Class::Storage::DBI::SQLAnywhere::Cursor(3)