File: CURSOR.py

package info (click to toggle)
mariadb-connector-python 1.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: python: 6,246; ansic: 4,971; sh: 23; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""
    Cursor constants are used for server side cursors.
    Currently only read only cursor is supported.

    Cursor constants are defined in module *mariadb.constants.CURSOR*.
"""

NONE = 0
READ_ONLY = 1