|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.database.sql.HWMNullDB
public class HWMNullDB
Title: HWMNullDB
Description: This represents a null value. It is used in prepared statements to set some param to null
Company: Altair Engineering, Inc.
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 |
---|
public HWMNullDB(int nType)
nType
- One of the types from java.sql.TypesMethod Detail |
---|
public int GetType()
public void SetType(int nType)
nType
- The type of the parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |