Class SqlRoutine

java.lang.Object
adalid.util.sql.SqlArtifact
adalid.util.sql.SqlRoutine

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

    • SqlRoutine

      public SqlRoutine(SqlTable table)
  • Method Details

    • 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
    • getParametersMap

      public Map<String,SqlRoutineParameter> getParametersMap()
      Returns:
      the parameters map
    • getParameters

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

      public String getQualifiedName()