File: AllStyles.tsql.styled

package info (click to toggle)
codequery 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,860 kB
  • sloc: cpp: 151,420; xml: 16,576; python: 5,602; ansic: 5,487; makefile: 559; perl: 496; ruby: 209; sql: 194; sh: 106; php: 53; vhdl: 51; erlang: 47; objc: 22; lisp: 18; cobol: 18; modula3: 17; asm: 14; fortran: 12; ml: 11; tcl: 6
file content (52 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{2}-- Enumerate all styles: 0 to 16{0}

{1}/* block comment = 1*/{0}

{2}-- whitespace = 0{0}
    {2}-- spaces{0}

{2}-- line comment = 2{0}

{2}-- number = 3{0}
{3}376{0}

{2}-- string = 4{0}
{4}'a string'{0}

{2}-- operator = 5{0}
{5}(){0}
{5}INTERSECT{0}

{2}-- identifier = 6{0}
{6}ProductID{5};{0}

{2}-- variable = 7{0}
{7}@Variable{5};{0}

{2}-- column name = 8{0}
{8}"COLUMN"{5};{0}

{2}-- statement = 9{0}
{9}PRINT{0}

{2}-- datatype = 10{0}
{10}int{0}

{2}-- systable = 11{0}
{11}sysobjects{0}

{2}-- global variable = 12{0}
{12}@@ERROR{0}

{2}-- function = 13{0}
{13}object_id{0}

{2}-- stored procedure = 14{0}
{14}sp_fulltext_database{0}

{2}-- default (preferencing data type) = 15{0}
{6}x{15} {2}--{0}

{2}-- column name 2 = 16{0}
{16}[COLUMN]{5};{0}