Class SqlRow


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

      • SqlRow

        public SqlRow​(SqlTable table)
    • Method Detail

      • getTable

        public SqlTable getTable()
        Returns:
        the table
      • getPosition

        public int getPosition()
        Returns:
        the ordinal position
      • 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()