/[Apache-SVN]/db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java
ViewVC logotype

Diff of /db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java	2005/08/26 21:46:12	240351
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Attribute.java	2005/08/26 22:00:39	240352
@@ -44,7 +44,7 @@
 public interface Attribute {
 
 	/**
-		Not an attribute but the root for the JDBC URL that Cloudscape supports.
+		Not an attribute but the root for the JDBC URL that Derby supports.
 	*/
 	String PROTOCOL = "jdbc:derby:";
 		
@@ -54,7 +54,21 @@
 	 */
 	String SQLJ_NESTED = "jdbc:default:connection";
 
-
+	
+	// Network Protocols.  These need to be rejected by the embedded driver.
+	
+	/**
+	 * The protocol for Derby Network Client 
+	 */ 
+	String DNC_PROTOCOL = "jdbc:derby://";
+	
+	/** 
+	 * The protocol for the IBM Universal JDBC Driver 
+	 * 
+	 */
+	String JCC_PROTOCOL = "jdbc:derby:net:";
+	
+	
 	/**
 		Attribute name to encrypt the database on disk.
 		If set to true, all user data is stored encrypted on disk.

 

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2