Uses of Class
net.sf.jsqlparser.schema.Table
Packages that use Table
Package
Description
-
Uses of Table in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as TableMethods in net.sf.jsqlparser.expression that return TableMethods in net.sf.jsqlparser.expression with parameters of type TableModifier and TypeMethodDescriptionvoid
Constructors in net.sf.jsqlparser.expression with parameters of type TableModifierConstructorDescriptionSpannerInterleaveIn
(Table table, SpannerInterleaveIn.OnDelete action) -
Uses of Table in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return TableModifier and TypeMethodDescriptionfinal Table
CCJSqlParser.Table()
final Table
CCJSqlParser.TableWithAlias()
final Table
CCJSqlParser.TableWithAliasAndMysqlIndexHint()
Methods in net.sf.jsqlparser.parser that return types with arguments of type Table -
Uses of Table in net.sf.jsqlparser.schema
Fields in net.sf.jsqlparser.schema declared as TableMethods in net.sf.jsqlparser.schema that return TableModifier and TypeMethodDescriptionColumn.getTable()
Retrieve the information regarding theTable
thisColumn
does belong to, if any can be inferred.Table.setSampleClause
(SampleClause sampleClause) Table.withDatabase
(Database database) Table.withHint
(MySQLIndexHint hint) Table.withSchemaName
(String schemaName) Table.withSqlServerHints
(SQLServerHints sqlServerHints) Table.withUnPivot
(UnPivot unpivot) Methods in net.sf.jsqlparser.schema with parameters of type TableModifier and TypeMethodDescriptionvoid
Constructors in net.sf.jsqlparser.schema with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as TableModifier and TypeFieldDescription(package private) Table
OutputClause.outputTable
private Table
DescribeStatement.table
private Table
ExplainStatement.table
Methods in net.sf.jsqlparser.statement that return TableModifier and TypeMethodDescriptionOutputClause.getOutputTable()
DescribeStatement.getTable()
ExplainStatement.getTable()
Methods in net.sf.jsqlparser.statement with parameters of type TableConstructors in net.sf.jsqlparser.statement with parameters of type TableModifierConstructorDescriptionDescribeStatement
(Table table) OutputClause
(List<SelectItem<?>> selectItemList, UserVariable tableVariable, Table outputTable, List<String> columnList) PurgeStatement
(Table table) -
Uses of Table in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as TableFields in net.sf.jsqlparser.statement.alter with type parameters of type TableModifier and TypeFieldDescriptionprivate final LinkedHashMap
<Table, Table> RenameTableStatement.tableNames
private final LinkedHashMap
<Table, Table> RenameTableStatement.tableNames
Methods in net.sf.jsqlparser.statement.alter that return TableMethods in net.sf.jsqlparser.statement.alter that return types with arguments of type TableModifier and TypeMethodDescriptionRenameTableStatement.getTableNames()
RenameTableStatement.getTableNames()
Methods in net.sf.jsqlparser.statement.alter with parameters of type TableModifier and TypeMethodDescriptionvoid
RenameTableStatement.addTableNames
(Table oldName, Table newName) void
Constructors in net.sf.jsqlparser.statement.alter with parameters of type TableModifierConstructorDescriptionRenameTableStatement
(Table oldName, Table newName) RenameTableStatement
(Table oldName, Table newName, boolean usingTableKeyword, boolean usingIfExistsKeyword, String waitDirective) -
Uses of Table in net.sf.jsqlparser.statement.analyze
Fields in net.sf.jsqlparser.statement.analyze declared as TableMethods in net.sf.jsqlparser.statement.analyze that return TableMethods in net.sf.jsqlparser.statement.analyze with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.comment
Fields in net.sf.jsqlparser.statement.comment declared as TableMethods in net.sf.jsqlparser.statement.comment that return TableMethods in net.sf.jsqlparser.statement.comment with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.create.index
Fields in net.sf.jsqlparser.statement.create.index declared as TableMethods in net.sf.jsqlparser.statement.create.index that return TableMethods in net.sf.jsqlparser.statement.create.index with parameters of type TableModifier and TypeMethodDescriptionvoid
-
Uses of Table in net.sf.jsqlparser.statement.create.table
Fields in net.sf.jsqlparser.statement.create.table declared as TableModifier and TypeFieldDescriptionprivate 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 TableModifier and TypeMethodDescriptionCreateTable.getLikeTable()
CheckConstraint.getTable()
CreateTable.getTable()
ForeignKeyIndex.getTable()
Methods in net.sf.jsqlparser.statement.create.table with parameters of type TableModifier and TypeMethodDescriptionvoid
CreateTable.setLikeTable
(Table likeTable, boolean parenthesis) void
void
void
-
Uses of Table in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as TableMethods in net.sf.jsqlparser.statement.create.view that return TableMethods in net.sf.jsqlparser.statement.create.view with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.delete
Fields in net.sf.jsqlparser.statement.delete declared as TableFields in net.sf.jsqlparser.statement.delete with type parameters of type TableMethods in net.sf.jsqlparser.statement.delete that return TableMethods in net.sf.jsqlparser.statement.delete that return types with arguments of type TableMethods in net.sf.jsqlparser.statement.delete with parameters of type TableMethod parameters in net.sf.jsqlparser.statement.delete with type arguments of type TableModifier and TypeMethodDescriptionDelete.addTables
(Collection<? extends Table> tables) Delete.addUsingList
(Collection<? extends Table> usingList) void
void
Delete.setUsingList
(List<Table> usingList) Delete.withTables
(List<Table> tables) Delete.withUsingList
(List<Table> usingList) -
Uses of Table in net.sf.jsqlparser.statement.drop
Fields in net.sf.jsqlparser.statement.drop declared as TableMethods in net.sf.jsqlparser.statement.drop that return TableMethods in net.sf.jsqlparser.statement.drop with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as TableMethods in net.sf.jsqlparser.statement.insert that return TableMethods in net.sf.jsqlparser.statement.insert with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.merge
Fields in net.sf.jsqlparser.statement.merge declared as TableMethods in net.sf.jsqlparser.statement.merge that return TableMethods in net.sf.jsqlparser.statement.merge with parameters of type TableModifier and TypeMethodDescriptionvoid
void
Merge.setUsingTable
(Table usingTable) Deprecated.Merge.withUsingTable
(Table usingTable) Deprecated. -
Uses of Table in net.sf.jsqlparser.statement.refresh
Fields in net.sf.jsqlparser.statement.refresh declared as TableMethods in net.sf.jsqlparser.statement.refresh that return TableMethods in net.sf.jsqlparser.statement.refresh with parameters of type TableModifier and TypeMethodDescriptionvoid
RefreshMaterializedViewStatement.withTableName
(Table view) Constructors in net.sf.jsqlparser.statement.refresh with parameters of type TableModifierConstructorDescriptionRefreshMaterializedViewStatement
(Table view, boolean concurrently, RefreshMode refreshMode) -
Uses of Table in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as TableModifier and TypeFieldDescriptionprivate Table
PlainSelect.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 TableMethods in net.sf.jsqlparser.statement.select that return TableModifier and TypeMethodDescriptionPlainSelect.getForUpdateTable()
PlainSelect.getIntoTempTable()
AllTableColumns.getTable()
TableStatement.getTable()
Methods in net.sf.jsqlparser.statement.select that return types with arguments of type TableMethods in net.sf.jsqlparser.statement.select with parameters of type TableModifier and TypeMethodDescriptionPlainSelect.addIntoTables
(Table... intoTables) void
PlainSelect.setForUpdateTable
(Table forUpdateTable) void
PlainSelect.setIntoTempTable
(Table intoTempTable) void
void
void
void
void
void
PlainSelect.withForUpdateTable
(Table forUpdateTable) PlainSelect.withIntoTempTable
(Table intoTempTable) Method parameters in net.sf.jsqlparser.statement.select with type arguments of type TableModifier and TypeMethodDescriptionPlainSelect.addIntoTables
(Collection<? extends Table> intoTables) void
PlainSelect.setIntoTables
(List<Table> intoTables) PlainSelect.withIntoTables
(List<Table> intoTables) Constructors in net.sf.jsqlparser.statement.select with parameters of type TableModifierConstructorDescriptionAllTableColumns
(Table table) AllTableColumns
(Table table, ExpressionList<Column> exceptColumns, List<SelectItem<?>> replaceExpressions) AllTableColumns
(Table table, AllColumns allColumns) -
Uses of Table in net.sf.jsqlparser.statement.truncate
Fields in net.sf.jsqlparser.statement.truncate declared as TableMethods in net.sf.jsqlparser.statement.truncate that return TableMethods in net.sf.jsqlparser.statement.truncate with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.update
Fields in net.sf.jsqlparser.statement.update declared as TableMethods in net.sf.jsqlparser.statement.update that return TableMethods in net.sf.jsqlparser.statement.update with parameters of type Table -
Uses of Table in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert declared as TableMethods in net.sf.jsqlparser.statement.upsert that return TableMethods in net.sf.jsqlparser.statement.upsert with parameters of type Table -
Uses of Table in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type TableModifier and TypeMethodDescriptionstatic 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, String... expr) static Select
SelectUtils.buildSelectFromTableAndExpressions
(Table table, Expression... expr) static Select
SelectUtils.buildSelectFromTableAndSelectItems
(Table table, SelectItem... selectItems) protected String
TablesNamesFinder.extractTableName
(Table table) Override to adapt the tableName generation (e.g.void
-
Uses of Table in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Table -
Uses of Table in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Table