Class IdentityInsertOperator

    • Method Detail

      • hasIdentityColumn

        public static boolean hasIdentityColumn​(DataRow dataRow)
        Checks whether or not a data row has identity data.
        Parameters:
        dataRow - The data row to be checked
        Returns:
        true if it does
      • identityChecked

        public static boolean identityChecked​(DataRow dataRow)
        Checks whether or not the table of data row has enabled identity.
        If it is unknown, this method gives true value.
        Parameters:
        dataRow - The data row to be checked
        Returns:
        true if it does