Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

I

Index - Class in net.sf.jsqlparser.statement.create.table
An index (unique, primary etc.) in a CREATE TABLE statement
Index() - Constructor for class net.sf.jsqlparser.statement.create.table.Index
 
indexes - Variable in class net.sf.jsqlparser.statement.create.table.CreateTable
 
InExpression - Class in net.sf.jsqlparser.expression.operators.relational
 
InExpression() - Constructor for class net.sf.jsqlparser.expression.operators.relational.InExpression
 
InExpression(Expression, ItemsList) - Constructor for class net.sf.jsqlparser.expression.operators.relational.InExpression
 
inner - Variable in class net.sf.jsqlparser.statement.select.Join
 
Insert - Class in net.sf.jsqlparser.statement.insert
The insert statement.
Insert() - Constructor for class net.sf.jsqlparser.statement.insert.Insert
 
InsertDeParser - Class in net.sf.jsqlparser.util.deparser
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string) an Insert
InsertDeParser() - Constructor for class net.sf.jsqlparser.util.deparser.InsertDeParser
 
InsertDeParser(ExpressionVisitor, SelectVisitor, StringBuffer) - Constructor for class net.sf.jsqlparser.util.deparser.InsertDeParser
 
into - Variable in class net.sf.jsqlparser.statement.select.PlainSelect
 
IntoTableVisitor - Interface in net.sf.jsqlparser.statement.select
 
InvalidPrimitive() - Constructor for exception net.sf.jsqlparser.expression.PrimitiveValue.InvalidPrimitive
 
InverseExpression - Class in net.sf.jsqlparser.expression
It represents a "-" before an expression
InverseExpression() - Constructor for class net.sf.jsqlparser.expression.InverseExpression
 
InverseExpression(Expression) - Constructor for class net.sf.jsqlparser.expression.InverseExpression
 
isAll() - Method in class net.sf.jsqlparser.statement.select.Union
This is not 100% right; every UNION should have their own All/Distinct clause...
isAllColumns() - Method in class net.sf.jsqlparser.expression.Function
true if the parameter to the function is "*"
isAsc() - Method in class net.sf.jsqlparser.statement.select.OrderByElement
 
isDistinct() - Method in class net.sf.jsqlparser.expression.Function
true if the function is "distinct"
isDistinct() - Method in class net.sf.jsqlparser.statement.select.Union
This is not 100% right; every UNION should have their own All/Distinct clause...
isEscaped - Variable in class net.sf.jsqlparser.expression.Function
 
isEscaped() - Method in class net.sf.jsqlparser.expression.Function
Return true if it's in the form "{fn function_body() }"
isFull() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "FULL" join
isInner() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "INNER" join
isLeft() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "LEFT" join
isLimitAll() - Method in class net.sf.jsqlparser.statement.select.Limit
 
isNatural() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "NATURAL" join
isNot() - Method in class net.sf.jsqlparser.expression.operators.relational.Between
 
isNot() - Method in class net.sf.jsqlparser.expression.operators.relational.ExistsExpression
 
isNot() - Method in class net.sf.jsqlparser.expression.operators.relational.InExpression
 
isNot() - Method in class net.sf.jsqlparser.expression.operators.relational.IsNullExpression
 
isNot() - Method in class net.sf.jsqlparser.expression.operators.relational.LikeExpression
 
IsNullExpression - Class in net.sf.jsqlparser.expression.operators.relational
 
IsNullExpression() - Constructor for class net.sf.jsqlparser.expression.operators.relational.IsNullExpression
 
isOffsetJdbcParameter() - Method in class net.sf.jsqlparser.statement.select.Limit
 
isOrReplace() - Method in class net.sf.jsqlparser.statement.insert.Insert
 
isOuter() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "OUTER" join
isRight() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a "RIGHT" join
isRowCountJdbcParameter() - Method in class net.sf.jsqlparser.statement.select.Limit
 
isRowCountJdbcParameter() - Method in class net.sf.jsqlparser.statement.select.Top
 
isSimple() - Method in class net.sf.jsqlparser.statement.select.Join
Whether is a tab1,tab2 join
isUseValues() - Method in class net.sf.jsqlparser.statement.insert.Insert
 
isUseValues() - Method in class net.sf.jsqlparser.statement.replace.Replace
 
itemsList - Variable in class net.sf.jsqlparser.expression.operators.relational.InExpression
 
ItemsList - Interface in net.sf.jsqlparser.expression.operators.relational
Values of an "INSERT" statement (for example a SELECT or a list of expressions)
itemsList - Variable in class net.sf.jsqlparser.statement.insert.Insert
 
itemsList - Variable in class net.sf.jsqlparser.statement.replace.Replace
 
ItemsListVisitor - Interface in net.sf.jsqlparser.expression.operators.relational
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links