Skip navigation links
General SQL Parser Documentation | ← Back to Docs
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

W

warn(String) - Method in interface gudusoft.gsqlparser.util.Logger
 
WARNING - Static variable in class gudusoft.gsqlparser.TLog
 
whatDeclared_constant - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.constant
whatDeclared_exception - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.exception
whatDeclared_pragma_autonomous_transaction - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_autonomous_transaction
whatDeclared_pragma_coverage - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_coverage
whatDeclared_pragma_deprecate - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_deprecate
whatDeclared_pragma_exception_init - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_exception_init
whatDeclared_pragma_interface - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_interface
whatDeclared_pragma_restrict_references - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_restrict_references
whatDeclared_pragma_serially_reusable - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_serially_reusable
whatDeclared_pragma_suppresses_warning_6009 - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
whatDeclared_pragma_timestamp - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.pragma_timestamp
whatDeclared_subtype - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.subtype
whatDeclared_variable - Static variable in class gudusoft.gsqlparser.stmt.TVarDeclStmt
Deprecated.
As of v1.4.8.8, replaced by EDeclareType.variable
WHEN - Static variable in class gudusoft.gsqlparser.pp.utils.SourceTokenNameConstant
 
WHERE - Static variable in class gudusoft.gsqlparser.pp.utils.SourceTokenNameConstant
 
WherePredicateVisitor - Class in gudusoft.gsqlparser.dlineage.statistics
WHERE/HAVING条件访问者
WherePredicateVisitor() - Constructor for class gudusoft.gsqlparser.dlineage.statistics.WherePredicateVisitor
 
while_loop - Static variable in class gudusoft.gsqlparser.stmt.TLoopStmt
 
WhileSqlNode - Static variable in class gudusoft.gsqlparser.nodes.TStatementSqlNode
 
WHITESPACE - Static variable in class gudusoft.gsqlparser.pp.utils.SourceTokenConstant
space source token
wholeLower - Variable in class gudusoft.gsqlparser.pp.stmtformatter.SQLion
 
wholeUpper - Variable in class gudusoft.gsqlparser.pp.stmtformatter.SQLion
 
width - Variable in class gudusoft.gsqlparser.dlineage.graph.ui.Position
 
windowDef - Variable in class gudusoft.gsqlparser.nodes.TFunctionCall
 
WindowFunctionVisitor - Class in gudusoft.gsqlparser.dlineage.statistics
窗口函数访问者
WindowFunctionVisitor() - Constructor for class gudusoft.gsqlparser.dlineage.statistics.WindowFunctionVisitor
 
windowsLinebreak - Static variable in class gudusoft.gsqlparser.TBaseType
 
windowsLinebreakEscape - Static variable in class gudusoft.gsqlparser.TBaseType
 
with(StringTranslator...) - Method in class gudusoft.gsqlparser.dlineage.graph.utils.StringTranslator
 
WITH - Static variable in class gudusoft.gsqlparser.pp.utils.SourceTokenNameConstant
 
with_cascaded_check_option - Static variable in class gudusoft.gsqlparser.nodes.TRestrictionClause
Deprecated.
As of v1.8.7.2, replaced by ERestrictionType
with_check_option - Static variable in class gudusoft.gsqlparser.nodes.TRestrictionClause
Deprecated.
As of v1.8.7.2, replaced by ERestrictionType
with_local_check_option - Static variable in class gudusoft.gsqlparser.nodes.TRestrictionClause
Deprecated.
As of v1.8.7.2, replaced by ERestrictionType
with_read_only - Static variable in class gudusoft.gsqlparser.nodes.TRestrictionClause
Deprecated.
As of v1.8.7.2, replaced by ERestrictionType
with_rollup - Static variable in class gudusoft.gsqlparser.TBaseType
 
withAppendedMessage(String) - Method in class gudusoft.gsqlparser.resolver2.model.ResolutionEvidence
Create a copy with appended message.
withCandidateTables(List<TTable>) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
Creates a copy with candidate tables.
withCaseSensitive(boolean) - Static method in class gudusoft.gsqlparser.ext.sqlnamematcher.SqlNameMatchers
Returns a name matcher with the given case sensitivity.
withConfidence(double, String) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
withDefaults(String, String) - Method in class gudusoft.gsqlparser.resolver2.model.QualifiedName
Create a new qualified name by filling in missing parts from defaults.
withEvidence(ResolutionEvidence) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
Creates a copy with updated ResolutionEvidence.
withFieldPath(FieldPath) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
Creates a copy with a field path for deep/record field access.
withFieldPath(List<String>) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
Creates a copy with a field path from a list of segments.
withFieldPath(FieldPath, String) - Method in class gudusoft.gsqlparser.resolver2.model.ColumnSource
Creates a copy with field path and updated evidence.
withinGroup - Variable in class gudusoft.gsqlparser.nodes.TFunctionCall
 
withObjectType(ESQLDataObjectType) - Method in class gudusoft.gsqlparser.resolver2.matcher.VendorNameMatcher
Create a new matcher with a different default object type.
withParser(EDbVendor, TParserPool.ParserFunction<T>) - Method in class gudusoft.gsqlparser.TParserPool
Executes a function with a borrowed parser and automatically returns it.
withParser(EDbVendor, TParserPool.ParserFunction<T>) - Method in class gudusoft.gsqlparser.TSafeParserPool
Executes a function with a borrowed parser and automatically returns it.
withResolvedRoutine(BoundRoutineSymbol) - Method in class gudusoft.gsqlparser.ir.bound.BoundRoutineRef
Creates a copy of this ref with a resolved routine, updating binding status to EXACT.
withResolvedRoutine(BoundRoutineSymbol, EBindingStatus, List<BoundRoutineSymbol>, Evidence) - Method in class gudusoft.gsqlparser.ir.bound.BoundRoutineRef
Creates a copy of this ref with the given binding status, resolved routine, optional overload candidates, and optional evidence.
withWeight(double) - Method in class gudusoft.gsqlparser.resolver2.model.ResolutionEvidence
Create a copy with updated weight.
write(String, boolean) - Method in class gudusoft.gsqlparser.util.csv.CsvWriter
 
write(String) - Method in class gudusoft.gsqlparser.util.csv.CsvWriter
 
writeComment(String) - Method in class gudusoft.gsqlparser.util.csv.CsvWriter
 
writeRecord(String[], boolean) - Method in class gudusoft.gsqlparser.util.csv.CsvWriter
 
writeRecord(String[]) - Method in class gudusoft.gsqlparser.util.csv.CsvWriter
 
writeTo(Writer) - Method in class gudusoft.gsqlparser.scriptWriter.TScriptWriter
 
writeToFile(String, String, String) - Static method in class demo
 
writeToFile(File, InputStream, boolean) - Static method in class gudusoft.gsqlparser.util.SQLUtil
 
writeToFile(File, String) - Static method in class gudusoft.gsqlparser.util.SQLUtil
 
wsPaddingOperatorArithmetic - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample37
wsPaddingParenthesesInExpression - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample39
wsPaddingParenthesesInFunction - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample38
wsPaddingParenthesesInFunctionCall - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample41
wsPaddingParenthesesOfSubQuery - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample40
wsPaddingParenthesesOfTypename - Variable in class gudusoft.gsqlparser.pp.para.GFmtOpt
//todo add sample42
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
General SQL Parser Documentation | ← Back to Docs

Copyright © 2026 Gudu Software. All rights reserved. | Back to Documentation | Full Documentation Site