|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.DBConnection
it.eng.spagobi.importexport.JdbcConnection
public class JdbcConnection
Bean that describes a SpagoBI jdbc database connection
Constructor Summary | |
---|---|
JdbcConnection()
|
Method Summary | |
---|---|
java.lang.String |
getConnectionString()
Gets the connection string |
java.lang.String |
getDriverClassName()
Gets the connection driver class name |
void |
setConnectionString(java.lang.String connectionString)
Set the connection string |
void |
setDriverClassName(java.lang.String driverClassName)
Set the connection driver class name |
Methods inherited from class it.eng.spagobi.importexport.DBConnection |
---|
getDescription, getName, isJdbcType, isJndiType, setDescription, setJdbcType, setJndiType, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcConnection()
Method Detail |
---|
public java.lang.String getConnectionString()
public void setConnectionString(java.lang.String connectionString)
connectionString
- the new connection stringpublic java.lang.String getDriverClassName()
public void setDriverClassName(java.lang.String driverClassName)
driverClassName
- the new connection driver class name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |