Class SqlRowValue


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

    • Method Detail

      • getRow

        public SqlRow getRow()
        Returns:
        the row
      • getColumn

        public SqlColumn getColumn()
        Returns:
        the column
      • getPosition

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

        public Object getObject()
        Returns:
        the object
      • getValue

        public String getValue()
        Returns:
        the value
      • getLiteral

        public String getLiteral()
        Returns:
        the literal
      • isPrimaryKeyValue

        public boolean isPrimaryKeyValue()
        Returns:
        the primary key value indicator
      • isBusinessKeyValue

        public boolean isBusinessKeyValue()
        Returns:
        the business key value indicator
      • getQualifiedName

        public String getQualifiedName()
      • getUpdateStatement

        public String getUpdateStatement()