protected static class AbstractStatementsWriter.InsertStatement extends AbstractStatementsWriter.AbstractTableStatement
JOINER| Constructor and Description |
|---|
InsertStatement(GeneratorDialect dialect,
GeneratorTable table)
Creates a new instance of InsertStatement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toSql()
Prints this statement as SQL.
|
getDialect, getTable, getValues, isPlainExpressionAvailable, reset, setColumnValue, toStringpublic InsertStatement(GeneratorDialect dialect, GeneratorTable table)
dialect - the current database dialecttable - the affected tablepublic String toSql()
EntityStatementCopyright © 2018 fastnate.org. All rights reserved.