Package org.firebirdsql.jna.fbclient
Class USER_SEC_DATA
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
 
- 
- Direct Known Subclasses:
- USER_SEC_DATA.ByReference,- USER_SEC_DATA.ByValue
 
 @FieldOrder({"sec_flags","uid","gid","protocol","server","user_name","password","group_name","first_name","middle_name","last_name","dba_user_name","dba_password"}) public class USER_SEC_DATA extends com.sun.jna.StructureJNA wrapper for USER_SEC_DATA.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 classUSER_SEC_DATA.ByReferencestatic classUSER_SEC_DATA.ByValue
 - 
Field SummaryFields Modifier and Type Field Description com.sun.jna.Pointerdba_passwordthe dba password
 C type : ISC_SCHAR*com.sun.jna.Pointerdba_user_namethe dba user name
 C type : ISC_SCHAR*com.sun.jna.Pointerfirst_namethe user's first name
 C type : ISC_SCHAR*intgidcom.sun.jna.Pointergroup_namethe group name
 C type : ISC_SCHAR*com.sun.jna.Pointerlast_namethe user's last name
 C type : ISC_SCHAR*com.sun.jna.Pointermiddle_namethe user's middle name
 C type : ISC_SCHAR*com.sun.jna.Pointerpasswordthe user's password
 C type : ISC_SCHAR*intprotocolshortsec_flagscom.sun.jna.Pointerserverserver to administer
 C type : ISC_SCHAR*intuidcom.sun.jna.Pointeruser_namethe user's name
 C type : ISC_SCHAR*
 - 
Constructor SummaryConstructors Constructor Description USER_SEC_DATA()
 - 
Method Summary- 
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- 
sec_flagspublic short sec_flags 
 - 
uidpublic int uid 
 - 
gidpublic int gid 
 - 
protocolpublic int protocol 
 - 
serverpublic com.sun.jna.Pointer server server to administer
 C type : ISC_SCHAR*
 - 
user_namepublic com.sun.jna.Pointer user_name the user's name
 C type : ISC_SCHAR*
 - 
passwordpublic com.sun.jna.Pointer password the user's password
 C type : ISC_SCHAR*
 - 
group_namepublic com.sun.jna.Pointer group_name the group name
 C type : ISC_SCHAR*
 - 
first_namepublic com.sun.jna.Pointer first_name the user's first name
 C type : ISC_SCHAR*
 - 
middle_namepublic com.sun.jna.Pointer middle_name the user's middle name
 C type : ISC_SCHAR*
 - 
last_namepublic com.sun.jna.Pointer last_name the user's last name
 C type : ISC_SCHAR*
 - 
dba_user_namepublic com.sun.jna.Pointer dba_user_name the dba user name
 C type : ISC_SCHAR*
 - 
dba_passwordpublic com.sun.jna.Pointer dba_password the dba password
 C type : ISC_SCHAR*
 
- 
 
-