Interface InsertStatement

    • Method Detail

      • getNumberOfTargetColumns

        default int getNumberOfTargetColumns()
        The number of target columns associated with this insert.
        Implementation Note:
        By default, returns the size of getTargetColumns() which may be appropriate or not