LPEX
4.4.0

com.ibm.lpex.sql
Class SqlLexerStyles

java.lang.Object
  extended by com.ibm.lpex.sql.SqlLexerStyles

public final class SqlLexerStyles
extends Object

Styles for the SQL lexer. The style characters used by the SQL lexer must be defined by the host document parser.

The default style character set in the LpexCharStream by the host parser (usually '_' for layout blanks) will also appear in elements tokenized by the SQL lexer.


Constructor Summary
SqlLexerStyles(String styles)
          Constructs a set of SQL lexer styles.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlLexerStyles

public SqlLexerStyles(String styles)
Constructs a set of SQL lexer styles. If the styles string is null, the SQL lexer styles are set to '!'.

Parameters:
styles - string of 9 style characters, in the following order: comment, error, keyword, built-in function, numeric constant, character string constant, identifier, punctuation, comment tag

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.