Class SSPTParser
java.lang.Object
org.apache.camel.component.sql.stored.template.generated.SSPTParser
- All Implemented Interfaces:
SSPTParserConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionNext token.Current token.Generated Token Manager.Fields inherited from interface org.apache.camel.component.sql.stored.template.generated.SSPTParserConstants
COMMA, DEFAULT, DIGIT, EOF, IDENTIFIER, LETTER, NUMBER, PARAMETER_NAME, PARAMETER_POS_TOKEN, PROCEDURE_BEGIN, PROCEDURE_END, SCALE, SEPARATOR, SIMPLE_EXP_TOKEN, SPECIAL, tokenImage, WHITESPACE -
Constructor Summary
ConstructorsConstructorDescriptionSSPTParser(InputStream stream) Constructor with InputStream.SSPTParser(InputStream stream, String encoding) Constructor with InputStream and supplied encodingSSPTParser(Reader stream) Constructor.SSPTParser(Reader reader, org.apache.camel.spi.ClassResolver classResolver) Constructor with generated Token Manager. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidDisable tracing.final voidEnable tracing.Generate ParseException.final TokenGet the next Token.final TokengetToken(int index) Get the specific Token.final InOutParameterfinal InParameterfinal Tokenfinal Stringfinal OutParameterfinal Objectfinal Stringfinal Tokenfinal Templateparse()voidReInit(InputStream stream) Reinitialise.voidReInit(InputStream stream, String encoding) Reinitialise.voidReinitialise.voidReinitialise.final IntegerScale()final booleanTrace enabled.
-
Field Details
-
token_source
Generated Token Manager. -
token
Current token. -
jj_nt
Next token.
-
-
Constructor Details
-
SSPTParser
-
SSPTParser
Constructor with InputStream. -
SSPTParser
Constructor with InputStream and supplied encoding -
SSPTParser
Constructor. -
SSPTParser
Constructor with generated Token Manager.
-
-
Method Details
-
parse
- Throws:
ParseException
-
Parameter
- Throws:
ParseException
-
InParameter
- Throws:
ParseException
-
OutParameter
- Throws:
ParseException
-
InOutParameter
- Throws:
ParseException
-
ParameterName
- Throws:
ParseException
-
Scale
- Throws:
ParseException
-
ParameterSqlType
- Throws:
ParseException
-
OutHeader
- Throws:
ParseException
-
InParameterSrc
- Throws:
ParseException
-
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
getNextToken
Get the next Token. -
getToken
Get the specific Token. -
generateParseException
Generate ParseException. -
trace_enabled
public final boolean trace_enabled()Trace enabled. -
enable_tracing
public final void enable_tracing()Enable tracing. -
disable_tracing
public final void disable_tracing()Disable tracing.
-