API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.db. JOTDBJDBCSetup View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
 Object
      JOTDBJDBCSetup
Implements
Subclasses
Description
public class JOTDBJDBCSetup
Object representation of a JDBC database setup options such as url, name ,password etc...
See also:   
Constructors
public JOTDBJDBCSetup ()
Methods
Hide/Show inherited methods
public String getDbName ()
  Gets the dbName attribute of the DbSetup object
public String getDriver ()
  Gets the driver attribute of the DbSetup object
public String getEncoding ()
  Gets the encoding attribute of the DBSetup object
public int getMaxConnections ()
  Gets the maxConnections attribute of the DbSetup object
public String getPassword ()
  Gets the Password attribute of the DbSetup object
public Class getUpgraderClass ()
public String getURL ()
  Gets the uRL attribute of the DbSetup object
public String getUser ()
  Gets the user attribute of the DbSetup object
public boolean getUseUnicode ()
  Gets the useUnicode attribute of the DBSetup object
public void setDbName (String name)
  Sets the dbName attribute of the DbSetup object
public void setDriver (String driver)
  Sets the driver attribute of the DbSetup object
public void setEncoding (String s)
  Sets the encoding attribute of the DBSetup object
public void setMaxConnections (int max)
  Sets the maxConnections attribute of the DbSetup object
public void setPassword (String password)
  Sets the Password attribute of the DbSetup object
public void setUnicode (boolean b)
  Sets the unicode attribute of the DBSetup object
public void setUpgraderClass (String updaterClass)
public void setURL (String url)
  Sets the uRL attribute of the DbSetup object
public void setUser (String user)
  Sets the user attribute of the DbSetup object
public String toString ()
Fields
Hide/Show inherited fields
pack-private String driver
pack-private String encoding
pack-private int max
pack-private String name
pack-private String password
pack-private Class upgrader
pack-private String url
pack-private String user
pack-private boolean useUnicode
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar