Package tosa.loader.data.types

Examples of tosa.loader.data.types.GenericDBColumnTypePersistenceHandler


  private final String _gosuTypeName;
  private final int _jdbcType;
  private final IDBColumnTypePersistenceHandler _persistenceHandler;

  public DBColumnTypeImpl(String name, String description, String gosuTypeName, int jdbcType) {
    this(name, description, gosuTypeName, jdbcType, new GenericDBColumnTypePersistenceHandler(jdbcType));
  }
View Full Code Here

TOP

Related Classes of tosa.loader.data.types.GenericDBColumnTypePersistenceHandler

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.