Uses of Class
net.sf.jsqlparser.schema.Table
-
-
Uses of Table in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as Table Modifier and Type Field Description private Table
SpannerInterleaveIn. table
Methods in net.sf.jsqlparser.expression that return Table Modifier and Type Method Description Table
SpannerInterleaveIn. getTable()
Methods in net.sf.jsqlparser.expression with parameters of type Table Modifier and Type Method Description void
SpannerInterleaveIn. setTable(Table table)
SpannerInterleaveIn
SpannerInterleaveIn. withTable(Table table)
Constructors in net.sf.jsqlparser.expression with parameters of type Table Constructor Description SpannerInterleaveIn(Table table, SpannerInterleaveIn.OnDelete action)
-
Uses of Table in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return Table Modifier and Type Method Description Table
CCJSqlParser. Table()
Table
CCJSqlParser. TableWithAlias()
Table
CCJSqlParser. TableWithAliasAndMysqlIndexHint()
Methods in net.sf.jsqlparser.parser that return types with arguments of type Table Modifier and Type Method Description java.util.List<Table>
CCJSqlParser. IntoClause()
-
Uses of Table in net.sf.jsqlparser.schema
Fields in net.sf.jsqlparser.schema declared as Table Modifier and Type Field Description private Table
Column. table
Methods in net.sf.jsqlparser.schema that return Table Modifier and Type Method Description Table
Column. getTable()
Retrieve the information regarding theTable
thisColumn
does belong to, if any can be inferred.Table
Table. setDatabaseName(java.lang.String databaseName)
Table
Table. setSampleClause(SampleClause sampleClause)
Table
Table. setSchemaName(java.lang.String schemaName)
Table
Table. withAlias(Alias alias)
Table
Table. withDatabase(Database database)
Table
Table. withHint(MySQLIndexHint hint)
Table
Table. withName(java.lang.String name)
Table
Table. withPivot(Pivot pivot)
Table
Table. withSchemaName(java.lang.String schemaName)
Table
Table. withSqlServerHints(SQLServerHints sqlServerHints)
Table
Table. withUnPivot(UnPivot unpivot)
Methods in net.sf.jsqlparser.schema with parameters of type Table Modifier and Type Method Description void
Column. setTable(Table table)
Column
Column. withTable(Table table)
Constructors in net.sf.jsqlparser.schema with parameters of type Table Constructor Description Column(Table table, java.lang.String columnName)
-
Uses of Table in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as Table Modifier and Type Field Description (package private) Table
OutputClause. outputTable
private Table
DescribeStatement. table
private Table
ExplainStatement. table
Methods in net.sf.jsqlparser.statement that return Table Modifier and Type Method Description Table
OutputClause. getOutputTable()
Table
DescribeStatement. getTable()
Table
ExplainStatement. getTable()
Methods in net.sf.jsqlparser.statement with parameters of type Table Modifier and Type Method Description void
OutputClause. setOutputTable(Table outputTable)
void
DescribeStatement. setTable(Table table)
ExplainStatement
ExplainStatement. setTable(Table table)
DescribeStatement
DescribeStatement. withTable(Table table)
Constructors in net.sf.jsqlparser.statement with parameters of type Table Constructor Description DescribeStatement(Table table)
ExplainStatement(java.lang.String keyword, Table table)
OutputClause(java.util.List<SelectItem<?>> selectItemList, UserVariable tableVariable, Table outputTable, java.util.List<java.lang.String> columnList)
PurgeStatement(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as Table Modifier and Type Field Description private Table
Alter. table
Fields in net.sf.jsqlparser.statement.alter with type parameters of type Table Modifier and Type Field Description private java.util.LinkedHashMap<Table,Table>
RenameTableStatement. tableNames
private java.util.LinkedHashMap<Table,Table>
RenameTableStatement. tableNames
Methods in net.sf.jsqlparser.statement.alter that return Table Modifier and Type Method Description Table
Alter. getTable()
Methods in net.sf.jsqlparser.statement.alter that return types with arguments of type Table Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Table,Table>>
RenameTableStatement. getTableNames()
java.util.Set<java.util.Map.Entry<Table,Table>>
RenameTableStatement. getTableNames()
Methods in net.sf.jsqlparser.statement.alter with parameters of type Table Modifier and Type Method Description void
RenameTableStatement. addTableNames(Table oldName, Table newName)
void
Alter. setTable(Table table)
Alter
Alter. withTable(Table table)
Constructors in net.sf.jsqlparser.statement.alter with parameters of type Table Constructor Description RenameTableStatement(Table oldName, Table newName)
RenameTableStatement(Table oldName, Table newName, boolean usingTableKeyword, boolean usingIfExistsKeyword, java.lang.String waitDirective)
-
Uses of Table in net.sf.jsqlparser.statement.analyze
Fields in net.sf.jsqlparser.statement.analyze declared as Table Modifier and Type Field Description private Table
Analyze. table
Methods in net.sf.jsqlparser.statement.analyze that return Table Modifier and Type Method Description Table
Analyze. getTable()
Methods in net.sf.jsqlparser.statement.analyze with parameters of type Table Modifier and Type Method Description void
Analyze. setTable(Table table)
Analyze
Analyze. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.comment
Fields in net.sf.jsqlparser.statement.comment declared as Table Modifier and Type Field Description private Table
Comment. table
private Table
Comment. view
Methods in net.sf.jsqlparser.statement.comment that return Table Modifier and Type Method Description Table
Comment. getTable()
Table
Comment. getView()
Methods in net.sf.jsqlparser.statement.comment with parameters of type Table Modifier and Type Method Description void
Comment. setTable(Table table)
void
Comment. setView(Table view)
Comment
Comment. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.create.index
Fields in net.sf.jsqlparser.statement.create.index declared as Table Modifier and Type Field Description private Table
CreateIndex. table
Methods in net.sf.jsqlparser.statement.create.index that return Table Modifier and Type Method Description Table
CreateIndex. getTable()
Methods in net.sf.jsqlparser.statement.create.index with parameters of type Table Modifier and Type Method Description void
CreateIndex. setTable(Table table)
CreateIndex
CreateIndex. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.create.table
Fields in net.sf.jsqlparser.statement.create.table declared as Table Modifier and Type Field Description private Table
CreateTable. likeTable
private Table
CheckConstraint. table
private Table
CreateTable. table
private Table
ForeignKeyIndex. table
Methods in net.sf.jsqlparser.statement.create.table that return Table Modifier and Type Method Description Table
CreateTable. getLikeTable()
Table
CheckConstraint. getTable()
Table
CreateTable. getTable()
Table
ForeignKeyIndex. getTable()
Methods in net.sf.jsqlparser.statement.create.table with parameters of type Table Modifier and Type Method Description void
CreateTable. setLikeTable(Table likeTable, boolean parenthesis)
void
CheckConstraint. setTable(Table table)
void
CreateTable. setTable(Table table)
void
ForeignKeyIndex. setTable(Table table)
CheckConstraint
CheckConstraint. withTable(Table table)
CreateTable
CreateTable. withTable(Table table)
ForeignKeyIndex
ForeignKeyIndex. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as Table Modifier and Type Field Description private Table
AlterView. view
private Table
CreateView. view
Methods in net.sf.jsqlparser.statement.create.view that return Table Modifier and Type Method Description Table
AlterView. getView()
Table
CreateView. getView()
Methods in net.sf.jsqlparser.statement.create.view with parameters of type Table Modifier and Type Method Description void
AlterView. setView(Table view)
void
CreateView. setView(Table view)
AlterView
AlterView. withView(Table view)
CreateView
CreateView. withView(Table view)
-
Uses of Table in net.sf.jsqlparser.statement.delete
Fields in net.sf.jsqlparser.statement.delete declared as Table Modifier and Type Field Description private Table
Delete. table
Fields in net.sf.jsqlparser.statement.delete with type parameters of type Table Modifier and Type Field Description private java.util.List<Table>
Delete. tables
private java.util.List<Table>
Delete. usingList
Methods in net.sf.jsqlparser.statement.delete that return Table Modifier and Type Method Description Table
Delete. getTable()
Methods in net.sf.jsqlparser.statement.delete that return types with arguments of type Table Modifier and Type Method Description java.util.List<Table>
Delete. getTables()
java.util.List<Table>
Delete. getUsingList()
Methods in net.sf.jsqlparser.statement.delete with parameters of type Table Modifier and Type Method Description Delete
Delete. addTables(Table... tables)
Delete
Delete. addUsingList(Table... usingList)
void
Delete. setTable(Table name)
Delete
Delete. withTable(Table table)
Method parameters in net.sf.jsqlparser.statement.delete with type arguments of type Table Modifier and Type Method Description Delete
Delete. addTables(java.util.Collection<? extends Table> tables)
Delete
Delete. addUsingList(java.util.Collection<? extends Table> usingList)
void
Delete. setTables(java.util.List<Table> tables)
void
Delete. setUsingList(java.util.List<Table> usingList)
Delete
Delete. withTables(java.util.List<Table> tables)
Delete
Delete. withUsingList(java.util.List<Table> usingList)
-
Uses of Table in net.sf.jsqlparser.statement.drop
Fields in net.sf.jsqlparser.statement.drop declared as Table Modifier and Type Field Description private Table
Drop. name
Methods in net.sf.jsqlparser.statement.drop that return Table Modifier and Type Method Description Table
Drop. getName()
Methods in net.sf.jsqlparser.statement.drop with parameters of type Table Modifier and Type Method Description void
Drop. setName(Table string)
Drop
Drop. withName(Table name)
-
Uses of Table in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as Table Modifier and Type Field Description private Table
Insert. table
Methods in net.sf.jsqlparser.statement.insert that return Table Modifier and Type Method Description Table
Insert. getTable()
Methods in net.sf.jsqlparser.statement.insert with parameters of type Table Modifier and Type Method Description void
Insert. setTable(Table name)
Insert
Insert. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.merge
Fields in net.sf.jsqlparser.statement.merge declared as Table Modifier and Type Field Description private Table
Merge. table
Methods in net.sf.jsqlparser.statement.merge that return Table Modifier and Type Method Description Table
Merge. getTable()
Table
Merge. getUsingTable()
Deprecated.Methods in net.sf.jsqlparser.statement.merge with parameters of type Table Modifier and Type Method Description void
Merge. setTable(Table name)
void
Merge. setUsingTable(Table usingTable)
Deprecated.Merge
Merge. withTable(Table table)
Merge
Merge. withUsingTable(Table usingTable)
Deprecated. -
Uses of Table in net.sf.jsqlparser.statement.refresh
Fields in net.sf.jsqlparser.statement.refresh declared as Table Modifier and Type Field Description private Table
RefreshMaterializedViewStatement. view
Methods in net.sf.jsqlparser.statement.refresh that return Table Modifier and Type Method Description Table
RefreshMaterializedViewStatement. getView()
Methods in net.sf.jsqlparser.statement.refresh with parameters of type Table Modifier and Type Method Description void
RefreshMaterializedViewStatement. setView(Table view)
RefreshMaterializedViewStatement
RefreshMaterializedViewStatement. withTableName(Table view)
Constructors in net.sf.jsqlparser.statement.refresh with parameters of type Table Constructor Description RefreshMaterializedViewStatement(Table view, boolean concurrently, RefreshMode refreshMode)
-
Uses of Table in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as Table Modifier and Type Field Description protected Table
Select. forUpdateTable
private Table
PlainSelect. intoTempTable
private Table
AllTableColumns. table
private Table
TableStatement. table
Fields in net.sf.jsqlparser.statement.select with type parameters of type Table Modifier and Type Field Description private java.util.List<Table>
PlainSelect. intoTables
Methods in net.sf.jsqlparser.statement.select that return Table Modifier and Type Method Description Table
Select. getForUpdateTable()
Table
PlainSelect. getIntoTempTable()
Table
AllTableColumns. getTable()
Table
TableStatement. getTable()
Methods in net.sf.jsqlparser.statement.select that return types with arguments of type Table Modifier and Type Method Description java.util.List<Table>
PlainSelect. getIntoTables()
Methods in net.sf.jsqlparser.statement.select with parameters of type Table Modifier and Type Method Description PlainSelect
PlainSelect. addIntoTables(Table... intoTables)
void
Select. setForUpdateTable(Table forUpdateTable)
void
PlainSelect. setIntoTempTable(Table intoTempTable)
void
AllTableColumns. setTable(Table table)
void
TableStatement. setTable(Table table)
default void
FromItemVisitor. visit(Table tableName)
<S> T
FromItemVisitor. visit(Table tableName, S context)
<S> T
FromItemVisitorAdapter. visit(Table table, S context)
default void
IntoTableVisitor. visit(Table tableName)
<S> T
IntoTableVisitor. visit(Table tableName, S context)
<S> T
IntoTableVisitorAdapter. visit(Table tableName, S context)
Select
Select. withForUpdateTable(Table forUpdateTable)
PlainSelect
PlainSelect. withIntoTempTable(Table intoTempTable)
AllTableColumns
AllTableColumns. withTable(Table table)
Method parameters in net.sf.jsqlparser.statement.select with type arguments of type Table Modifier and Type Method Description PlainSelect
PlainSelect. addIntoTables(java.util.Collection<? extends Table> intoTables)
void
PlainSelect. setIntoTables(java.util.List<Table> intoTables)
PlainSelect
PlainSelect. withIntoTables(java.util.List<Table> intoTables)
Constructors in net.sf.jsqlparser.statement.select with parameters of type Table Constructor Description AllTableColumns(Table table)
AllTableColumns(Table table, ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions)
AllTableColumns(Table table, ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions, java.lang.String exceptKeyword)
AllTableColumns(Table table, AllColumns allColumns)
-
Uses of Table in net.sf.jsqlparser.statement.truncate
Fields in net.sf.jsqlparser.statement.truncate declared as Table Modifier and Type Field Description private Table
Truncate. table
Fields in net.sf.jsqlparser.statement.truncate with type parameters of type Table Modifier and Type Field Description private java.util.List<Table>
Truncate. tables
Methods in net.sf.jsqlparser.statement.truncate that return Table Modifier and Type Method Description Table
Truncate. getTable()
Methods in net.sf.jsqlparser.statement.truncate that return types with arguments of type Table Modifier and Type Method Description java.util.List<Table>
Truncate. getTables()
Methods in net.sf.jsqlparser.statement.truncate with parameters of type Table Modifier and Type Method Description void
Truncate. setTable(Table table)
Truncate
Truncate. withTable(Table table)
Method parameters in net.sf.jsqlparser.statement.truncate with type arguments of type Table Modifier and Type Method Description void
Truncate. setTables(java.util.List<Table> tables)
Truncate
Truncate. withTables(java.util.List<Table> tables)
-
Uses of Table in net.sf.jsqlparser.statement.update
Fields in net.sf.jsqlparser.statement.update declared as Table Modifier and Type Field Description private Table
Update. table
Methods in net.sf.jsqlparser.statement.update that return Table Modifier and Type Method Description Table
Update. getTable()
Methods in net.sf.jsqlparser.statement.update with parameters of type Table Modifier and Type Method Description void
Update. setTable(Table table)
Update
Update. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert declared as Table Modifier and Type Field Description private Table
Upsert. table
Methods in net.sf.jsqlparser.statement.upsert that return Table Modifier and Type Method Description Table
Upsert. getTable()
Methods in net.sf.jsqlparser.statement.upsert with parameters of type Table Modifier and Type Method Description void
Upsert. setTable(Table name)
Upsert
Upsert. withTable(Table table)
-
Uses of Table in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type Table Modifier and Type Method Description static Join
SelectUtils. addJoin(Select select, Table table, Expression onExpression)
Adds a simple join to a select statement.static Select
SelectUtils. buildSelectFromTable(Table table)
Builds select * from table.static Select
SelectUtils. buildSelectFromTableAndExpressions(Table table, java.lang.String... expr)
static Select
SelectUtils. buildSelectFromTableAndExpressions(Table table, Expression... expr)
static Select
SelectUtils. buildSelectFromTableAndSelectItems(Table table, SelectItem... selectItems)
protected java.lang.String
TablesNamesFinder. extractTableName(Table table)
Override to adapt the tableName generation (e.g.void
TablesNamesFinder. visit(Table tableName)
<S> Void
TablesNamesFinder. visit(Table table, S context)
-
Uses of Table in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Table Modifier and Type Method Description void
SelectDeParser. visit(Table tableName)
<S> java.lang.StringBuilder
SelectDeParser. visit(Table tableName, S context)
-
Uses of Table in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Table Modifier and Type Method Description void
SelectValidator. visit(Table table)
<S> java.lang.Void
SelectValidator. visit(Table table, S context)
-