java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
org.firebirdsql.jna.fbclient.ISC_STATUS
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,Serializable
public class ISC_STATUS
extends com.sun.jna.IntegerType
JNA wrapper for ISC_STATUS. Size depends on pointer size of the target platform.
- Author:
- Mark Rotteveel
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a zero-valued ISC_STATUS.ISC_STATUS
(long value) Create an ISC_STATUS with the given value. -
Method Summary
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
SIZE
public static final int SIZESize of an ISC_STATUS, in bytes.
-
-
Constructor Details
-
ISC_STATUS
public ISC_STATUS()Create a zero-valued ISC_STATUS. -
ISC_STATUS
public ISC_STATUS(long value) Create an ISC_STATUS with the given value.
-