Package org.dbunit

Class DatabaseProfile

java.lang.Object
org.dbunit.DatabaseProfile

public class DatabaseProfile extends Object
Since:
Feb 20, 2002
Version:
$Revision$
Author:
Manuel Laflamme
  • Field Details

  • Constructor Details

    • DatabaseProfile

      public DatabaseProfile(Properties properties)
  • Method Details

    • getActiveProfile

      public String getActiveProfile()
    • getDriverClass

      public String getDriverClass()
    • getConnectionUrl

      public String getConnectionUrl()
    • getSchema

      public String getSchema()
    • getUser

      public String getUser()
    • getPassword

      public String getPassword()
    • getProfileDdl

      public String getProfileDdl()
    • getProfileMultilineSupport

      public boolean getProfileMultilineSupport()
    • getUnsupportedFeatures

      public String[] getUnsupportedFeatures()