Package org.gvsig.newlayer.prov.jdbc
Class NewLayerJDBCProviderParameters
java.lang.Object
org.gvsig.newlayer.prov.jdbc.NewLayerJDBCProviderParameters
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersorg.gvsig.fmap.dal.feature.EditableFeatureTypeorg.gvsig.crs.projection.lib.ProjectionbooleanbooleanbooleanvoidsetAllRole(String allRole) voidsetCreateIndexInGeometryRow(boolean createIndexInGeometryRow) voidsetDeleteRole(String deleteRole) voidsetExplorerName(String explorerName) voidsetExplorerParameters(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters explorerParameters) voidsetFeatureType(org.gvsig.fmap.dal.feature.EditableFeatureType featureType) voidsetInsertRole(String insertRole) voidsetPostCreatingStatement(String postCreatingStatement) voidsetPrimaryKey(String primaryKey) voidsetReferenceRole(String referenceRole) voidsetRemoveSpacesInIdentifiers(boolean removeSpacesInIdentifiers) voidvoidsetSelectRole(String selectRole) voidsetStoreName(String storeName) voidsetTableName(String tableName) voidsetTranslateHyphens(boolean translateHyphens) voidsetTranslateIdentifiersToLowerCase(boolean translateIdentifiersToLowerCase) voidsetTriggerRole(String triggerRole) voidsetTruncateRole(String truncateRole) voidsetUpdateRole(String updateRole)
-
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
- Returns:
- the schema
-
setSchema
- Parameters:
schema- the schema to set
-
getTableName
- Returns:
- the tableName
-
setTableName
- Parameters:
tableName- the tableName to set
-
getPrimaryKey
- Returns:
- the primaryKeyName
-
setPrimaryKey
- Parameters:
primaryKey- the primaryKeyName to set
-
getStoreName
- Returns:
- the storeName
-
setStoreName
- Parameters:
storeName- the storeName to set
-
getExplorerName
- Returns:
- the explorerName
-
setExplorerName
- 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
- Returns:
- the selectRole
-
setSelectRole
- Parameters:
selectRole- the selectRole to set
-
getInsertRole
- Returns:
- the insertRole
-
setInsertRole
- Parameters:
insertRole- the insertRole to set
-
getUpdateRole
- Returns:
- the updateRole
-
setUpdateRole
- Parameters:
updateRole- the updateRole to set
-
getDeleteRole
- Returns:
- the deleteRole
-
setDeleteRole
- Parameters:
deleteRole- the deleteRole to set
-
getTruncateRole
- Returns:
- the truncateRole
-
setTruncateRole
- Parameters:
truncateRole- the truncateRole to set
-
getReferenceRole
- Returns:
- the referenceRole
-
setReferenceRole
- Parameters:
referenceRole- the referenceRole to set
-
getTriggerRole
- Returns:
- the triggerRole
-
setTriggerRole
- Parameters:
triggerRole- the triggerRole to set
-
getAllRole
- Returns:
- the allRole
-
setAllRole
- Parameters:
allRole- the allRole to set
-
getPostCreatingStatement
- Returns:
- the postCreatingStatement
-
setPostCreatingStatement
- 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:
clonein classObject- 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()
-