InsertStatement
instead@Deprecated public class InsertSelect extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
columnNames
Deprecated.
|
protected String |
comment
Deprecated.
|
protected Select |
select
Deprecated.
|
protected String |
tableName
Deprecated.
|
Constructor and Description |
---|
InsertSelect(Dialect dialect)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InsertSelect |
addColumn(String columnName)
Deprecated.
|
InsertSelect |
addColumns(String[] columnNames)
Deprecated.
|
InsertSelect |
setComment(String comment)
Deprecated.
|
InsertSelect |
setSelect(Select select)
Deprecated.
|
InsertSelect |
setTableName(String tableName)
Deprecated.
|
String |
toStatementString()
Deprecated.
|
protected String tableName
protected String comment
protected Select select
public InsertSelect(Dialect dialect)
public InsertSelect setTableName(String tableName)
public InsertSelect setComment(String comment)
public InsertSelect addColumn(String columnName)
public InsertSelect addColumns(String[] columnNames)
public InsertSelect setSelect(Select select)
public String toStatementString()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.