cascading.lingual.type
Class SQLTypeMap

java.lang.Object
  extended by cascading.lingual.type.TypeMap
      extended by cascading.lingual.type.SQLTypeMap
All Implemented Interfaces:
Serializable

public class SQLTypeMap
extends TypeMap

SQLTypeMap is an implementation of TypeMap for resolving string based type information into its corresponding Java SQL type.

SQLTypeMap is used by the SQLTypeResolver.

See Also:
Serialized Form

Constructor Summary
SQLTypeMap()
           
 
Method Summary
 
Methods inherited from class cascading.lingual.type.TypeMap
getNameFor, getNameToTypeMap, getTypeFor, getTypesFor, getTypeToNameMap, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTypeMap

public SQLTypeMap()


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.