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 java.lang.String getOperationType()
        Returns:
        the operation type
      • setOperationType

        public void setOperationType​(java.lang.String operationType)
        Parameters:
        operationType - the operation type to set
      • getParametersMap

        public java.util.Map<java.lang.String,​SqlRoutineParameter> getParametersMap()
        Returns:
        the parameters map
      • getParameters

        public java.util.Collection<SqlRoutineParameter> getParameters()
        Returns:
        the parameters list
      • getQualifiedName

        public java.lang.String getQualifiedName()