com.latencybusters.lbm.sdm
Class LBMSDMRaw

java.lang.Object
  extended by com.latencybusters.lbm.sdm.LBMSDM
      extended by com.latencybusters.lbm.sdm.LBMSDMRaw
Direct Known Subclasses:
LBMSDMRawBlob, LBMSDMRawDecimal, LBMSDMRawDouble, LBMSDMRawFloat, LBMSDMRawInt64, LBMSDMRawTimestamp, LBMSDMRawUint16, LBMSDMRawUint32, LBMSDMRawUint64

public class LBMSDMRaw
extends LBMSDM

LBMSDMRaw is the base class for raw data type classes. Raw data type classes are used to hide the hardware or language idiosyncrasies from the main classes. For example, Java does not natively support unsigned data types. Derived classes of LBMSDMRaw allow these idiosyncrasies to be minimised.


Field Summary
 
Fields inherited from class com.latencybusters.lbm.sdm.LBMSDM
DEBUG_BASIC, debug_level, DEBUG_VERBOSE_PARSING
 
Constructor Summary
LBMSDMRaw()
           
 
Method Summary
 java.lang.String toDbgString()
          Get a debug string for this object.
 
Methods inherited from class com.latencybusters.lbm.sdm.LBMSDM
log, set_debug_level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMSDMRaw

public LBMSDMRaw()
Method Detail

toDbgString

public java.lang.String toDbgString()
Get a debug string for this object. This is not expected to be called and exists for child classes.

Returns:
returns null - derived classes override with their value


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.