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.
|
addValue
toString
public InsertStatement(String table)
table
- the affected tablepublic String toSql()
EntityStatement
toSql
in class EntityStatement
Copyright © 2016 fastnate.org. All rights reserved.