Class SqlRoutine


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

      • SqlRoutine

        public SqlRoutine​(SqlTable table)
    • Method Detail

      • getTable

        public SqlTable getTable()
        Returns:
        the table
      • getPosition

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

        public String getOperationType()
        Returns:
        the operation type
      • setOperationType

        public void setOperationType​(String operationType)
        Parameters:
        operationType - the operation type to set
      • getQualifiedName

        public String getQualifiedName()