Class InsertStatement
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.model.InsertStatement
 
 
- 
public class InsertStatement extends Object
Simple modeling of an insert statement. Handles parameter markers as well as simple constant expressions (as strings) We make the statement itself immutable, relying on a Builder to create it 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsertStatement.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsertStatement.Builderbuilder(String schemaName, String tableName)Factory method for creating a build instance for anInsertStatementStringtoString() 
 - 
 
- 
- 
Method Detail
- 
builder
public static InsertStatement.Builder builder(String schemaName, String tableName)
Factory method for creating a build instance for anInsertStatement- Parameters:
 schemaName-tableName-- Returns:
 
 
 - 
 
 -