Class SqlRow


public class SqlRow extends SqlArtifact
Author:
Jorge Campins
  • Constructor Details

    • SqlRow

      public SqlRow(SqlTable table)
  • Method Details

    • getTable

      public SqlTable getTable()
      Returns:
      the table
    • getPosition

      public int getPosition()
      Returns:
      the ordinal position
    • getValuesMap

      public Map<String,SqlRowValue> getValuesMap()
      Returns:
      the values map
    • getValues

      public Collection<SqlRowValue> getValues()
      Returns:
      the values list
    • getPrimaryKey

      public SqlRowValue getPrimaryKey()
      Returns:
      the primary key
    • getPrimaryKeyValue

      public String getPrimaryKeyValue()
      Returns:
      the primary key value
    • getBusinessKey

      public SqlRowValue getBusinessKey()
      Returns:
      the business key
    • getBusinessKeyValue

      public String getBusinessKeyValue()
      Returns:
      the business key value
    • getJavaConstantName

      public String getJavaConstantName()
      Returns:
      the row name
    • getQualifiedName

      public String getQualifiedName()