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_password
the dba password
C type : ISC_SCHAR* |
com.sun.jna.Pointer |
dba_user_name
the dba user name
C type : ISC_SCHAR* |
com.sun.jna.Pointer |
first_name
the user's first name
C type : ISC_SCHAR* |
int |
gid |
com.sun.jna.Pointer |
group_name
the group name
C type : ISC_SCHAR* |
com.sun.jna.Pointer |
last_name
the user's last name
C type : ISC_SCHAR* |
com.sun.jna.Pointer |
middle_name
the user's middle name
C type : ISC_SCHAR* |
com.sun.jna.Pointer |
password
the user's password
C type : ISC_SCHAR* |
int |
protocol |
short |
sec_flags |
com.sun.jna.Pointer |
server
server to administer
C type : ISC_SCHAR* |
int |
uid |
com.sun.jna.Pointer |
user_name
the 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public 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-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.