- generateParseException() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
Generate ParseException.
- getAlias() - Method in class net.sf.jsqlparser.schema.Table
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.ExpressionListItem
-
- getAlias() - Method in interface net.sf.jsqlparser.statement.select.FromItem
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.FunctionItem
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- getAlias() - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- getArgumentsStringList() - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- getBeginColumn() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get token beginning line number.
- getBetweenExpressionEnd() - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- getBetweenExpressionStart() - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.CreateIndexDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.CreateTableDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.CreateViewDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.DeleteDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.ExpressionDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.StatementDeParser
-
- getBuffer() - Method in class net.sf.jsqlparser.util.deparser.UpdateDeParser
-
- getCause() - Method in exception net.sf.jsqlparser.JSQLParserException
-
- getCharacterSet() - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- getColDataType() - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
- getColumn() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Deprecated.
- getColumnDefinitions() - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
- getColumnName() - Method in class net.sf.jsqlparser.schema.Column
-
- getColumnName() - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- getColumnName() - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
- getColumnNames() - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- getColumnNames() - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- getColumns() - Method in class net.sf.jsqlparser.statement.insert.Insert
-
Get the columns (found in "INSERT INTO (col1,col2..) [...]" )
- getColumns() - Method in class net.sf.jsqlparser.statement.replace.Replace
-
A list of
Column
s either from a "REPLACE
mytab (col1, col2) [...]" or a "REPLACE mytab SET col1=exp1, col2=exp2".
- getColumns() - Method in class net.sf.jsqlparser.statement.update.Update
-
The
Column
s in this update (as col1 and
col2 in UPDATE col1='a', col2='b')
- getColumnsNames() - Method in class net.sf.jsqlparser.statement.create.table.Index
-
A list of strings of all the columns regarding this index
- getColumnSpecStrings() - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
A list of strings of every word after the datatype of the column.
- getConnectExpression() - Method in class net.sf.jsqlparser.expression.OracleHierarchicalExpression
-
- getDatabase() - Method in class net.sf.jsqlparser.schema.Table
-
- getDatabaseName() - Method in class net.sf.jsqlparser.schema.Database
-
- getDataType() - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- getDataType() - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- getDefaultValue() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getDistinct() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getElseExpression() - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- getEnd() - Method in class net.sf.jsqlparser.expression.WindowRange
-
- getEndColumn() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get token end line number.
- getEscape() - Method in class net.sf.jsqlparser.expression.operators.relational.LikeExpression
-
- getExpression() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getExpression() - Method in class net.sf.jsqlparser.expression.ExtractExpression
-
- getExpression() - Method in class net.sf.jsqlparser.expression.Parenthesis
-
- getExpression() - Method in class net.sf.jsqlparser.expression.SignedExpression
-
- getExpression() - Method in class net.sf.jsqlparser.expression.WindowOffset
-
- getExpression() - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- getExpression() - Method in class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- getExpressionList() - Method in class net.sf.jsqlparser.statement.select.ExpressionListItem
-
- getExpressions() - Method in class net.sf.jsqlparser.expression.operators.relational.ExpressionList
-
- getExpressions() - Method in class net.sf.jsqlparser.statement.replace.Replace
-
A list of
Expression
s (from a
"REPLACE mytab SET col1=exp1, col2=exp2").
- getExpressions() - Method in class net.sf.jsqlparser.statement.update.Update
-
The
Expression
s in this update (as 'a' and 'b' in UPDATE
col1='a', col2='b')
- getExpressionVisitor() - Method in class net.sf.jsqlparser.util.deparser.DeleteDeParser
-
- getExpressionVisitor() - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- getExpressionVisitor() - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- getExpressionVisitor() - Method in class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- getExpressionVisitor() - Method in class net.sf.jsqlparser.util.deparser.UpdateDeParser
-
- getExprList() - Method in class net.sf.jsqlparser.expression.operators.relational.MultiExpressionList
-
- getForColumns() - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- getFormatedList(List<?>, String) - Static method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getFormatedList(List<?>, String, boolean, boolean) - Static method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getFromItem() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getFromItem() - Method in class net.sf.jsqlparser.statement.update.Update
-
- getFullyQualifiedName() - Method in class net.sf.jsqlparser.schema.Column
-
- getFullyQualifiedName() - Method in class net.sf.jsqlparser.schema.Database
-
- getFullyQualifiedName() - Method in interface net.sf.jsqlparser.schema.MultiPartName
-
- getFullyQualifiedName() - Method in class net.sf.jsqlparser.schema.Server
-
- getFullyQualifiedName() - Method in class net.sf.jsqlparser.schema.Table
-
- getFunction() - Method in class net.sf.jsqlparser.statement.select.FunctionItem
-
- getFunctionItems() - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- getGroupByColumnReferences() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getHaving() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- GetImage() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get token literal value.
- getIndex() - Method in class net.sf.jsqlparser.statement.create.index.CreateIndex
-
The index to be created
- getIndexes() - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
A list of
Index
es (for example "PRIMARY KEY") of this table.
- getInItems() - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- getInSelect() - Method in class net.sf.jsqlparser.statement.select.PivotXml
-
- getInstanceName() - Method in class net.sf.jsqlparser.schema.Server
-
- getInto() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getItemsList() - Method in class net.sf.jsqlparser.statement.insert.Insert
-
Get the values (as VALUES (...) or SELECT)
- getItemsList() - Method in class net.sf.jsqlparser.statement.replace.Replace
-
An
ItemsList
(either from a "REPLACE mytab VALUES (exp1,exp2)" or
a "REPLACE mytab SELECT * FROM mytab2") it is null in case of a "REPLACE
mytab SET col1=exp1, col2=exp2"
- getJoin() - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- getJoins() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getJoins() - Method in class net.sf.jsqlparser.statement.update.Update
-
- getLeft() - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- getLeftExpression() - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- getLeftExpression() - Method in class net.sf.jsqlparser.expression.CastExpression
-
- getLeftExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- getLeftExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- getLeftExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.IsNullExpression
-
- getLeftItemsList() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- getLimit() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getLimit() - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- getLine() - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Deprecated.
- getMessage() - Method in error net.sf.jsqlparser.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMultiExpressionList() - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- getMultiInItems() - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- getName() - Method in class net.sf.jsqlparser.expression.Alias
-
- getName() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getName() - Method in class net.sf.jsqlparser.expression.ExtractExpression
-
- getName() - Method in class net.sf.jsqlparser.expression.Function
-
The name of he function, i.e.
- getName() - Method in class net.sf.jsqlparser.expression.JdbcNamedParameter
-
The name of the parameter
- getName() - Method in class net.sf.jsqlparser.schema.Table
-
- getName() - Method in class net.sf.jsqlparser.statement.create.table.Index
-
- getName() - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- getName() - Method in class net.sf.jsqlparser.statement.select.WithItem
-
The name of this WITH item (for example, "myWITH" in "WITH myWITH AS
(SELECT A,B,C))"
- getNextAlias() - Method in class net.sf.jsqlparser.util.AddAliasesVisitor
-
Calculate next alias name to use.
- getNextToken() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
Get the next Token.
- getNextToken() - Method in class net.sf.jsqlparser.parser.CCJSqlParserTokenManager
-
Get the next Token.
- getNotExcapedValue() - Method in class net.sf.jsqlparser.expression.StringValue
-
- getNullOrdering() - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- getOffset() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getOffset() - Method in class net.sf.jsqlparser.expression.WindowElement
-
- getOffset() - Method in class net.sf.jsqlparser.statement.select.Limit
-
- getOldOracleJoinSyntax() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- getOldOracleJoinSyntax() - Method in class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
-
- getOldOracleJoinSyntax() - Method in interface net.sf.jsqlparser.expression.operators.relational.SupportsOldOracleJoinSyntax
-
- getOnExpression() - Method in class net.sf.jsqlparser.statement.select.Join
-
Returns the "ON" expression (if any)
- getOnSelectItems() - Method in class net.sf.jsqlparser.statement.select.Distinct
-
A list of
SelectItem
s expressions, as in "select DISTINCT ON
(a,b,c) a,b FROM..."
- getOperations() - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- getOperatorType() - Method in class net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator
-
- getOracleHierarchical() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getOraclePriorPosition() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- getOraclePriorPosition() - Method in class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
-
- getOraclePriorPosition() - Method in interface net.sf.jsqlparser.expression.operators.relational.SupportsOldOracleJoinSyntax
-
- getOrderByElements() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getOrderByElements() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getOrderByElements() - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- getParameter() - Method in class net.sf.jsqlparser.expression.IntervalExpression
-
- getParameters() - Method in class net.sf.jsqlparser.expression.Function
-
The list of parameters of the function (if any, else null) If the
parameter is "*", allColumns is set to true
- getParameters() - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- getPartitionByColumns() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getPivot() - Method in class net.sf.jsqlparser.schema.Table
-
- getPivot() - Method in interface net.sf.jsqlparser.statement.select.FromItem
-
- getPivot() - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- getPivot() - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- getPivot() - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- getPivot() - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- getPlainSelects() - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- getRange() - Method in class net.sf.jsqlparser.expression.WindowElement
-
- getReferencedColumnNames() - Method in class net.sf.jsqlparser.statement.create.table.ForeignKeyIndex
-
- getRightExpression() - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- getRightExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.ExistsExpression
-
- getRightItem() - Method in class net.sf.jsqlparser.statement.select.Join
-
Returns the right item of the join
- getRightItemsList() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- getRowCount() - Method in class net.sf.jsqlparser.statement.select.Limit
-
- getRowCount() - Method in class net.sf.jsqlparser.statement.select.Top
-
- getSchemaName() - Method in class net.sf.jsqlparser.schema.Table
-
- getSelectBody() - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- getSelectBody() - Method in class net.sf.jsqlparser.statement.select.Select
-
- getSelectBody() - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- getSelectBody() - Method in class net.sf.jsqlparser.statement.select.WithItem
-
The
SelectBody
of this WITH item is the part after the "AS"
keyword
- getSelectItems() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
The
SelectItem
s in this query (for example the A,B,C in "SELECT
A,B,C")
- getSelectVisitor() - Method in class net.sf.jsqlparser.util.deparser.ExpressionDeParser
-
- getSelectVisitor() - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- getSelectVisitor() - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- getServer() - Method in class net.sf.jsqlparser.schema.Database
-
- getServerName() - Method in class net.sf.jsqlparser.schema.Server
-
- getSign() - Method in class net.sf.jsqlparser.expression.SignedExpression
-
- getSingleInItems() - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- getStart() - Method in class net.sf.jsqlparser.expression.WindowRange
-
- getStartExpression() - Method in class net.sf.jsqlparser.expression.OracleHierarchicalExpression
-
- getStatements() - Method in class net.sf.jsqlparser.statement.Statements
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Addition
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseAnd
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseOr
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.BitwiseXor
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Concat
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Division
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Modulo
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Multiplication
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.arithmetic.Subtraction
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.conditional.AndExpression
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.conditional.OrExpression
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.EqualsTo
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.ExistsExpression
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.GreaterThan
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.GreaterThanEquals
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.LikeExpression
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.Matches
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.MinorThan
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.MinorThanEquals
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.NotEqualsTo
-
- getStringExpression() - Method in class net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator
-
- getStringList(List<?>) - Static method in class net.sf.jsqlparser.statement.select.PlainSelect
-
List the toString out put of the objects in the List comma separated.
- getStringList(List<?>, boolean, boolean) - Static method in class net.sf.jsqlparser.statement.select.PlainSelect
-
List the toString out put of the objects in the List that can be comma
separated.
- getStringValue() - Method in class net.sf.jsqlparser.expression.LongValue
-
- getSubSelect() - Method in class net.sf.jsqlparser.expression.AllComparisonExpression
-
- getSubSelect() - Method in class net.sf.jsqlparser.expression.AnyComparisonExpression
-
- getSubSelect() - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- GetSuffix(int) - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
Get the suffix.
- getSwitchExpression() - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- getTable() - Method in class net.sf.jsqlparser.schema.Column
-
- getTable() - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- getTable() - Method in class net.sf.jsqlparser.statement.create.index.CreateIndex
-
The table on which the index is to be created
- getTable() - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
The name of the table to be created
- getTable() - Method in class net.sf.jsqlparser.statement.create.table.ForeignKeyIndex
-
- getTable() - Method in class net.sf.jsqlparser.statement.delete.Delete
-
- getTable() - Method in class net.sf.jsqlparser.statement.insert.Insert
-
- getTable() - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- getTable() - Method in class net.sf.jsqlparser.statement.select.AllTableColumns
-
- getTable() - Method in class net.sf.jsqlparser.statement.truncate.Truncate
-
- getTable() - Method in class net.sf.jsqlparser.statement.update.Update
-
- getTableList(Delete) - Method in class net.sf.jsqlparser.util.TablesNamesFinder
-
Main entry for this Tool class.
- getTableList(Insert) - Method in class net.sf.jsqlparser.util.TablesNamesFinder
-
Main entry for this Tool class.
- getTableList(Replace) - Method in class net.sf.jsqlparser.util.TablesNamesFinder
-
Main entry for this Tool class.
- getTableList(Select) - Method in class net.sf.jsqlparser.util.TablesNamesFinder
-
Main entry for this Tool class.
- getTableList(Update) - Method in class net.sf.jsqlparser.util.TablesNamesFinder
-
Main entry for this Tool class.
- getTableOptionsStrings() - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
A list of options (as simple strings) of this table definition, as
("TYPE", "=", "MYISAM")
- getTabSize(int) - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
- getThenExpression() - Method in class net.sf.jsqlparser.expression.WhenClause
-
- getToken(int) - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
Get the specific Token.
- getTop() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getType() - Method in class net.sf.jsqlparser.expression.CastExpression
-
- getType() - Method in class net.sf.jsqlparser.expression.WindowElement
-
- getType() - Method in class net.sf.jsqlparser.expression.WindowOffset
-
- getType() - Method in class net.sf.jsqlparser.statement.create.table.Index
-
The type of this index: "PRIMARY KEY", "UNIQUE", "INDEX"
- getType() - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- getUsingColumns() - Method in class net.sf.jsqlparser.statement.select.Join
-
Returns the "USING" list of
Column
s (if
any)
- getValue() - Method in class net.sf.jsqlparser.expression.DateValue
-
- getValue() - Method in class net.sf.jsqlparser.expression.DoubleValue
-
- getValue() - Method in class net.sf.jsqlparser.expression.LongValue
-
- getValue() - Method in class net.sf.jsqlparser.expression.StringValue
-
- getValue() - Method in class net.sf.jsqlparser.expression.TimestampValue
-
- getValue() - Method in class net.sf.jsqlparser.expression.TimeValue
-
- getValue() - Method in class net.sf.jsqlparser.parser.Token
-
An optional attribute value of the Token.
- getView() - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
In the syntax tree, a view looks and acts just like a Table.
- getWhenClauses() - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- getWhenExpression() - Method in class net.sf.jsqlparser.expression.WhenClause
-
- getWhere() - Method in class net.sf.jsqlparser.statement.delete.Delete
-
- getWhere() - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- getWhere() - Method in class net.sf.jsqlparser.statement.update.Update
-
- getWindowElement() - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- getWithItemList() - Method in class net.sf.jsqlparser.statement.select.WithItem
-
The
SelectItem
s in this WITH (for example the A,B,C in "WITH
mywith (A,B,C) AS ...")
- getWithItemsList() - Method in class net.sf.jsqlparser.statement.select.Select
-
- GreaterThan - Class in net.sf.jsqlparser.expression.operators.relational
-
- GreaterThan() - Constructor for class net.sf.jsqlparser.expression.operators.relational.GreaterThan
-
- GreaterThanEquals - Class in net.sf.jsqlparser.expression.operators.relational
-
- GreaterThanEquals() - Constructor for class net.sf.jsqlparser.expression.operators.relational.GreaterThanEquals
-
- GroupByColumnReferences() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- S_CHAR_LITERAL - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- S_DOUBLE - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- S_IDENTIFIER - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- S_LONG - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- S_QUOTED_IDENTIFIER - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- Select() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- Select - Class in net.sf.jsqlparser.statement.select
-
- Select() - Constructor for class net.sf.jsqlparser.statement.select.Select
-
- SelectBody() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SelectBody - Interface in net.sf.jsqlparser.statement.select
-
- SelectDeParser - Class in net.sf.jsqlparser.util.deparser
-
A class to de-parse (that is, tranform from JSqlParser hierarchy into a
string) a
Select
- SelectDeParser() - Constructor for class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- SelectDeParser(ExpressionVisitor, StringBuilder) - Constructor for class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- SelectExpressionItem() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SelectExpressionItem - Class in net.sf.jsqlparser.statement.select
-
An expression as in "SELECT expr1 AS EXPR"
- SelectExpressionItem() - Constructor for class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- SelectExpressionItem(Expression) - Constructor for class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- SelectItem() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SelectItem - Interface in net.sf.jsqlparser.statement.select
-
Anything between "SELECT" and "FROM"
(that is, any column or expression etc to be retrieved with the query)
- SelectItemsList() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SelectItemVisitor - Interface in net.sf.jsqlparser.statement.select
-
- SelectItemVisitorAdapter - Class in net.sf.jsqlparser.statement.select
-
- SelectItemVisitorAdapter() - Constructor for class net.sf.jsqlparser.statement.select.SelectItemVisitorAdapter
-
- SelectUtils - Class in net.sf.jsqlparser.util
-
Utility function for select statements.
- SelectVisitor - Interface in net.sf.jsqlparser.statement.select
-
- SelectVisitorAdapter - Class in net.sf.jsqlparser.statement.select
-
- SelectVisitorAdapter() - Constructor for class net.sf.jsqlparser.statement.select.SelectVisitorAdapter
-
- Server - Class in net.sf.jsqlparser.schema
-
- Server(String) - Constructor for class net.sf.jsqlparser.schema.Server
-
- Server(String, String) - Constructor for class net.sf.jsqlparser.schema.Server
-
- SERVER_PATTERN - Static variable in class net.sf.jsqlparser.schema.Server
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.schema.Table
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.ExpressionListItem
-
- setAlias(Alias) - Method in interface net.sf.jsqlparser.statement.select.FromItem
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.FunctionItem
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- setAlias(Alias) - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- setAll(boolean) - Method in class net.sf.jsqlparser.statement.select.UnionOp
-
- setAllColumns(boolean) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setAllColumns(boolean) - Method in class net.sf.jsqlparser.expression.Function
-
- setArgumentsStringList(List<String>) - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- setAsc(boolean) - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- setAscDescPresent(boolean) - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- setBetweenExpressionEnd(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- setBetweenExpressionStart(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.CreateIndexDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.CreateTableDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.CreateViewDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.DeleteDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.ExpressionDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.StatementDeParser
-
- setBuffer(StringBuilder) - Method in class net.sf.jsqlparser.util.deparser.UpdateDeParser
-
- setCharacterSet(String) - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- setColDataType(ColDataType) - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
- setColumnDefinitions(List<ColumnDefinition>) - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
- setColumnName(String) - Method in class net.sf.jsqlparser.schema.Column
-
- setColumnName(String) - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- setColumnName(String) - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
- setColumnNames(List<String>) - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- setColumnNames(List<String>) - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- setColumns(List<Column>) - Method in class net.sf.jsqlparser.statement.insert.Insert
-
- setColumns(List<Column>) - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- setColumns(List<Column>) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setColumnsNames(List<String>) - Method in class net.sf.jsqlparser.statement.create.table.Index
-
- setColumnSpecStrings(List<String>) - Method in class net.sf.jsqlparser.statement.create.table.ColumnDefinition
-
- setConnectExpression(Expression) - Method in class net.sf.jsqlparser.expression.OracleHierarchicalExpression
-
- setCross(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setDatabase(Database) - Method in class net.sf.jsqlparser.schema.Table
-
- setDatabaseName(String) - Method in class net.sf.jsqlparser.schema.Database
-
- setDataType(ColDataType) - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- setDataType(String) - Method in class net.sf.jsqlparser.statement.create.table.ColDataType
-
- setDebugStream(PrintStream) - Method in class net.sf.jsqlparser.parser.CCJSqlParserTokenManager
-
Set debug output.
- setDefaultValue(Expression) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setDistinct(boolean) - Method in class net.sf.jsqlparser.expression.Function
-
- setDistinct(Distinct) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setDistinct(boolean) - Method in class net.sf.jsqlparser.statement.select.UnionOp
-
- setElseExpression(Expression) - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- setEnd(WindowOffset) - Method in class net.sf.jsqlparser.expression.WindowRange
-
- setEscape(String) - Method in class net.sf.jsqlparser.expression.operators.relational.LikeExpression
-
- setEscaped(boolean) - Method in class net.sf.jsqlparser.expression.Function
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.expression.ExtractExpression
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.expression.Parenthesis
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.expression.SignedExpression
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.expression.WindowOffset
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- setExpression(Expression) - Method in class net.sf.jsqlparser.statement.select.SelectExpressionItem
-
- setExpressionList(ExpressionList) - Method in class net.sf.jsqlparser.statement.select.ExpressionListItem
-
- setExpressions(List<Expression>) - Method in class net.sf.jsqlparser.expression.operators.relational.ExpressionList
-
- setExpressions(List<Expression>) - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- setExpressions(List<Expression>) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setExpressionVisitor(ExpressionVisitor) - Method in class net.sf.jsqlparser.util.deparser.DeleteDeParser
-
- setExpressionVisitor(ExpressionVisitor) - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- setExpressionVisitor(ExpressionVisitor) - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- setExpressionVisitor(ExpressionVisitor) - Method in class net.sf.jsqlparser.util.deparser.SelectDeParser
-
- setExpressionVisitor(ExpressionVisitor) - Method in class net.sf.jsqlparser.util.deparser.UpdateDeParser
-
- setForColumns(List<Column>) - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- setFromItem(FromItem) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setFromItem(FromItem) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setFull(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setFunction(Function) - Method in class net.sf.jsqlparser.statement.select.FunctionItem
-
- setFunctionItems(List<FunctionItem>) - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- setGroupByColumnReferences(List<Expression>) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setHaving(Expression) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setInAny(boolean) - Method in class net.sf.jsqlparser.statement.select.PivotXml
-
- setIndex(Index) - Method in class net.sf.jsqlparser.statement.create.index.CreateIndex
-
- setIndexes(List<Index>) - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
- setInner(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setInSelect(SelectBody) - Method in class net.sf.jsqlparser.statement.select.PivotXml
-
- setInstanceName(String) - Method in class net.sf.jsqlparser.schema.Server
-
- setInto(Table) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setItemsList(ItemsList) - Method in class net.sf.jsqlparser.statement.insert.Insert
-
- setItemsList(ItemsList) - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- setJoin(Join) - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- setJoins(List<Join>) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setJoins(List<Join>) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setLeft(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setLeft(FromItem) - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- setLeftExpression(Expression) - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- setLeftExpression(Expression) - Method in class net.sf.jsqlparser.expression.CastExpression
-
- setLeftExpression(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- setLeftExpression(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setLeftExpression(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.IsNullExpression
-
- setLeftItemsList(ItemsList) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setLimit(Limit) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setLimit(Limit) - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- setLimitAll(boolean) - Method in class net.sf.jsqlparser.statement.select.Limit
-
- setMaterialized(boolean) - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- setMultiExpressionList(MultiExpressionList) - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- setMultiInItems(List<ExpressionListItem>) - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- setName(String) - Method in class net.sf.jsqlparser.expression.Alias
-
- setName(String) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setName(String) - Method in class net.sf.jsqlparser.expression.ExtractExpression
-
- setName(String) - Method in class net.sf.jsqlparser.expression.Function
-
- setName(String) - Method in class net.sf.jsqlparser.expression.JdbcNamedParameter
-
- setName(String) - Method in class net.sf.jsqlparser.schema.Table
-
- setName(String) - Method in class net.sf.jsqlparser.statement.create.table.Index
-
- setName(String) - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- setName(String) - Method in class net.sf.jsqlparser.statement.select.WithItem
-
- setNatural(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setNoBrackets(boolean) - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- setNoCycle(boolean) - Method in class net.sf.jsqlparser.expression.OracleHierarchicalExpression
-
- setNot() - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- setNot(boolean) - Method in class net.sf.jsqlparser.expression.operators.relational.Between
-
- setNot(boolean) - Method in class net.sf.jsqlparser.expression.operators.relational.ExistsExpression
-
- setNot(boolean) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setNot(boolean) - Method in class net.sf.jsqlparser.expression.operators.relational.IsNullExpression
-
- setNot(boolean) - Method in class net.sf.jsqlparser.expression.operators.relational.LikeExpression
-
- setNot() - Method in class net.sf.jsqlparser.expression.Parenthesis
-
- setNullOrdering(OrderByElement.NullOrdering) - Method in class net.sf.jsqlparser.statement.select.OrderByElement
-
- setOffset(Expression) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setOffset(WindowOffset) - Method in class net.sf.jsqlparser.expression.WindowElement
-
- setOffset(long) - Method in class net.sf.jsqlparser.statement.select.Limit
-
- setOffsetJdbcParameter(boolean) - Method in class net.sf.jsqlparser.statement.select.Limit
-
- setOldOracleJoinSyntax(int) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setOldOracleJoinSyntax(int) - Method in class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
-
- setOldOracleJoinSyntax(int) - Method in interface net.sf.jsqlparser.expression.operators.relational.SupportsOldOracleJoinSyntax
-
- setOnExpression(Expression) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setOnSelectItems(List<SelectItem>) - Method in class net.sf.jsqlparser.statement.select.Distinct
-
- SetOperation - Class in net.sf.jsqlparser.statement.select
-
Single Set-Operation (name).
- SetOperation(SetOperationList.SetOperationType) - Constructor for class net.sf.jsqlparser.statement.select.SetOperation
-
- SetOperationList() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SetOperationList - Class in net.sf.jsqlparser.statement.select
-
A database set operation.
- SetOperationList() - Constructor for class net.sf.jsqlparser.statement.select.SetOperationList
-
- SetOperationList.SetOperationType - Enum in net.sf.jsqlparser.statement.select
-
list of set operations.
- setOpsAndSelects(List<PlainSelect>, List<SetOperation>) - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- setOracleHierarchical(OracleHierarchicalExpression) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setOraclePriorPosition(int) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setOraclePriorPosition(int) - Method in class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
-
- setOraclePriorPosition(int) - Method in interface net.sf.jsqlparser.expression.operators.relational.SupportsOldOracleJoinSyntax
-
- setOracleSiblings(boolean) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setOrderByElements(List<OrderByElement>) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setOrderByElements(List<OrderByElement>) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setOrderByElements(List<OrderByElement>) - Method in class net.sf.jsqlparser.statement.select.SetOperationList
-
- setOrReplace(boolean) - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- setOuter(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setParameter(String) - Method in class net.sf.jsqlparser.expression.IntervalExpression
-
- setParameters(ExpressionList) - Method in class net.sf.jsqlparser.expression.Function
-
- setParameters(List<String>) - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- setParenthesis(boolean) - Method in class net.sf.jsqlparser.statement.select.Top
-
- setPartitionByColumns(List<Column>) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setPercentage(boolean) - Method in class net.sf.jsqlparser.statement.select.Top
-
- setPivot(Pivot) - Method in class net.sf.jsqlparser.schema.Table
-
- setPivot(Pivot) - Method in interface net.sf.jsqlparser.statement.select.FromItem
-
- setPivot(Pivot) - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- setPivot(Pivot) - Method in class net.sf.jsqlparser.statement.select.SubJoin
-
- setPivot(Pivot) - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- setPivot(Pivot) - Method in class net.sf.jsqlparser.statement.select.ValuesList
-
- setPrefix(String) - Method in class net.sf.jsqlparser.util.AddAliasesVisitor
-
Set alias prefix.
- setRange(WindowRange) - Method in class net.sf.jsqlparser.expression.WindowElement
-
- setReferencedColumnNames(List<String>) - Method in class net.sf.jsqlparser.statement.create.table.ForeignKeyIndex
-
- setRight(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setRightExpression(Expression) - Method in class net.sf.jsqlparser.expression.BinaryExpression
-
- setRightExpression(Expression) - Method in class net.sf.jsqlparser.expression.operators.relational.ExistsExpression
-
- setRightItem(FromItem) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setRightItemsList(ItemsList) - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
-
- setRowCount(long) - Method in class net.sf.jsqlparser.statement.select.Limit
-
- setRowCount(long) - Method in class net.sf.jsqlparser.statement.select.Top
-
- setRowCountJdbcParameter(boolean) - Method in class net.sf.jsqlparser.statement.select.Limit
-
- setRowCountJdbcParameter(boolean) - Method in class net.sf.jsqlparser.statement.select.Top
-
- setSchemaName(String) - Method in class net.sf.jsqlparser.schema.Table
-
- setSelectBody(SelectBody) - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- setSelectBody(SelectBody) - Method in class net.sf.jsqlparser.statement.select.Select
-
- setSelectBody(SelectBody) - Method in class net.sf.jsqlparser.statement.select.SubSelect
-
- setSelectBody(SelectBody) - Method in class net.sf.jsqlparser.statement.select.WithItem
-
- setSelectItems(List<SelectItem>) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setSelectVisitor(SelectVisitor) - Method in class net.sf.jsqlparser.util.deparser.ExpressionDeParser
-
- setSelectVisitor(SelectVisitor) - Method in class net.sf.jsqlparser.util.deparser.InsertDeParser
-
- setSelectVisitor(SelectVisitor) - Method in class net.sf.jsqlparser.util.deparser.ReplaceDeParser
-
- setServer(Server) - Method in class net.sf.jsqlparser.schema.Database
-
- setServerName(String) - Method in class net.sf.jsqlparser.schema.Server
-
- setSign(char) - Method in class net.sf.jsqlparser.expression.SignedExpression
-
- setSimple(boolean) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setSingleInItems(List<SelectExpressionItem>) - Method in class net.sf.jsqlparser.statement.select.Pivot
-
- setStart(WindowOffset) - Method in class net.sf.jsqlparser.expression.WindowRange
-
- setStartExpression(Expression) - Method in class net.sf.jsqlparser.expression.OracleHierarchicalExpression
-
- setStatements(List<Statement>) - Method in class net.sf.jsqlparser.statement.Statements
-
- setStringValue(String) - Method in class net.sf.jsqlparser.expression.LongValue
-
- setSubSelect(SubSelect) - Method in class net.sf.jsqlparser.statement.select.LateralSubSelect
-
- setSwitchExpression(Expression) - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- setTable(Table) - Method in class net.sf.jsqlparser.schema.Column
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.alter.Alter
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.create.index.CreateIndex
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.create.table.ForeignKeyIndex
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.delete.Delete
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.insert.Insert
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.select.AllTableColumns
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.truncate.Truncate
-
- setTable(Table) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setTableOptionsStrings(List<String>) - Method in class net.sf.jsqlparser.statement.create.table.CreateTable
-
- setTabSize(int) - Method in class net.sf.jsqlparser.parser.SimpleCharStream
-
- setThenExpression(Expression) - Method in class net.sf.jsqlparser.expression.WhenClause
-
- setTop(Top) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setType(ColDataType) - Method in class net.sf.jsqlparser.expression.CastExpression
-
- setType(WindowElement.Type) - Method in class net.sf.jsqlparser.expression.WindowElement
-
- setType(WindowOffset.Type) - Method in class net.sf.jsqlparser.expression.WindowOffset
-
- setType(String) - Method in class net.sf.jsqlparser.statement.create.table.Index
-
- setType(String) - Method in class net.sf.jsqlparser.statement.drop.Drop
-
- setUseAs(boolean) - Method in class net.sf.jsqlparser.expression.Alias
-
- setUseCastKeyword(boolean) - Method in class net.sf.jsqlparser.expression.CastExpression
-
- setUseValues(boolean) - Method in class net.sf.jsqlparser.statement.insert.Insert
-
- setUseValues(boolean) - Method in class net.sf.jsqlparser.statement.replace.Replace
-
- setUsingColumns(List<Column>) - Method in class net.sf.jsqlparser.statement.select.Join
-
- setValue(Date) - Method in class net.sf.jsqlparser.expression.DateValue
-
- setValue(double) - Method in class net.sf.jsqlparser.expression.DoubleValue
-
- setValue(long) - Method in class net.sf.jsqlparser.expression.LongValue
-
- setValue(String) - Method in class net.sf.jsqlparser.expression.StringValue
-
- setValue(Timestamp) - Method in class net.sf.jsqlparser.expression.TimestampValue
-
- setValue(Time) - Method in class net.sf.jsqlparser.expression.TimeValue
-
- setView(Table) - Method in class net.sf.jsqlparser.statement.create.view.CreateView
-
- setWhenClauses(List<Expression>) - Method in class net.sf.jsqlparser.expression.CaseExpression
-
- setWhenExpression(Expression) - Method in class net.sf.jsqlparser.expression.WhenClause
-
- setWhere(Expression) - Method in class net.sf.jsqlparser.statement.delete.Delete
-
- setWhere(Expression) - Method in class net.sf.jsqlparser.statement.select.PlainSelect
-
- setWhere(Expression) - Method in class net.sf.jsqlparser.statement.update.Update
-
- setWindowElement(WindowElement) - Method in class net.sf.jsqlparser.expression.AnalyticExpression
-
- setWithItemList(List<SelectItem>) - Method in class net.sf.jsqlparser.statement.select.WithItem
-
- setWithItemsList(List<WithItem>) - Method in class net.sf.jsqlparser.statement.select.Select
-
- SignedExpression - Class in net.sf.jsqlparser.expression
-
It represents a "-" or "+" before an expression
- SignedExpression(char, Expression) - Constructor for class net.sf.jsqlparser.expression.SignedExpression
-
- SimpleCharStream - Class in net.sf.jsqlparser.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class net.sf.jsqlparser.parser.SimpleCharStream
-
Constructor.
- SimpleExpression() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SimpleExpressionList() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SingleStatement() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SPECIAL_CHARS - Static variable in interface net.sf.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- specialToken - Variable in class net.sf.jsqlparser.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SQLCondition() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SQLExpressionList() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- Statement() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- Statement - Interface in net.sf.jsqlparser.statement
-
An operation on the db (SELECT, UPDATE ecc.)
- StatementDeParser - Class in net.sf.jsqlparser.util.deparser
-
- StatementDeParser(StringBuilder) - Constructor for class net.sf.jsqlparser.util.deparser.StatementDeParser
-
- Statements() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- Statements - Class in net.sf.jsqlparser.statement
-
- Statements() - Constructor for class net.sf.jsqlparser.statement.Statements
-
- StatementVisitor - Interface in net.sf.jsqlparser.statement
-
- StatementVisitorAdapter - Class in net.sf.jsqlparser.statement
-
- StatementVisitorAdapter() - Constructor for class net.sf.jsqlparser.statement.StatementVisitorAdapter
-
- staticFlag - Static variable in class net.sf.jsqlparser.parser.SimpleCharStream
-
Whether parser is static.
- StringValue - Class in net.sf.jsqlparser.expression
-
A string as in 'example_string'
- StringValue(String) - Constructor for class net.sf.jsqlparser.expression.StringValue
-
- SubJoin() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SubJoin - Class in net.sf.jsqlparser.statement.select
-
A table created by "(tab1 join tab2)".
- SubJoin() - Constructor for class net.sf.jsqlparser.statement.select.SubJoin
-
- SubSelect() - Method in class net.sf.jsqlparser.parser.CCJSqlParser
-
- SubSelect - Class in net.sf.jsqlparser.statement.select
-
A subselect followed by an optional alias.
- SubSelect() - Constructor for class net.sf.jsqlparser.statement.select.SubSelect
-
- Subtraction - Class in net.sf.jsqlparser.expression.operators.arithmetic
-
- Subtraction() - Constructor for class net.sf.jsqlparser.expression.operators.arithmetic.Subtraction
-
- SupportsOldOracleJoinSyntax - Interface in net.sf.jsqlparser.expression.operators.relational
-
- SwitchTo(int) - Method in class net.sf.jsqlparser.parser.CCJSqlParserTokenManager
-
Switch to specified lex state.