1 24 25 package com.mckoi.database; 26 27 35 36 public interface DatabaseConstants { 37 38 42 public static final int MAX_DATABASE_NAME_LENGTH = 50; 43 44 48 public static final int MAX_PRIVGROUP_NAME_LENGTH = 50; 49 50 54 public static final int MAX_TABLE_NAME_LENGTH = 50; 55 56 60 public static final int MAX_USER_NAME_LENGTH = 50; 61 62 66 public static final int MAX_PASSWORD_LENGTH = 80; 67 68 } 69 | Popular Tags |