Class DatabaseConnectionDto
java.lang.Object
org.pentaho.platform.repository.webservices.DatabaseConnectionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtraOption
(String databaseTypeCode, String option, String value) org.pentaho.database.model.DatabaseAccessType
boolean
getId()
int
int
getName()
List<org.pentaho.database.model.PartitionDatabaseMeta>
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAccessType
(org.pentaho.database.model.DatabaseAccessType accessType) void
setAccessTypeValue
(String value) void
setChanged
(boolean changed) void
setConnectionPoolingProperties
(Map<String, String> connectionPoolingProperties) void
setConnectSql
(String sql) void
setDatabaseName
(String databaseName) void
setDatabasePort
(String databasePort) void
setDatabaseType
(String driver) void
setDataTablespace
(String dataTablespace) void
setForcingIdentifiersToLowerCase
(boolean forcingIdentifiersToLowerCase) void
setForcingIdentifiersToUpperCase
(boolean forcingIdentifiersToUpperCase) void
setHostname
(String hostname) void
void
setIndexTablespace
(String indexTablespace) void
setInformixServername
(String informixServername) void
setInitialPoolSize
(int initialPoolSize) void
setMaximumPoolSize
(int maxPoolSize) void
void
setPartitioned
(boolean partitioned) void
setPartitioningInformation
(List<org.pentaho.database.model.PartitionDatabaseMeta> partitioningInformation) void
setPassword
(String password) void
setQuoteAllFields
(boolean quoteAllFields) void
setSQLServerInstance
(String sqlServerInstance) void
setStreamingResults
(boolean streamingResults) void
setUsername
(String username) void
setUsingConnectionPool
(boolean usingConnectionPool) void
setUsingDoubleDecimalAsSchemaTableSeparator
(boolean usingDoubleDecimalAsSchemaTableSeparator)
-
Field Details
-
EMPTY_OPTIONS_STRING
- See Also:
-
ATTRIBUTE_CUSTOM_URL
- See Also:
-
ATTRIBUTE_CUSTOM_DRIVER_CLASS
- See Also:
-
ATTRIBUTE_PREFIX_EXTRA_OPTION
- See Also:
-
-
Constructor Details
-
DatabaseConnectionDto
public DatabaseConnectionDto()
-
-
Method Details
-
getId
-
setId
-
setAccessType
public void setAccessType(org.pentaho.database.model.DatabaseAccessType accessType) -
getAccessType
public org.pentaho.database.model.DatabaseAccessType getAccessType() -
setAccessTypeValue
-
getAccessTypeValue
-
setDatabaseType
-
getDatabaseType
-
getExtraOptions
-
setName
-
getName
-
setHostname
-
getHostname
-
setDatabaseName
-
getDatabaseName
-
setDatabasePort
-
getDatabasePort
-
setUsername
-
getUsername
-
setPassword
-
getPassword
-
setStreamingResults
public void setStreamingResults(boolean streamingResults) -
isStreamingResults
public boolean isStreamingResults() -
setDataTablespace
-
getDataTablespace
-
setIndexTablespace
-
getIndexTablespace
-
setSQLServerInstance
-
getSQLServerInstance
-
setUsingDoubleDecimalAsSchemaTableSeparator
public void setUsingDoubleDecimalAsSchemaTableSeparator(boolean usingDoubleDecimalAsSchemaTableSeparator) -
isUsingDoubleDecimalAsSchemaTableSeparator
public boolean isUsingDoubleDecimalAsSchemaTableSeparator() -
setInformixServername
-
getInformixServername
-
addExtraOption
-
getAttributes
-
setChanged
public void setChanged(boolean changed) -
getChanged
public boolean getChanged() -
setQuoteAllFields
public void setQuoteAllFields(boolean quoteAllFields) -
isQuoteAllFields
public boolean isQuoteAllFields() -
setForcingIdentifiersToLowerCase
public void setForcingIdentifiersToLowerCase(boolean forcingIdentifiersToLowerCase) -
isForcingIdentifiersToLowerCase
public boolean isForcingIdentifiersToLowerCase() -
setForcingIdentifiersToUpperCase
public void setForcingIdentifiersToUpperCase(boolean forcingIdentifiersToUpperCase) -
isForcingIdentifiersToUpperCase
public boolean isForcingIdentifiersToUpperCase() -
setConnectSql
-
getConnectSql
-
setUsingConnectionPool
public void setUsingConnectionPool(boolean usingConnectionPool) -
isUsingConnectionPool
public boolean isUsingConnectionPool() -
setInitialPoolSize
public void setInitialPoolSize(int initialPoolSize) -
getInitialPoolSize
public int getInitialPoolSize() -
setMaximumPoolSize
public void setMaximumPoolSize(int maxPoolSize) -
getMaximumPoolSize
public int getMaximumPoolSize() -
setPartitioned
public void setPartitioned(boolean partitioned) -
isPartitioned
public boolean isPartitioned() -
getConnectionPoolingProperties
-
setConnectionPoolingProperties
-
setPartitioningInformation
public void setPartitioningInformation(List<org.pentaho.database.model.PartitionDatabaseMeta> partitioningInformation) -
getPartitioningInformation
-