Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hsqldb.HsqlProperties

Uses of HsqlProperties in org.hsqldb
 

Subclasses of HsqlProperties in org.hsqldb
(package private)  class HsqlDatabaseProperties
          Manages a .properties file for a database.
 

Fields in org.hsqldb declared as HsqlProperties
(package private)  HsqlProperties Server.serverProperties
          Description of the Field
private  HsqlProperties jdbcResultSet.connProperties
          Properties for the connectin
private  HsqlProperties jdbcConnection.connProperties
          Properties for the connection
 

Methods in org.hsqldb that return HsqlProperties
static HsqlProperties HsqlProperties.argArrayToProps(java.lang.String[] arg, java.lang.String type)
           
 

Methods in org.hsqldb with parameters of type HsqlProperties
 void Server.setProperties(HsqlProperties props)
          Sets the properties attribute of the Server object
 void HsqlProperties.addProperties(HsqlProperties props)
           
 

Constructors in org.hsqldb with parameters of type HsqlProperties
jdbcResultSet(Result r, HsqlProperties props)
          Constructs a new jdbcResultSet object using the specified org.hsqldb.Result.