preparing new release
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / Column.java
index 53923e4..bccabac 100644 (file)
@@ -5,7 +5,7 @@ package com.quantum.model;
  * @author bcholmes
  */
 public interface Column {
-       public int getSize();
+       public long getSize();
        public int getPrimaryKeyOrder();
     public boolean isPrimaryKey();
        public String getName();