Package org.firebirdsql.jna.fbclient
Class XSQLVAR
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- org.firebirdsql.jna.fbclient.XSQLVAR
 
 
- 
- Direct Known Subclasses:
- XSQLVAR.ByReference,- XSQLVAR.ByValue
 
 @FieldOrder({"sqltype","sqlscale","sqlsubtype","sqllen","sqldata","sqlind","sqlname_length","sqlname","relname_length","relname","ownname_length","ownname","aliasname_length","aliasname"}) public class XSQLVAR extends com.sun.jna.StructureJNA wrapper for XSQLVAR.This file was initially autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects.. This file was modified manually, do not automatically regenerate! - Since:
- 3.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classXSQLVAR.ByReferencestatic classXSQLVAR.ByValue
 - 
Field SummaryFields Modifier and Type Field Description byte[]aliasnameshortaliasname_lengthbyte[]ownnameshortownname_lengthbyte[]relnameshortrelname_lengthcom.sun.jna.Pointersqldatacom.sun.jna.ptr.ShortByReferencesqlindstatic shortSQLIND_NOT_NULLstatic shortSQLIND_NULLshortsqllenbyte[]sqlnameshortsqlname_lengthshortsqlscaleshortsqlsubtypeshortsqltype
 - 
Constructor SummaryConstructors Constructor Description XSQLVAR()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.jna.MemorygetSqlData()- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
SQLIND_NULLpublic static final short SQLIND_NULL - See Also:
- Constant Field Values
 
 - 
SQLIND_NOT_NULLpublic static final short SQLIND_NOT_NULL - See Also:
- Constant Field Values
 
 - 
sqltypepublic short sqltype 
 - 
sqlscalepublic short sqlscale 
 - 
sqlsubtypepublic short sqlsubtype 
 - 
sqllenpublic short sqllen 
 - 
sqldatapublic com.sun.jna.Pointer sqldata 
 - 
sqlindpublic com.sun.jna.ptr.ShortByReference sqlind 
 - 
sqlname_lengthpublic short sqlname_length 
 - 
sqlnamepublic byte[] sqlname 
 - 
relname_lengthpublic short relname_length 
 - 
relnamepublic byte[] relname 
 - 
ownname_lengthpublic short ownname_length 
 - 
ownnamepublic byte[] ownname 
 - 
aliasname_lengthpublic short aliasname_length 
 - 
aliasnamepublic byte[] aliasname 
 
- 
 
-