Home | History | Annotate | Download | only in db

Lines Matching defs:CLOUDSCAPE

52     private static final String CLOUDSCAPE= "cloudscape"; //$NON-NLS-1$
59 private String fDBType; // either "derby" or "cloudscape"
856 this.fDBType = CLOUDSCAPE;
878 DEBUG_WRITER.println("DriverManager.getConnection failed; retrying for cloudscape"); //$NON-NLS-1$
879 // try Cloudscape
880 this.fDBType = CLOUDSCAPE;