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.IntegerTypeJNA wrapper for ISC_STATUS. Size depends on pointer size of the target platform.- Author:
- Mark Rotteveel
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intSIZESize of an ISC_STATUS, in bytes.
 - 
Constructor SummaryConstructors Constructor Description ISC_STATUS()Create a zero-valued ISC_STATUS.ISC_STATUS(long value)Create a ISC_STATUS with the given value.
 
-