Package net.sf.minuteproject.model.db

Examples of net.sf.minuteproject.model.db.Column


  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("START_TIME", FieldType.TIMESTAMP, true, 0)); //java.lang.Timestamp
     columnIndex.put(i++, new Column("END_TIME", FieldType.TIMESTAMP, true, 0)); //java.lang.Timestamp
     columnIndex.put(i++, new Column("ABSTRACT", FieldType.VARCHAR, true, 500)); //java.lang.String
     columnIndex.put(i++, new Column("TITLE", FieldType.VARCHAR, true, 255)); //java.lang.String
     columnIndex.put(i++, new Column("STATUS", FieldType.VARCHAR, true, 15)); //java.lang.String
     columnIndex.put(i++, new Column("PRESENTATION_PLACE_ID", FieldType.BIGINT, false, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("PROPOSAL_TIME", FieldType.TIMESTAMP, false, 0)); //java.lang.Timestamp
     return columnIndex;
  }    
View Full Code Here


  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.INTEGER, true, 0)); //java.lang.Integer
     columnIndex.put(i++, new Column("COMMENT", FieldType.LONGVARCHAR, true, 0)); //java.lang.String
     columnIndex.put(i++, new Column("FEEDBACK_DATE", FieldType.TIMESTAMP, true, 0)); //java.lang.Timestamp
     columnIndex.put(i++, new Column("CONFERENCE_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("CONFERENCE_MEMBER_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("CONFERENCE_MEMBER_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("BIO", FieldType.LONGVARCHAR, true, 0)); //java.lang.String
     columnIndex.put(i++, new Column("PHOTO", FieldType.LONGVARBINARY, false, 0)); //java.lang.String
     columnIndex.put(i++, new Column("WEB_SITE_URL", FieldType.VARCHAR, false, 255)); //java.lang.String
     columnIndex.put(i++, new Column("SPONSOR_ID", FieldType.BIGINT, false, 0)); //java.lang.Long
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("LOCATION", FieldType.VARCHAR, false, 45)); //java.lang.String
     columnIndex.put(i++, new Column("NUMBER_OF_SEATS", FieldType.INTEGER, false, 0)); //java.lang.Integer
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.INTEGER, true, 0)); //java.lang.Integer
     columnIndex.put(i++, new Column("NAME", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("ISO_NAME", FieldType.VARCHAR, true, 45)); //java.lang.String
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.VARCHAR, false, 300)); //java.lang.String
     columnIndex.put(i++, new Column("COUNTRY", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("CONFERENCE_NAME", FieldType.VARCHAR, true, 255)); //java.lang.String
     columnIndex.put(i++, new Column("NUMBER", FieldType.BIGINT, true, 0)); //java.lang.Long
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("STREET1", FieldType.VARCHAR, false, 255)); //java.lang.String
     columnIndex.put(i++, new Column("STREET2", FieldType.VARCHAR, false, 255)); //java.lang.String
     columnIndex.put(i++, new Column("COUNTRY_ID", FieldType.INTEGER, true, 0)); //java.lang.Integer
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.VARCHAR, false, 345)); //java.lang.String
     columnIndex.put(i++, new Column("STAT_MB_PER_CTRY_CONF_ID", FieldType.VARCHAR, false, 300)); //java.lang.String
     columnIndex.put(i++, new Column("ROLE_NAME", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("NUMBER", FieldType.BIGINT, true, 0)); //java.lang.Long
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("CONFERENCE_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("FIRST_NAME", FieldType.VARCHAR, true, 255)); //java.lang.String
     columnIndex.put(i++, new Column("LAST_NAME", FieldType.VARCHAR, true, 255)); //java.lang.String
     columnIndex.put(i++, new Column("EMAIL", FieldType.VARCHAR, true, 255)); //java.lang.String
     columnIndex.put(i++, new Column("ADDRESS_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("STATUS", FieldType.VARCHAR, true, 45)); //java.lang.String
     return columnIndex;
  }    
View Full Code Here

  }   

  protected Map<Integer, Column> getColumns() {
     Map<Integer, Column> columnIndex = new HashMap<Integer, Column>();
     int i = 0;
     columnIndex.put(i++, new Column("ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("NAME", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("PRIVILEGE_TYPE", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("STATUS", FieldType.VARCHAR, true, 45)); //java.lang.String
     columnIndex.put(i++, new Column("CONFERENCE_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     columnIndex.put(i++, new Column("ADDRESS_ID", FieldType.BIGINT, true, 0)); //java.lang.Long
     return columnIndex;
  }    
View Full Code Here

TOP

Related Classes of net.sf.minuteproject.model.db.Column

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.