Package org.firebirdsql.jna.fbclient
Class ISC_STATUS
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- org.firebirdsql.jna.fbclient.ISC_STATUS
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE
Size of an ISC_STATUS, in bytes.
-
Constructor Summary
Constructors Constructor Description ISC_STATUS()
Create a zero-valued ISC_STATUS.ISC_STATUS(long value)
Create a ISC_STATUS with the given value.
-