Class SVNWCDbCreateSchema.Statement

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Statement
Enclosing class:
SVNWCDbCreateSchema

public static class SVNWCDbCreateSchema.Statement extends Object
  • Field Details

    • type

    • sql

      private String sql
    • isDrop

      private boolean isDrop
    • name

      private String name
    • isDropBeforeCreate

      private boolean isDropBeforeCreate
    • isRunOnUpgrade

      private boolean isRunOnUpgrade
  • Constructor Details

  • Method Details

    • isDrop

      public boolean isDrop()
    • getType

      public SVNWCDbCreateSchema.Type getType()
    • getSql

      public String getSql()
    • getName

      public String getName()
    • isDropBeforeCreate

      public boolean isDropBeforeCreate()
    • isRunOnUpgradeOnly

      private boolean isRunOnUpgradeOnly()