cursor.js 87 B

1234567
  1. module.exports = {
  2. NO_CURSOR: 0,
  3. READ_ONLY: 1,
  4. FOR_UPDATE: 2,
  5. SCROLLABLE: 3
  6. };