Class 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