public class InsertStatement extends TableStatement
| Constructor and Description |
|---|
InsertStatement(String table)
Creates a new instance of InsertStatement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toSql()
Prints this statement as SQL.
|
addValuetoStringpublic InsertStatement(String table)
table - the affected tablepublic String toSql()
EntityStatementtoSql in class EntityStatementCopyright © 2016 fastnate.org. All rights reserved.