Interface IDbRow

All Superinterfaces:
IValueAccess, IValueHolderAccess
All Known Implementing Classes:
DbDisconnectedRow

public interface IDbRow extends IValueAccess, IValueHolderAccess
  • Method Details

    • size

      int size()
      Get the number of columns in this row.
      Returns:
      The number of columns in this row.