Package org.compiere.util
Class NullParameter
java.lang.Object
org.compiere.util.NullParameter
- All Implemented Interfaces:
Serializable
@Deprecated(since="13",
forRemoval=true)
public class NullParameter
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Null Parameter for CPreparedStatement
- Version:
- $Id: NullParameter.java,v 1.2 2006/07/30 00:54:36 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullParameter(int type) Deprecated, for removal: This API element is subject to removal in a future version.Constructor -
Method Summary
-
Constructor Details
-
NullParameter
public NullParameter(int type) Deprecated, for removal: This API element is subject to removal in a future version.Constructor- Parameters:
type- SQL Type java.sql.Types.*
-
-
Method Details
-
getType
public int getType()Deprecated, for removal: This API element is subject to removal in a future version.Get Type- Returns:
- type
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.String representation
-