OPENJPA-320. Updated the resevered schema prefixes for DB2.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@566855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-08-16 21:18:35 +00:00
parent 6cd259f310
commit 71f44f884e
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ public class DB2Dictionary
fixedSizeTypeNameSet.addAll(Arrays.asList(new String[]{
"LONG VARCHAR FOR BIT DATA", "LONG VARCHAR", "LONG VARGRAPHIC",
}));
systemSchemas = new String(
"SYSCAT, SYSIBM, SYSSTAT, SYSIBMADM, SYSTOOLS");
maxConstraintNameLength = 18;
maxIndexNameLength = 18;
maxColumnNameLength = 30;