public class GridSqlInsert extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlInsert() |
| Modifier and Type | Method and Description |
|---|---|
GridSqlColumn[] |
columns() |
GridSqlInsert |
columns(GridSqlColumn[] cols) |
GridSqlInsert |
direct(boolean direct) |
String |
getSQL() |
GridSqlElement |
into() |
GridSqlInsert |
into(GridSqlElement from) |
GridSqlQuery |
query() |
GridSqlInsert |
query(GridSqlQuery qry) |
List<GridSqlElement[]> |
rows() |
GridSqlInsert |
rows(List<GridSqlElement[]> rows) |
GridSqlInsert |
sorted(boolean sorted) |
public String getSQL()
getSQL in class GridSqlStatementpublic GridSqlElement into()
public GridSqlInsert into(GridSqlElement from)
public List<GridSqlElement[]> rows()
public GridSqlInsert rows(List<GridSqlElement[]> rows)
public GridSqlQuery query()
public GridSqlInsert query(GridSqlQuery qry)
public GridSqlColumn[] columns()
public GridSqlInsert columns(GridSqlColumn[] cols)
public GridSqlInsert direct(boolean direct)
public GridSqlInsert sorted(boolean sorted)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025