Class NewLayerJDBCProviderParameters

java.lang.Object
org.gvsig.newlayer.prov.jdbc.NewLayerJDBCProviderParameters

public class NewLayerJDBCProviderParameters extends Object
Author:
gvSIG Team
  • Constructor Details

    • NewLayerJDBCProviderParameters

      public NewLayerJDBCProviderParameters()
  • Method Details

    • getExplorerParameters

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getExplorerParameters()
      Returns:
      the explorerParameters
    • setExplorerParameters

      public void setExplorerParameters(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters explorerParameters)
      Parameters:
      explorerParameters - the explorerParameters to set
    • getSchema

      public String getSchema()
      Returns:
      the schema
    • setSchema

      public void setSchema(String schema)
      Parameters:
      schema - the schema to set
    • getTableName

      public String getTableName()
      Returns:
      the tableName
    • setTableName

      public void setTableName(String tableName)
      Parameters:
      tableName - the tableName to set
    • getPrimaryKey

      public String getPrimaryKey()
      Returns:
      the primaryKeyName
    • setPrimaryKey

      public void setPrimaryKey(String primaryKey)
      Parameters:
      primaryKey - the primaryKeyName to set
    • getStoreName

      public String getStoreName()
      Returns:
      the storeName
    • setStoreName

      public void setStoreName(String storeName)
      Parameters:
      storeName - the storeName to set
    • getExplorerName

      public String getExplorerName()
      Returns:
      the explorerName
    • setExplorerName

      public void setExplorerName(String explorerName)
      Parameters:
      explorerName - the explorerName to set
    • setTranslateIdentifiersToLowerCase

      public void setTranslateIdentifiersToLowerCase(boolean translateIdentifiersToLowerCase)
      Parameters:
      translateIdentifiersToLowerCase - the translateIdentifiersToLowerCase to set
    • setRemoveSpacesInIdentifiers

      public void setRemoveSpacesInIdentifiers(boolean removeSpacesInIdentifiers)
      Parameters:
      removeSpacesInIdentifiers - the removeSpacesInIdentifiers to set
    • setTranslateHyphens

      public void setTranslateHyphens(boolean translateHyphens)
      Parameters:
      translateHyphens - the translateHyphens to set
    • getSelectRole

      public String getSelectRole()
      Returns:
      the selectRole
    • setSelectRole

      public void setSelectRole(String selectRole)
      Parameters:
      selectRole - the selectRole to set
    • getInsertRole

      public String getInsertRole()
      Returns:
      the insertRole
    • setInsertRole

      public void setInsertRole(String insertRole)
      Parameters:
      insertRole - the insertRole to set
    • getUpdateRole

      public String getUpdateRole()
      Returns:
      the updateRole
    • setUpdateRole

      public void setUpdateRole(String updateRole)
      Parameters:
      updateRole - the updateRole to set
    • getDeleteRole

      public String getDeleteRole()
      Returns:
      the deleteRole
    • setDeleteRole

      public void setDeleteRole(String deleteRole)
      Parameters:
      deleteRole - the deleteRole to set
    • getTruncateRole

      public String getTruncateRole()
      Returns:
      the truncateRole
    • setTruncateRole

      public void setTruncateRole(String truncateRole)
      Parameters:
      truncateRole - the truncateRole to set
    • getReferenceRole

      public String getReferenceRole()
      Returns:
      the referenceRole
    • setReferenceRole

      public void setReferenceRole(String referenceRole)
      Parameters:
      referenceRole - the referenceRole to set
    • getTriggerRole

      public String getTriggerRole()
      Returns:
      the triggerRole
    • setTriggerRole

      public void setTriggerRole(String triggerRole)
      Parameters:
      triggerRole - the triggerRole to set
    • getAllRole

      public String getAllRole()
      Returns:
      the allRole
    • setAllRole

      public void setAllRole(String allRole)
      Parameters:
      allRole - the allRole to set
    • getPostCreatingStatement

      public String getPostCreatingStatement()
      Returns:
      the postCreatingStatement
    • setPostCreatingStatement

      public void setPostCreatingStatement(String postCreatingStatement)
      Parameters:
      postCreatingStatement - the postCreatingStatement to set
    • getCreateIndexInGeometryRow

      public boolean getCreateIndexInGeometryRow()
      Returns:
      the createIndexInGeometryRow
    • setCreateIndexInGeometryRow

      public void setCreateIndexInGeometryRow(boolean createIndexInGeometryRow)
      Parameters:
      createIndexInGeometryRow - the createIndexInGeometryRow to set
    • getTranslateHyphens

      public boolean getTranslateHyphens()
    • getTranslateIdentifiersToLowerCase

      public boolean getTranslateIdentifiersToLowerCase()
    • getRemoveSpacesInIdentifiers

      public boolean getRemoveSpacesInIdentifiers()
    • clone

      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • getFeatureType

      public org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()
    • setFeatureType

      public void setFeatureType(org.gvsig.fmap.dal.feature.EditableFeatureType featureType)
    • getProjection

      public org.gvsig.crs.projection.lib.Projection getProjection()