home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / sql_oracle.sch < prev    next >
Encoding:
Text File  |  2000-06-05  |  4.1 KB  |  130 lines

  1. object TPersHolder
  2.   P.Name = 'SQL (Oracle)'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseStrings = True
  14.       UseSingleLineStrings = True
  15.       UseNumbers = True
  16.       UseKeywords = True
  17.       BlockDelimiters = <>
  18.       SingleLineCommentDelimiters = <
  19.         item
  20.           FontID = 4
  21.           LeftDelimiter = '--'
  22.         end>
  23.       SingleLineStringDelimiters = <
  24.         item
  25.           FontID = 5
  26.           LeftDelimiter = #39
  27.           RightDelimiter = #39
  28.         end
  29.         item
  30.           FontID = 6
  31.           LeftDelimiter = '"'
  32.           RightDelimiter = '"'
  33.         end>
  34.       KeywordSets = <
  35.         item
  36.           FontID = 7
  37.           Name = 'reserved'
  38.           Keywords = 
  39.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,AS,ASC,ASSERT,AS' +
  40.             'SIGN,AT,AUDIT,AUTHORIZATION,AVG,BEGIN,BETWEEN,BODY,BOOLEAN,BY,CA' +
  41.             'SE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUSTER,CLUSTERS,COLAUTH,COLUMN,CO' +
  42.             'LUMNS,COMMENT,COMMIT,COMPRESS,CONNECT,CONSTANT,COUNT,CRASH,CREAT' +
  43.             'E,CURRENT,CURSOR,DATA_BASE,DATABASE,DATE,DBA,DEBUGOFF,DEBUGON,DE' +
  44.             'CIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DELETE,DELTA,DESC,DIGITS,' +
  45.             'DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,ENTRY,EXCEPTION,EXCEPTIO' +
  46.             'N_INIT,EXCLUSIVE,EXISTS,EXIT,FALSE,FETCH,FILE,FLOAT,FOR,FORM,FRO' +
  47.             'M,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTFIED,IDENTIFIED,' +
  48.             'IF,IMMEDIATE,IN,INCREMENT,INDEX,INDEXES,INDICATOR,INITIAL,INSERT' +
  49.             ',INTEGER,INTERSECT,INTO,IS,LEVEL,LIKE,LIMITED,LOCK,LONG,LOOP,MAX' +
  50.             ',MAXEXTENTS,MIN,MINUS,MOD,MODE,MODIFY,NEW,NOAUDIT,NOCOMPRESS,NOT' +
  51.             ',NOWAIT,NULL,NUMBER,NUMBER_BASE,OF,OFFLINE,ON,ONLINE,OPEN,OPTION' +
  52.             ',OR,ORDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,PRAGMA,PRIOR,PRIV' +
  53.             'ATE,PRIVILEGES,PROCEDURE,PUBLIC,RAISE,RANGE,RAW,RECORD,RELEASE,R' +
  54.             'EM,RENAME,REPLACE,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROW,RO' +
  55.             'WID,ROWLABEL,ROWNUM,ROWS,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEP' +
  56.             'ARATE,SESSION,SET,SHARE,SIZE,SMALLINT,SPACE,SQL,SQLCODE,SQLERRM,' +
  57.             'START,STATEMENT,STDDEV,SUBTYPE,SUCCESSFUL,SUM,SYNONYM,SYSDATE,TA' +
  58.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRIGGER,TRUE,TYPE,UID,' +
  59.             'UNION,UNIQUE,UPDATE,USE,USER,VALIDATE,VALUES,VARCHAR,VARCHAR2,VA' +
  60.             'RIANCE,VIEW,VIEWS,WHEN,WHENEVER,WHERE,WHILE,WITH,WORK,XOR'
  61.         end>
  62.     end>
  63.   P.FontTable = <
  64.     item
  65.       FontID = 0
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -13
  69.       Font.Name = 'Courier New'
  70.       Font.Style = []
  71.     end
  72.     item
  73.       FontID = 1
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clGreen
  76.       Font.Height = -13
  77.       Font.Name = 'Courier New'
  78.       Font.Style = []
  79.     end
  80.     item
  81.       FontID = 2
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clGreen
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = []
  87.     end
  88.     item
  89.       FontID = 3
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clGreen
  92.       Font.Height = -13
  93.       Font.Name = 'Courier New'
  94.       Font.Style = []
  95.     end
  96.     item
  97.       FontID = 4
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clGray
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = [fsItalic]
  103.     end
  104.     item
  105.       FontID = 5
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clMaroon
  108.       Font.Height = -13
  109.       Font.Name = 'Courier New'
  110.       Font.Style = []
  111.     end
  112.     item
  113.       FontID = 6
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clMaroon
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 7
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlue
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = [fsBold]
  127.     end>
  128.   P.SyntaxVersion = 2
  129. end
  130.