Пример #1
0
 /**
  * Method declaration
  *
  *
  * @param c
  *
  * @throws Exception
  */
 public void addColumn(Column c)
 {
     addColumn(c.sName, c.iType, c.isNullable(), c.isIdentity());
 }