org.jboss.dna.common.jdbc.model.api
Interface SqlTypeConversionPair

All Superinterfaces:
CoreMetaData, Serializable
All Known Implementing Classes:
SqlTypeConversionPairBean

public interface SqlTypeConversionPair
extends CoreMetaData

Provides RDBMS supported SQL type valid conversion pair.

Author:
Sergiy Litsenko

Method Summary
 SqlType getDestType()
          Gets valid destination SQL Type
 SqlType getSrcType()
          Gets valid SQL Type
 void setDestType(SqlType destType)
          Sets valid destination SQL Type
 void setSrcType(SqlType srcType)
          Sets valid source SQL Type
 

Method Detail

getSrcType

SqlType getSrcType()
Gets valid SQL Type

Returns:
valid SQL Type

setSrcType

void setSrcType(SqlType srcType)
Sets valid source SQL Type

Parameters:
srcType - the source SQL Type

getDestType

SqlType getDestType()
Gets valid destination SQL Type

Returns:
valid dewstination SQL Type

setDestType

void setDestType(SqlType destType)
Sets valid destination SQL Type

Parameters:
destType - the destination SQL Type


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.