Interface DatabaseMetadataHelper.ColumnsIteratorCallback

Enclosing class:
DatabaseMetadataHelper

public static interface DatabaseMetadataHelper.ColumnsIteratorCallback
The Interface ColumnsIteratorCallback.
  • Method Summary

    Modifier and Type Method Description
    void onColumn​(String name, String type, String size, boolean isNullable, boolean isKey, int scale)
    On column.
  • Method Details

    • onColumn

      void onColumn​(String name, String type, String size, boolean isNullable, boolean isKey, int scale)
      On column.
      Parameters:
      name - the name
      type - the type
      size - the size
      isNullable - the is nullable
      isKey - the is key
      scale - the scale