public class USER_SEC_DATA
extends com.sun.jna.Structure
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!
| Modifier and Type | Class and Description | 
|---|---|
| static class  | USER_SEC_DATA.ByReference | 
| static class  | USER_SEC_DATA.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| com.sun.jna.Pointer | dba_passwordthe dba password C type : ISC_SCHAR* | 
| com.sun.jna.Pointer | dba_user_namethe dba user name C type : ISC_SCHAR* | 
| com.sun.jna.Pointer | first_namethe user's first name C type : ISC_SCHAR* | 
| int | gid | 
| com.sun.jna.Pointer | group_namethe group name C type : ISC_SCHAR* | 
| com.sun.jna.Pointer | last_namethe user's last name C type : ISC_SCHAR* | 
| com.sun.jna.Pointer | middle_namethe user's middle name C type : ISC_SCHAR* | 
| com.sun.jna.Pointer | passwordthe user's password C type : ISC_SCHAR* | 
| int | protocol | 
| short | sec_flags | 
| com.sun.jna.Pointer | serverserver to administer C type : ISC_SCHAR* | 
| int | uid | 
| com.sun.jna.Pointer | user_namethe user's name C type : ISC_SCHAR* | 
| Constructor and Description | 
|---|
| USER_SEC_DATA() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List | getFieldOrder() | 
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, 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, writeFieldpublic short sec_flags
public int uid
public int gid
public int protocol
public com.sun.jna.Pointer server
public com.sun.jna.Pointer user_name
public com.sun.jna.Pointer password
public com.sun.jna.Pointer group_name
public com.sun.jna.Pointer first_name
public com.sun.jna.Pointer middle_name
public com.sun.jna.Pointer last_name
public com.sun.jna.Pointer dba_user_name
public com.sun.jna.Pointer dba_password
Copyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.