Serialized Form
-
Package net.sf.jsqlparser
-
Class net.sf.jsqlparser.JSQLParserException extends Exception implements Serializable
- serialVersionUID:
- -4200894355696788796L
-
-
Package net.sf.jsqlparser.expression
-
Class net.sf.jsqlparser.expression.Alias extends Object implements Serializable
-
Serialized Fields
-
aliasColumns
List<Alias.AliasColumn> aliasColumns
-
name
String name
-
useAs
boolean useAs
-
-
-
Class net.sf.jsqlparser.expression.Alias.AliasColumn extends Object implements Serializable
-
Serialized Fields
-
colDataType
ColDataType colDataType
-
name
String name
-
-
-
Class net.sf.jsqlparser.expression.AllValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.AnalyticExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
allColumns
boolean allColumns
-
defaultValue
Expression defaultValue
-
distinct
boolean distinct
-
expression
Expression expression
-
filterExpression
Expression filterExpression
-
funcOrderBy
List<OrderByElement> funcOrderBy
-
havingClause
Function.HavingClause havingClause
-
ignoreNullsOutside
boolean ignoreNullsOutside
-
keep
KeepExpression keep
-
limit
Limit limit
-
name
String name
-
nullHandling
Function.NullHandling nullHandling
-
offset
Expression offset
-
type
AnalyticType type
-
unique
boolean unique
-
windowDef
WindowDefinition windowDef
-
windowName
String windowName
-
-
-
Class net.sf.jsqlparser.expression.AnyComparisonExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.ArrayConstructor extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
arrayKeyword
boolean arrayKeyword
-
expressions
ExpressionList<?> expressions
-
-
-
Class net.sf.jsqlparser.expression.ArrayExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
indexExpression
Expression indexExpression
-
objExpression
Expression objExpression
-
startIndexExpression
Expression startIndexExpression
-
stopIndexExpression
Expression stopIndexExpression
-
-
-
Class net.sf.jsqlparser.expression.BinaryExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
leftExpression
Expression leftExpression
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.CaseExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
elseExpression
Expression elseExpression
-
switchExpression
Expression switchExpression
-
usingBrackets
boolean usingBrackets
-
whenClauses
List<WhenClause> whenClauses
-
-
-
Class net.sf.jsqlparser.expression.CastExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
colDataType
ColDataType colDataType
-
columnDefinitions
ArrayList<ColumnDefinition> columnDefinitions
-
format
String format
-
isImplicitCast
boolean isImplicitCast
-
keyword
String keyword
-
leftExpression
Expression leftExpression
-
-
-
Class net.sf.jsqlparser.expression.CollateExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
collate
String collate
-
leftExpression
Expression leftExpression
-
-
-
Class net.sf.jsqlparser.expression.ConnectByRootOperator extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
column
Column column
-
-
-
Class net.sf.jsqlparser.expression.DateTimeLiteralExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
type
DateTimeLiteralExpression.DateTime type
-
value
String value
-
-
-
Class net.sf.jsqlparser.expression.DateValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
value
Date value
-
-
-
Class net.sf.jsqlparser.expression.DoubleValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.ExtractExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
name
String name
-
-
-
Class net.sf.jsqlparser.expression.FilterOverImpl extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
analyticType
AnalyticType analyticType
-
filterExpression
Expression filterExpression
-
orderBy
OrderByClause orderBy
-
partitionBy
PartitionByClause partitionBy
-
windowElement
WindowElement windowElement
-
-
-
Class net.sf.jsqlparser.expression.Function extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
allColumns
boolean allColumns
-
attributeColumn
Column attributeColumn
-
attributeExpression
Expression attributeExpression
-
distinct
boolean distinct
-
havingClause
Function.HavingClause havingClause
-
ignoreNullsOutside
boolean ignoreNullsOutside
-
isEscaped
boolean isEscaped
-
keep
KeepExpression keep
-
limit
Limit limit
-
namedParameters
NamedExpressionList<?> namedParameters
-
nameparts
List<String> nameparts
-
nullHandling
Function.NullHandling nullHandling
-
orderByElements
List<OrderByElement> orderByElements
-
parameters
ExpressionList<?> parameters
-
unique
boolean unique
-
-
-
Class net.sf.jsqlparser.expression.Function.HavingClause extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
havingType
net.sf.jsqlparser.expression.Function.HavingClause.HavingType havingType
-
-
-
Class net.sf.jsqlparser.expression.HexValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class net.sf.jsqlparser.expression.IntervalExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
intervalKeyword
boolean intervalKeyword
-
intervalType
String intervalType
-
parameter
String parameter
-
-
-
Class net.sf.jsqlparser.expression.JdbcNamedParameter extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.JdbcParameter extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.JsonAggregateFunction extends FilterOverImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
expressionOrderBy
OrderByClause expressionOrderBy
-
functionType
JsonFunctionType functionType
-
key
String key
-
onNullType
JsonAggregateOnNullType onNullType
-
uniqueKeysType
JsonAggregateUniqueKeysType uniqueKeysType
-
usingFormatJson
boolean usingFormatJson
-
usingKeyKeyword
boolean usingKeyKeyword
-
usingValueKeyword
boolean usingValueKeyword
-
value
Object value
-
-
-
Class net.sf.jsqlparser.expression.JsonExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expr
Expression expr
-
idents
List<Map.Entry<String,String>> idents
-
-
-
Class net.sf.jsqlparser.expression.JsonFunction extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expressions
ArrayList<JsonFunctionExpression> expressions
-
functionType
JsonFunctionType functionType
-
keyValuePairs
ArrayList<JsonKeyValuePair> keyValuePairs
-
onNullType
JsonAggregateOnNullType onNullType
-
uniqueKeysType
JsonAggregateUniqueKeysType uniqueKeysType
-
-
-
Class net.sf.jsqlparser.expression.JsonFunctionExpression extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
usingFormatJson
boolean usingFormatJson
-
-
-
Class net.sf.jsqlparser.expression.JsonKeyValuePair extends Object implements Serializable
-
Class net.sf.jsqlparser.expression.KeepExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
first
boolean first
-
name
String name
-
orderByElements
List<OrderByElement> orderByElements
-
-
-
Class net.sf.jsqlparser.expression.LambdaExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
identifiers
List<String> identifiers
-
-
-
Class net.sf.jsqlparser.expression.LongValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
stringValue
String stringValue
-
-
-
Class net.sf.jsqlparser.expression.MySQLGroupConcat extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
expressionList
ExpressionList expressionList
-
orderByElements
List<OrderByElement> orderByElements
-
separator
String separator
-
-
-
Class net.sf.jsqlparser.expression.MySQLIndexHint extends Object implements Serializable
-
Class net.sf.jsqlparser.expression.NextValExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.NotExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
exclamationMark
boolean exclamationMark
-
expression
Expression expression
-
-
-
Class net.sf.jsqlparser.expression.NullValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.NumericBind extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
bindId
int bindId
-
-
-
Class net.sf.jsqlparser.expression.OracleHierarchicalExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
connectExpression
Expression connectExpression
-
connectFirst
boolean connectFirst
-
noCycle
boolean noCycle
-
startExpression
Expression startExpression
-
-
-
Class net.sf.jsqlparser.expression.OracleHint extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
singleLine
boolean singleLine
-
value
String value
-
-
-
Class net.sf.jsqlparser.expression.OracleNamedFunctionParameter extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
name
String name
-
-
-
Class net.sf.jsqlparser.expression.OrderByClause extends Object implements Serializable
-
Serialized Fields
-
orderByElements
List<OrderByElement> orderByElements
-
-
-
Class net.sf.jsqlparser.expression.OverlapsCondition extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
left
ExpressionList<?> left
-
right
ExpressionList<?> right
-
-
-
Class net.sf.jsqlparser.expression.Parenthesis extends ParenthesedExpressionList<Expression> implements Serializable
-
Class net.sf.jsqlparser.expression.PartitionByClause extends Object implements Serializable
-
Serialized Fields
-
brackets
boolean brackets
-
partitionExpressionList
ExpressionList partitionExpressionList
-
-
-
Class net.sf.jsqlparser.expression.RangeExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
endExpression
Expression endExpression
-
startExpression
Expression startExpression
-
-
-
Class net.sf.jsqlparser.expression.RowConstructor extends ParenthesedExpressionList<T extends Expression> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class net.sf.jsqlparser.expression.RowGetExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
expression
Expression expression
-
-
-
Class net.sf.jsqlparser.expression.SignedExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
sign
char sign
-
-
-
Class net.sf.jsqlparser.expression.SQLServerHints extends Object implements Serializable
-
Class net.sf.jsqlparser.expression.StringValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.StructType extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
arguments
List<SelectItem<?>> arguments
-
dialect
StructType.Dialect dialect
-
keyword
String keyword
-
parameters
List<Map.Entry<String,ColDataType>> parameters
-
-
-
Class net.sf.jsqlparser.expression.TimeKeyExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
stringValue
String stringValue
-
-
-
Class net.sf.jsqlparser.expression.TimestampValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.expression.TimeValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
value
Time value
-
-
-
Class net.sf.jsqlparser.expression.TimezoneExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
leftExpression
Expression leftExpression
-
timezoneExpressions
ExpressionList<Expression> timezoneExpressions
-
-
-
Class net.sf.jsqlparser.expression.TranscodingFunction extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
colDataType
ColDataType colDataType
-
expression
Expression expression
-
isTranscodeStyle
boolean isTranscodeStyle
-
transcodingName
String transcodingName
-
-
-
Class net.sf.jsqlparser.expression.TrimFunction extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
fromExpression
Expression fromExpression
-
isUsingFromKeyword
boolean isUsingFromKeyword
-
trimSpecification
TrimFunction.TrimSpecification trimSpecification
-
-
-
Class net.sf.jsqlparser.expression.UserVariable extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
doubleAdd
boolean doubleAdd
-
name
String name
-
-
-
Class net.sf.jsqlparser.expression.VariableAssignment extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
operation
String operation
-
variable
UserVariable variable
-
-
-
Class net.sf.jsqlparser.expression.WhenClause extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
thenExpression
Expression thenExpression
-
whenExpression
Expression whenExpression
-
-
-
Class net.sf.jsqlparser.expression.WindowDefinition extends Object implements Serializable
-
Serialized Fields
-
orderBy
OrderByClause orderBy
-
partitionBy
PartitionByClause partitionBy
-
windowElement
WindowElement windowElement
-
windowName
String windowName
-
-
-
Class net.sf.jsqlparser.expression.WindowElement extends Object implements Serializable
-
Serialized Fields
-
offset
WindowOffset offset
-
range
WindowRange range
-
type
WindowElement.Type type
-
-
-
Class net.sf.jsqlparser.expression.WindowOffset extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
type
WindowOffset.Type type
-
-
-
Class net.sf.jsqlparser.expression.WindowRange extends Object implements Serializable
-
Serialized Fields
-
end
WindowOffset end
-
start
WindowOffset start
-
-
-
Class net.sf.jsqlparser.expression.XMLSerializeExpr extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
dataType
ColDataType dataType
-
expression
Expression expression
-
orderByElements
List<OrderByElement> orderByElements
-
-
-
-
Package net.sf.jsqlparser.expression.operators.arithmetic
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Addition extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseAnd extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseLeftShift extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseOr extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseRightShift extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseXor extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Concat extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Division extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.IntegerDivision extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Modulo extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Multiplication extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.arithmetic.Subtraction extends BinaryExpression implements Serializable
-
-
Package net.sf.jsqlparser.expression.operators.conditional
-
Class net.sf.jsqlparser.expression.operators.conditional.AndExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
useOperator
boolean useOperator
-
-
-
Class net.sf.jsqlparser.expression.operators.conditional.OrExpression extends BinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.conditional.XorExpression extends BinaryExpression implements Serializable
-
-
Package net.sf.jsqlparser.expression.operators.relational
-
Class net.sf.jsqlparser.expression.operators.relational.Between extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
betweenExpressionEnd
Expression betweenExpressionEnd
-
betweenExpressionStart
Expression betweenExpressionStart
-
leftExpression
Expression leftExpression
-
not
boolean not
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.ComparisonOperator extends OldOracleJoinBinaryExpression implements Serializable
-
Serialized Fields
-
operator
String operator
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.ContainedBy extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.Contains extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.DoubleAnd extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.EqualsTo extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.ExcludesExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
leftExpression
Expression leftExpression
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.ExistsExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
not
boolean not
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.ExpressionList extends ArrayList<T extends Expression> implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.FullTextSearch extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
_againstValue
Expression _againstValue
-
_matchColumns
ExpressionList<Column> _matchColumns
-
_searchModifier
String _searchModifier
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.GeometryDistance extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.GreaterThan extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.GreaterThanEquals extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.IncludesExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
leftExpression
Expression leftExpression
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.InExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
global
boolean global
-
leftExpression
Expression leftExpression
-
not
boolean not
-
oldOracleJoinSyntax
int oldOracleJoinSyntax
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.IsBooleanExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
isTrue
boolean isTrue
-
leftExpression
Expression leftExpression
-
not
boolean not
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.IsDistinctExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
not
boolean not
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.IsNullExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
leftExpression
Expression leftExpression
-
not
boolean not
-
useIsNull
boolean useIsNull
-
useNotNull
boolean useNotNull
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.JsonOperator extends BinaryExpression implements Serializable
-
Serialized Fields
-
op
String op
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.LikeExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
escapeExpression
Expression escapeExpression
-
likeKeyWord
LikeExpression.KeyWord likeKeyWord
-
not
boolean not
-
useBinary
boolean useBinary
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.Matches extends OldOracleJoinBinaryExpression implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.MemberOfExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
isNot
boolean isNot
-
leftExpression
Expression leftExpression
-
rightExpression
Expression rightExpression
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.MinorThan extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.MinorThanEquals extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.NamedExpressionList extends ExpressionList<T extends Expression> implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.NotEqualsTo extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
oldOracleJoinSyntax
int oldOracleJoinSyntax
-
oraclePriorPosition
int oraclePriorPosition
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList extends ExpressionList<T extends Expression> implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator extends BinaryExpression implements Serializable
-
Serialized Fields
-
operatorType
RegExpMatchOperatorType operatorType
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.SimilarToExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
escape
String escape
-
not
boolean not
-
-
-
Class net.sf.jsqlparser.expression.operators.relational.TSQLLeftJoin extends ComparisonOperator implements Serializable
-
Class net.sf.jsqlparser.expression.operators.relational.TSQLRightJoin extends ComparisonOperator implements Serializable
-
-
Package net.sf.jsqlparser.schema
-
Class net.sf.jsqlparser.schema.Column extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
arrayConstructor
ArrayConstructor arrayConstructor
-
columnName
String columnName
-
commentText
String commentText
-
table
Table table
-
tableDelimiter
String tableDelimiter
-
-
-
Class net.sf.jsqlparser.schema.Sequence extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
parameters
List<Sequence.Parameter> parameters
-
partItems
List<String> partItems
-
-
-
Class net.sf.jsqlparser.schema.Synonym extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.schema.Table extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
alias
Alias alias
-
mysqlHints
MySQLIndexHint mysqlHints
-
partDelimiters
List<String> partDelimiters
-
partItems
List<String> partItems
-
pivot
Pivot pivot
-
sampleClause
SampleClause sampleClause
-
sqlServerHints
SQLServerHints sqlServerHints
-
unpivot
UnPivot unpivot
-
-
-
-
Package net.sf.jsqlparser.statement
-
Class net.sf.jsqlparser.statement.Block extends Object implements Serializable
-
Serialized Fields
-
hasSemicolonAfterEnd
boolean hasSemicolonAfterEnd
-
statements
Statements statements
-
-
-
Class net.sf.jsqlparser.statement.Commit extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.CreateFunctionalStatement extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.DeclareStatement extends Object implements Serializable
-
Serialized Fields
-
columnDefinitions
List<ColumnDefinition> columnDefinitions
-
declareType
DeclareType declareType
-
typeDefExprList
List<DeclareStatement.TypeDefExpr> typeDefExprList
-
typeName
String typeName
-
userVariable
UserVariable userVariable
-
-
-
Class net.sf.jsqlparser.statement.DeclareStatement.TypeDefExpr extends Object implements Serializable
-
Serialized Fields
-
colDataType
ColDataType colDataType
-
defaultExpr
Expression defaultExpr
-
userVariable
UserVariable userVariable
-
-
-
Class net.sf.jsqlparser.statement.DescribeStatement extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.ExplainStatement extends Object implements Serializable
-
Serialized Fields
-
options
LinkedHashMap<ExplainStatement.OptionType,ExplainStatement.Option> options
-
select
Select select
-
table
Table table
-
-
-
Class net.sf.jsqlparser.statement.ExplainStatement.Option extends Object implements Serializable
-
Serialized Fields
-
type
ExplainStatement.OptionType type
-
value
String value
-
-
-
Class net.sf.jsqlparser.statement.IfElseStatement extends Object implements Serializable
-
Serialized Fields
-
condition
Expression condition
-
elseStatement
Statement elseStatement
-
ifStatement
Statement ifStatement
-
usingSemicolonForElseStatement
boolean usingSemicolonForElseStatement
-
usingSemicolonForIfStatement
boolean usingSemicolonForIfStatement
-
-
-
Class net.sf.jsqlparser.statement.OutputClause extends Object implements Serializable
-
Serialized Fields
-
columnList
List<String> columnList
-
outputTable
Table outputTable
-
selectItemList
List<SelectItem<?>> selectItemList
-
tableVariable
UserVariable tableVariable
-
-
-
Class net.sf.jsqlparser.statement.PurgeStatement extends Object implements Serializable
-
Serialized Fields
-
object
Object object
-
purgeObjectType
PurgeObjectType purgeObjectType
-
userName
String userName
-
-
-
Class net.sf.jsqlparser.statement.ReferentialAction extends Object implements Serializable
-
Serialized Fields
-
action
ReferentialAction.Action action
-
type
ReferentialAction.Type type
-
-
-
Class net.sf.jsqlparser.statement.ResetStatement extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class net.sf.jsqlparser.statement.ReturningClause extends ArrayList<SelectItem<?>> implements Serializable
-
Serialized Fields
-
dataItems
List<Object> dataItems
List of output targets like Table or UserVariable -
keyword
ReturningClause.Keyword keyword
-
-
-
Class net.sf.jsqlparser.statement.RollbackStatement extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.SavepointStatement extends Object implements Serializable
-
Serialized Fields
-
savepointName
String savepointName
-
-
-
Class net.sf.jsqlparser.statement.SetStatement extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.ShowColumnsStatement extends Object implements Serializable
-
Serialized Fields
-
tableName
String tableName
-
-
-
Class net.sf.jsqlparser.statement.ShowStatement extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class net.sf.jsqlparser.statement.Statements extends ArrayList<Statement> implements Serializable
-
Class net.sf.jsqlparser.statement.UnsupportedStatement extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.UseStatement extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
schemaKeyword
boolean schemaKeyword
-
-
-
-
Package net.sf.jsqlparser.statement.alter
-
Class net.sf.jsqlparser.statement.alter.Alter extends Object implements Serializable
-
Serialized Fields
-
alterExpressions
List<AlterExpression> alterExpressions
-
table
Table table
-
useOnly
boolean useOnly
-
useTableIfExists
boolean useTableIfExists
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterExpression extends Object implements Serializable
-
Serialized Fields
-
colDataTypeList
List<AlterExpression.ColumnDataType> colDataTypeList
-
columnDropDefaultList
List<AlterExpression.ColumnDropDefault> columnDropDefaultList
-
columnDropNotNullList
List<AlterExpression.ColumnDropNotNull> columnDropNotNullList
-
columnName
String columnName
-
columnOldName
String columnOldName
-
commentText
String commentText
-
constraintName
String constraintName
-
constraints
List<ConstraintState> constraints
-
fkColumns
List<String> fkColumns
-
fkSourceColumns
List<String> fkSourceColumns
-
fkSourceSchema
String fkSourceSchema
-
fkSourceTable
String fkSourceTable
-
hasColumn
boolean hasColumn
-
index
Index index
-
newTableName
String newTableName
-
oldIndex
Index oldIndex
-
operation
AlterOperation operation
-
optionalSpecifier
String optionalSpecifier
-
parameters
List<String> parameters
-
pkColumns
List<String> pkColumns
-
referentialActions
Set<ReferentialAction> referentialActions
-
truncatePartitionName
String truncatePartitionName
-
uk
boolean uk
-
ukColumns
List<String> ukColumns
-
ukName
String ukName
-
useBrackets
boolean useBrackets
-
useEqual
boolean useEqual
-
useIfNotExists
boolean useIfNotExists
-
usingIfExists
boolean usingIfExists
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterExpression.ColumnDataType extends ColumnDefinition implements Serializable
-
Serialized Fields
-
withType
boolean withType
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterExpression.ColumnDropDefault extends Object implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterExpression.ColumnDropNotNull extends Object implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
withNot
boolean withNot
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterSession extends Object implements Serializable
-
Serialized Fields
-
operation
AlterSessionOperation operation
-
parameters
List<String> parameters
-
-
-
Class net.sf.jsqlparser.statement.alter.AlterSystemStatement extends Object implements Serializable
-
Serialized Fields
-
operation
AlterSystemOperation operation
-
parameters
List<String> parameters
-
-
-
Class net.sf.jsqlparser.statement.alter.RenameTableStatement extends Object implements Serializable
-
Serialized Fields
-
tableNames
LinkedHashMap<Table,Table> tableNames
-
usingIfExistsKeyword
boolean usingIfExistsKeyword
-
usingTableKeyword
boolean usingTableKeyword
-
waitDirective
String waitDirective
-
-
-
-
Package net.sf.jsqlparser.statement.alter.sequence
-
Class net.sf.jsqlparser.statement.alter.sequence.AlterSequence extends Object implements Serializable
-
Serialized Fields
-
sequence
Sequence sequence
-
-
-
-
Package net.sf.jsqlparser.statement.analyze
-
Class net.sf.jsqlparser.statement.analyze.Analyze extends Object implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
-
Package net.sf.jsqlparser.statement.comment
-
Class net.sf.jsqlparser.statement.comment.Comment extends Object implements Serializable
-
Serialized Fields
-
column
Column column
-
comment
StringValue comment
-
table
Table table
-
view
Table view
-
-
-
-
Package net.sf.jsqlparser.statement.create.function
-
Class net.sf.jsqlparser.statement.create.function.CreateFunction extends CreateFunctionalStatement implements Serializable
-
-
Package net.sf.jsqlparser.statement.create.index
-
Package net.sf.jsqlparser.statement.create.procedure
-
Class net.sf.jsqlparser.statement.create.procedure.CreateProcedure extends CreateFunctionalStatement implements Serializable
-
-
Package net.sf.jsqlparser.statement.create.schema
-
Package net.sf.jsqlparser.statement.create.sequence
-
Class net.sf.jsqlparser.statement.create.sequence.CreateSequence extends Object implements Serializable
-
Serialized Fields
-
sequence
Sequence sequence
-
-
-
-
Package net.sf.jsqlparser.statement.create.synonym
-
Class net.sf.jsqlparser.statement.create.synonym.CreateSynonym extends Object implements Serializable
-
-
Package net.sf.jsqlparser.statement.create.table
-
Class net.sf.jsqlparser.statement.create.table.CheckConstraint extends NamedConstraint implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
table
Table table
-
-
-
Class net.sf.jsqlparser.statement.create.table.ColDataType extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.create.table.ColumnDefinition extends Object implements Serializable
-
Serialized Fields
-
colDataType
ColDataType colDataType
-
columnName
String columnName
-
columnSpecs
List<String> columnSpecs
-
-
-
Class net.sf.jsqlparser.statement.create.table.CreateTable extends Object implements Serializable
-
Serialized Fields
-
columnDefinitions
List<ColumnDefinition> columnDefinitions
-
columns
List<String> columns
-
createOptionsStrings
List<String> createOptionsStrings
-
ifNotExists
boolean ifNotExists
-
indexes
List<Index> indexes
-
interleaveIn
SpannerInterleaveIn interleaveIn
-
likeTable
Table likeTable
-
orReplace
boolean orReplace
-
rowMovement
RowMovement rowMovement
-
select
Select select
-
selectParenthesis
boolean selectParenthesis
-
table
Table table
-
tableOptionsStrings
List<String> tableOptionsStrings
-
unlogged
boolean unlogged
-
-
-
Class net.sf.jsqlparser.statement.create.table.ExcludeConstraint extends Index implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class net.sf.jsqlparser.statement.create.table.ForeignKeyIndex extends NamedConstraint implements Serializable
-
Serialized Fields
-
referencedColumnNames
List<String> referencedColumnNames
-
referentialActions
Set<ReferentialAction> referentialActions
-
table
Table table
-
-
-
Class net.sf.jsqlparser.statement.create.table.Index extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.create.table.Index.ColumnParams extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.create.table.NamedConstraint extends Index implements Serializable
-
Class net.sf.jsqlparser.statement.create.table.RowMovement extends Object implements Serializable
-
Serialized Fields
-
mode
RowMovementMode mode
-
-
-
-
Package net.sf.jsqlparser.statement.create.view
-
Class net.sf.jsqlparser.statement.create.view.AlterView extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.create.view.CreateView extends Object implements Serializable
-
Serialized Fields
-
autoRefresh
AutoRefreshOption autoRefresh
-
columnNames
ExpressionList<Column> columnNames
-
force
ForceOption force
-
ifNotExists
boolean ifNotExists
-
materialized
boolean materialized
-
orReplace
boolean orReplace
-
secure
boolean secure
-
select
Select select
-
temp
TemporaryOption temp
-
view
Table view
-
viewCommentOptions
List<String> viewCommentOptions
-
withReadOnly
boolean withReadOnly
-
-
-
-
Package net.sf.jsqlparser.statement.delete
-
Class net.sf.jsqlparser.statement.delete.Delete extends Object implements Serializable
-
Serialized Fields
-
hasFrom
boolean hasFrom
-
joins
List<Join> joins
-
limit
Limit limit
-
modifierIgnore
boolean modifierIgnore
-
modifierPriority
DeleteModifierPriority modifierPriority
-
modifierQuick
boolean modifierQuick
-
oracleHint
OracleHint oracleHint
-
orderByElements
List<OrderByElement> orderByElements
-
outputClause
OutputClause outputClause
-
returningClause
ReturningClause returningClause
-
table
Table table
-
tables
List<Table> tables
-
usingList
List<Table> usingList
-
where
Expression where
-
withItemsList
List<WithItem> withItemsList
-
-
-
-
Package net.sf.jsqlparser.statement.drop
-
Class net.sf.jsqlparser.statement.drop.Drop extends Object implements Serializable
-
-
Package net.sf.jsqlparser.statement.execute
-
Class net.sf.jsqlparser.statement.execute.Execute extends Object implements Serializable
-
Serialized Fields
-
execType
Execute.ExecType execType
-
exprList
ExpressionList exprList
-
name
String name
-
-
-
-
Package net.sf.jsqlparser.statement.grant
-
Package net.sf.jsqlparser.statement.insert
-
Class net.sf.jsqlparser.statement.insert.Insert extends Object implements Serializable
-
Serialized Fields
-
columns
ExpressionList<Column> columns
-
conflictAction
InsertConflictAction conflictAction
-
conflictTarget
InsertConflictTarget conflictTarget
-
duplicateUpdateSets
List<UpdateSet> duplicateUpdateSets
-
modifierIgnore
boolean modifierIgnore
-
modifierPriority
InsertModifierPriority modifierPriority
-
oracleHint
OracleHint oracleHint
-
outputClause
OutputClause outputClause
-
returningClause
ReturningClause returningClause
-
select
Select select
-
setUpdateSets
List<UpdateSet> setUpdateSets
-
table
Table table
-
withItemsList
List<WithItem> withItemsList
-
-
-
Class net.sf.jsqlparser.statement.insert.InsertConflictAction extends Object implements Serializable
-
Serialized Fields
-
conflictActionType
ConflictActionType conflictActionType
-
updateSets
List<UpdateSet> updateSets
-
whereExpression
Expression whereExpression
-
-
-
Class net.sf.jsqlparser.statement.insert.InsertConflictTarget extends Object implements Serializable
-
Serialized Fields
-
constraintName
String constraintName
-
indexColumnNames
ArrayList<String> indexColumnNames
-
indexExpression
Expression indexExpression
-
whereExpression
Expression whereExpression
-
-
-
-
Package net.sf.jsqlparser.statement.merge
-
Class net.sf.jsqlparser.statement.merge.Merge extends Object implements Serializable
-
Serialized Fields
-
fromItem
FromItem fromItem
-
insertFirst
boolean insertFirst
-
mergeInsert
MergeInsert mergeInsert
-
mergeUpdate
MergeUpdate mergeUpdate
-
onCondition
Expression onCondition
-
operations
List<MergeOperation> operations
-
oracleHint
OracleHint oracleHint
-
outputClause
OutputClause outputClause
-
table
Table table
-
withItemsList
List<WithItem> withItemsList
-
-
-
Class net.sf.jsqlparser.statement.merge.MergeDelete extends Object implements Serializable
-
Serialized Fields
-
andPredicate
Expression andPredicate
-
-
-
Class net.sf.jsqlparser.statement.merge.MergeInsert extends Object implements Serializable
-
Serialized Fields
-
andPredicate
Expression andPredicate
-
columns
ExpressionList<Column> columns
-
values
ExpressionList<Expression> values
-
whereCondition
Expression whereCondition
-
-
-
Class net.sf.jsqlparser.statement.merge.MergeUpdate extends Object implements Serializable
-
Serialized Fields
-
andPredicate
Expression andPredicate
-
deleteWhereCondition
Expression deleteWhereCondition
-
updateSets
List<UpdateSet> updateSets
-
whereCondition
Expression whereCondition
-
-
-
-
Package net.sf.jsqlparser.statement.refresh
-
Class net.sf.jsqlparser.statement.refresh.RefreshMaterializedViewStatement extends Object implements Serializable
-
Serialized Fields
-
concurrently
boolean concurrently
-
refreshMode
RefreshMode refreshMode
-
view
Table view
-
-
-
-
Package net.sf.jsqlparser.statement.select
-
Class net.sf.jsqlparser.statement.select.AllColumns extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
exceptColumns
ExpressionList<Column> exceptColumns
-
exceptKeyword
String exceptKeyword
-
replaceExpressions
List<SelectItem<Column>> replaceExpressions
-
-
-
Class net.sf.jsqlparser.statement.select.AllTableColumns extends AllColumns implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
Class net.sf.jsqlparser.statement.select.Distinct extends Object implements Serializable
-
Serialized Fields
-
onSelectItems
List<SelectItem<?>> onSelectItems
-
useUnique
boolean useUnique
-
-
-
Class net.sf.jsqlparser.statement.select.ExceptOp extends SetOperation implements Serializable
-
Class net.sf.jsqlparser.statement.select.Fetch extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
fetchParameters
List<String> fetchParameters
-
isFetchParamFirst
boolean isFetchParamFirst
-
-
-
Class net.sf.jsqlparser.statement.select.First extends Object implements Serializable
-
Serialized Fields
-
jdbcParameter
JdbcParameter jdbcParameter
-
keyword
First.Keyword keyword
-
rowCount
Long rowCount
-
variable
String variable
-
-
-
Class net.sf.jsqlparser.statement.select.ForClause extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
forOption
ForClause.ForOption forOption
-
-
-
Class net.sf.jsqlparser.statement.select.GroupByElement extends Object implements Serializable
-
Serialized Fields
-
groupByExpressions
ExpressionList groupByExpressions
-
groupingSets
List<ExpressionList> groupingSets
-
mysqlWithRollup
boolean mysqlWithRollup
-
-
-
Class net.sf.jsqlparser.statement.select.IntersectOp extends SetOperation implements Serializable
-
Class net.sf.jsqlparser.statement.select.Join extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
apply
boolean apply
-
cross
boolean cross
-
fromItem
FromItem fromItem
-
full
boolean full
-
global
boolean global
-
inner
boolean inner
-
joinHint
JoinHint joinHint
-
joinWindow
KSQLJoinWindow joinWindow
-
left
boolean left
-
natural
boolean natural
-
onExpressions
LinkedList<Expression> onExpressions
-
outer
boolean outer
-
right
boolean right
-
semi
boolean semi
-
simple
boolean simple
-
straight
boolean straight
-
usingColumns
LinkedList<Column> usingColumns
-
-
-
Class net.sf.jsqlparser.statement.select.KSQLJoinWindow extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
afterDuration
long afterDuration
-
afterTimeUnit
KSQLWindow.TimeUnit afterTimeUnit
-
beforeAfter
boolean beforeAfter
-
beforeDuration
long beforeDuration
-
beforeTimeUnit
KSQLWindow.TimeUnit beforeTimeUnit
-
duration
long duration
-
timeUnit
KSQLWindow.TimeUnit timeUnit
-
-
-
Class net.sf.jsqlparser.statement.select.KSQLWindow extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
advanceDuration
long advanceDuration
-
advanceTimeUnit
KSQLWindow.TimeUnit advanceTimeUnit
-
hopping
boolean hopping
-
session
boolean session
-
sizeDuration
long sizeDuration
-
sizeTimeUnit
KSQLWindow.TimeUnit sizeTimeUnit
-
tumbling
boolean tumbling
-
-
-
Class net.sf.jsqlparser.statement.select.LateralSubSelect extends ParenthesedSelect implements Serializable
-
Serialized Fields
-
prefix
String prefix
-
-
-
Class net.sf.jsqlparser.statement.select.LateralView extends Object implements Serializable
-
Class net.sf.jsqlparser.statement.select.Limit extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
byExpressions
ExpressionList<Expression> byExpressions
A query with the LIMIT n BY expressions clause selects the first n rows for each distinct value of expressions. The key for LIMIT BY can contain any number of expressions.- See Also:
- ClickHouse LIMIT BY Clause
-
offset
Expression offset
-
rowCount
Expression rowCount
-
-
-
Class net.sf.jsqlparser.statement.select.MinusOp extends SetOperation implements Serializable
-
Class net.sf.jsqlparser.statement.select.Offset extends Object implements Serializable
-
Serialized Fields
-
offsetExpression
Expression offsetExpression
-
offsetParam
String offsetParam
-
-
-
Class net.sf.jsqlparser.statement.select.OptimizeFor extends Object implements Serializable
-
Serialized Fields
-
rowCount
long rowCount
-
-
-
Class net.sf.jsqlparser.statement.select.OrderByElement extends Object implements Serializable
-
Serialized Fields
-
asc
boolean asc
-
ascDescPresent
boolean ascDescPresent
-
expression
Expression expression
-
mysqlWithRollup
boolean mysqlWithRollup
-
nullOrdering
OrderByElement.NullOrdering nullOrdering
-
-
-
Class net.sf.jsqlparser.statement.select.ParenthesedFromItem extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Class net.sf.jsqlparser.statement.select.ParenthesedSelect extends Select implements Serializable
-
Class net.sf.jsqlparser.statement.select.Pivot extends Object implements Serializable
-
Serialized Fields
-
alias
Alias alias
-
forColumns
ExpressionList<Column> forColumns
-
functionItems
List<SelectItem<Function>> functionItems
-
multiInItems
List<SelectItem<ExpressionList<?>>> multiInItems
-
singleInItems
List<SelectItem<?>> singleInItems
-
-
-
Class net.sf.jsqlparser.statement.select.PivotXml extends Pivot implements Serializable
-
Serialized Fields
-
inAny
boolean inAny
-
inSelect
Select inSelect
-
-
-
Class net.sf.jsqlparser.statement.select.PlainSelect extends Select implements Serializable
-
Serialized Fields
-
bigQuerySelectQualifier
PlainSelect.BigQuerySelectQualifier bigQuerySelectQualifier
-
distinct
Distinct distinct
-
emitChanges
boolean emitChanges
-
first
First first
-
forXmlPath
String forXmlPath
-
fromItem
FromItem fromItem
-
groupBy
GroupByElement groupBy
-
having
Expression having
-
intoTables
List<Table> intoTables
-
intoTempTable
Table intoTempTable
-
isUsingFinal
boolean isUsingFinal
- See Also:
- Clickhouse FINAL
-
isUsingOnly
boolean isUsingOnly
-
joins
List<Join> joins
-
ksqlWindow
KSQLWindow ksqlWindow
-
lateralViews
List<LateralView> lateralViews
-
mySqlCacheFlag
MySqlSqlCacheFlags mySqlCacheFlag
-
mySqlHintStraightJoin
boolean mySqlHintStraightJoin
-
mySqlSqlCalcFoundRows
boolean mySqlSqlCalcFoundRows
-
optimizeFor
OptimizeFor optimizeFor
-
oracleHierarchical
OracleHierarchicalExpression oracleHierarchical
-
oracleHint
OracleHint oracleHint
-
qualify
Expression qualify
-
selectItems
List<SelectItem<?>> selectItems
-
skip
Skip skip
-
top
Top top
-
useWithNoLog
boolean useWithNoLog
-
where
Expression where
-
windowDefinitions
List<WindowDefinition> windowDefinitions
-
-
-
Class net.sf.jsqlparser.statement.select.Select extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
fetch
Fetch fetch
-
forClause
ForClause forClause
-
forMode
ForMode forMode
-
forUpdateTable
Table forUpdateTable
-
isolation
WithIsolation isolation
-
limit
Limit limit
-
limitBy
Limit limitBy
-
noWait
boolean noWait
-
offset
Offset offset
-
oracleSiblings
boolean oracleSiblings
-
orderByElements
List<OrderByElement> orderByElements
-
skipLocked
boolean skipLocked
-
wait
Wait wait
-
withItemsList
List<WithItem> withItemsList
-
-
-
Class net.sf.jsqlparser.statement.select.SelectItem extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
alias
Alias alias
-
expression
T extends Expression expression
-
-
-
Class net.sf.jsqlparser.statement.select.SetOperation extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
type
SetOperationList.SetOperationType type
-
-
-
Class net.sf.jsqlparser.statement.select.SetOperationList extends Select implements Serializable
-
Serialized Fields
-
operations
List<SetOperation> operations
-
orderByElements
List<OrderByElement> orderByElements
-
selects
List<Select> selects
-
-
-
Class net.sf.jsqlparser.statement.select.Skip extends Object implements Serializable
-
Serialized Fields
-
jdbcParameter
JdbcParameter jdbcParameter
-
rowCount
Long rowCount
-
variable
String variable
-
-
-
Class net.sf.jsqlparser.statement.select.TableFunction extends Function implements Serializable
-
Class net.sf.jsqlparser.statement.select.TableStatement extends Select implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
Class net.sf.jsqlparser.statement.select.Top extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
hasParenthesis
boolean hasParenthesis
-
isPercentage
boolean isPercentage
-
isWithTies
boolean isWithTies
-
-
-
Class net.sf.jsqlparser.statement.select.UnionOp extends SetOperation implements Serializable
-
Serialized Fields
-
all
boolean all
-
distinct
boolean distinct
-
-
-
Class net.sf.jsqlparser.statement.select.UnPivot extends Object implements Serializable
-
Serialized Fields
-
alias
Alias alias
-
includeNulls
boolean includeNulls
-
includeNullsSpecified
boolean includeNullsSpecified
-
unpivotClause
ExpressionList<Column> unpivotClause
-
unpivotForClause
ExpressionList<Column> unpivotForClause
-
unpivotInClause
List<SelectItem<?>> unpivotInClause
-
-
-
Class net.sf.jsqlparser.statement.select.Values extends Select implements Serializable
-
Serialized Fields
-
alias
Alias alias
-
expressions
ExpressionList<Expression> expressions
-
-
-
Class net.sf.jsqlparser.statement.select.Wait extends Object implements Serializable
-
Serialized Fields
-
timeout
long timeout
-
-
-
Class net.sf.jsqlparser.statement.select.WithIsolation extends Object implements Serializable
-
Serialized Fields
-
isolation
String isolation
-
-
-
Class net.sf.jsqlparser.statement.select.WithItem extends ParenthesedSelect implements Serializable
-
Serialized Fields
-
recursive
boolean recursive
-
withItemList
List<SelectItem<?>> withItemList
-
-
-
-
Package net.sf.jsqlparser.statement.show
-
Class net.sf.jsqlparser.statement.show.ShowIndexStatement extends Object implements Serializable
-
Serialized Fields
-
tableName
String tableName
-
-
-
Class net.sf.jsqlparser.statement.show.ShowTablesStatement extends Object implements Serializable
-
Serialized Fields
-
dbName
String dbName
-
likeExpression
Expression likeExpression
-
modifiers
EnumSet<ShowTablesStatement.Modifiers> modifiers
-
selectionMode
ShowTablesStatement.SelectionMode selectionMode
-
whereCondition
Expression whereCondition
-
-
-
-
Package net.sf.jsqlparser.statement.truncate
-
Class net.sf.jsqlparser.statement.truncate.Truncate extends Object implements Serializable
-
Serialized Fields
-
cascade
boolean cascade
-
only
boolean only
-
table
Table table
-
tableToken
boolean tableToken
-
-
-
-
Package net.sf.jsqlparser.statement.update
-
Class net.sf.jsqlparser.statement.update.Update extends Object implements Serializable
-
Serialized Fields
-
fromItem
FromItem fromItem
-
joins
List<Join> joins
-
limit
Limit limit
-
modifierIgnore
boolean modifierIgnore
-
modifierPriority
UpdateModifierPriority modifierPriority
-
oracleHint
OracleHint oracleHint
-
orderByElements
List<OrderByElement> orderByElements
-
outputClause
OutputClause outputClause
-
returningClause
ReturningClause returningClause
-
startJoins
List<Join> startJoins
-
table
Table table
-
updateSets
List<UpdateSet> updateSets
-
where
Expression where
-
withItemsList
List<WithItem> withItemsList
-
-
-
Class net.sf.jsqlparser.statement.update.UpdateSet extends Object implements Serializable
-
Serialized Fields
-
columns
ExpressionList<Column> columns
-
values
ExpressionList<Expression> values
-
-
-
-
Package net.sf.jsqlparser.statement.upsert
-
Class net.sf.jsqlparser.statement.upsert.Upsert extends Object implements Serializable
-
Serialized Fields
-
columns
ExpressionList<Column> columns
-
duplicateUpdateSets
List<UpdateSet> duplicateUpdateSets
-
expressions
ExpressionList<?> expressions
-
isUsingInto
boolean isUsingInto
-
select
Select select
-
table
Table table
-
updateSets
List<UpdateSet> updateSets
-
upsertType
UpsertType upsertType
-
-
-
-
Package net.sf.jsqlparser.util.cnfexpression
-
Class net.sf.jsqlparser.util.cnfexpression.MultiAndExpression extends MultipleExpression implements Serializable
-
Class net.sf.jsqlparser.util.cnfexpression.MultiOrExpression extends MultipleExpression implements Serializable
-
Class net.sf.jsqlparser.util.cnfexpression.MultipleExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Serializable
-
Serialized Fields
-
childlist
List<Expression> childlist
-
-
-
-
Package net.sf.jsqlparser.util.validation
-
Class net.sf.jsqlparser.util.validation.ParseException extends ValidationException implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.jsqlparser.util.validation.UnexpectedValidationException extends ValidationException implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.jsqlparser.util.validation.ValidationException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.jsqlparser.util.validation.metadata
-
Class net.sf.jsqlparser.util.validation.metadata.DatabaseException extends ValidationException implements Serializable
- serialVersionUID:
- 1L
-