Interface SqlRow


public interface SqlRow
SQL row.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets row metadata.
    <T> T
    getObject(int columnIndex)
    Gets the value of the column by index.
    <T> T
    getObject(String columnName)
    Gets the value of the column by column name.