File: _Make_DirEntry.sql

package info (click to toggle)
sqlparse 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: python: 5,310; sql: 167; makefile: 107; sh: 14
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
-- Make a new dir entry
-- and return its inode


INSERT INTO dir_entries(type)
                VALUES(:type)