com.altair.hwm.database.sql
Class HWMNullDB

java.lang.Object
  extended by com.altair.hwm.database.sql.HWMNullDB
All Implemented Interfaces:
java.io.Serializable

public class HWMNullDB
extends java.lang.Object
implements java.io.Serializable

Title: HWMNullDB

Description: This represents a null value. It is used in prepared statements to set some param to null

Company: Altair Engineering, Inc.

See Also:
Serialized Form

Constructor Summary
HWMNullDB(int nType)
          Constructor
 
Method Summary
 int GetType()
          Get the type
 void SetType(int nType)
          Set the type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWMNullDB

public HWMNullDB(int nType)
Constructor

Parameters:
nType - One of the types from java.sql.Types
Method Detail

GetType

public int GetType()
Get the type

Returns:
int The type of the parameter

SetType

public void SetType(int nType)
Set the type

Parameters:
nType - The type of the parameter