Class InsertStatement


  • public class InsertStatement
    extends java.lang.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
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • builder

        public static InsertStatement.Builder builder​(java.lang.String schemaName,
                                                      java.lang.String tableName)
        Factory method for creating a build instance for an InsertStatement
        Parameters:
        schemaName -
        tableName -
        Returns: