Class DeallocateProcedure


  • public class DeallocateProcedure
    extends DefineCommand
    This class represents the statement DEALLOCATE
    • Field Detail

      • procedureName

        private java.lang.String procedureName
    • Constructor Detail

      • DeallocateProcedure

        public DeallocateProcedure​(SessionLocal session)
    • Method Detail

      • update

        public long update()
        Description copied from class: Prepared
        Execute the statement.
        Overrides:
        update in class Prepared
        Returns:
        the update count
      • setProcedureName

        public void setProcedureName​(java.lang.String name)
      • getType

        public int getType()
        Description copied from class: Prepared
        Get the command type as defined in CommandInterface
        Specified by:
        getType in class Prepared
        Returns:
        the statement type