Package org.lwjgl.odbc
Class SQL_TIMESTAMP_STRUCT
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct SQL_TIMESTAMP_STRUCT {
SQLSMALLINT year;
SQLUSMALLINT month;
SQLUSMALLINT day;
SQLUSMALLINT hour;
SQLUSMALLINT minute;
SQLUSMALLINT second;
SQLUINTEGER fraction;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionSQL_TIMESTAMP_STRUCT(ByteBuffer container) Creates aSQL_TIMESTAMP_STRUCTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic SQL_TIMESTAMP_STRUCTcalloc()Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withmemCalloc.static SQL_TIMESTAMP_STRUCT.Buffercalloc(int capacity) Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withmemCalloc.static SQL_TIMESTAMP_STRUCT.Buffercalloc(int capacity, MemoryStack stack) Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static SQL_TIMESTAMP_STRUCTcalloc(MemoryStack stack) Returns a newSQL_TIMESTAMP_STRUCTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static SQL_TIMESTAMP_STRUCTcreate()Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withBufferUtils.static SQL_TIMESTAMP_STRUCT.Buffercreate(int capacity) Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withBufferUtils.static SQL_TIMESTAMP_STRUCTcreate(long address) Returns a newSQL_TIMESTAMP_STRUCTinstance for the specified memory address.static SQL_TIMESTAMP_STRUCT.Buffercreate(long address, int capacity) Create aSQL_TIMESTAMP_STRUCT.Bufferinstance at the specified memory.static @Nullable SQL_TIMESTAMP_STRUCTcreateSafe(long address) static @Nullable SQL_TIMESTAMP_STRUCT.BuffercreateSafe(long address, int capacity) shortday()day(short value) Sets the specified value to thedayfield.intfraction()fraction(int value) Sets the specified value to thefractionfield.shorthour()hour(short value) Sets the specified value to thehourfield.static SQL_TIMESTAMP_STRUCTmalloc()Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withmemAlloc.static SQL_TIMESTAMP_STRUCT.Buffermalloc(int capacity) Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withmemAlloc.static SQL_TIMESTAMP_STRUCT.Buffermalloc(int capacity, MemoryStack stack) Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated on the specifiedMemoryStack.static SQL_TIMESTAMP_STRUCTmalloc(MemoryStack stack) Returns a newSQL_TIMESTAMP_STRUCTinstance allocated on the specifiedMemoryStack.shortminute()minute(short value) Sets the specified value to theminutefield.shortmonth()month(short value) Sets the specified value to themonthfield.static shortnday(long struct) Unsafe version ofday().static voidnday(long struct, short value) Unsafe version ofday.static intnfraction(long struct) Unsafe version offraction().static voidnfraction(long struct, int value) Unsafe version offraction.static shortnhour(long struct) Unsafe version ofhour().static voidnhour(long struct, short value) Unsafe version ofhour.static shortnminute(long struct) Unsafe version ofminute().static voidnminute(long struct, short value) Unsafe version ofminute.static shortnmonth(long struct) Unsafe version ofmonth().static voidnmonth(long struct, short value) Unsafe version ofmonth.static shortnsecond(long struct) Unsafe version ofsecond().static voidnsecond(long struct, short value) Unsafe version ofsecond.static shortnyear(long struct) Unsafe version ofyear().static voidnyear(long struct, short value) Unsafe version ofyear.shortsecond()second(short value) Sets the specified value to thesecondfield.set(short year, short month, short day, short hour, short minute, short second, int fraction) Initializes this struct with the specified values.set(SQL_TIMESTAMP_STRUCT src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).shortyear()year(short value) Sets the specified value to theyearfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
YEAR
public static final int YEARThe struct member offsets. -
MONTH
public static final int MONTHThe struct member offsets. -
DAY
public static final int DAYThe struct member offsets. -
HOUR
public static final int HOURThe struct member offsets. -
MINUTE
public static final int MINUTEThe struct member offsets. -
SECOND
public static final int SECONDThe struct member offsets. -
FRACTION
public static final int FRACTIONThe struct member offsets.
-
-
Constructor Details
-
SQL_TIMESTAMP_STRUCT
Creates aSQL_TIMESTAMP_STRUCTinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<SQL_TIMESTAMP_STRUCT>
-
year
public short year()- Returns:
- the value of the
yearfield.
-
month
public short month()- Returns:
- the value of the
monthfield.
-
day
public short day()- Returns:
- the value of the
dayfield.
-
hour
public short hour()- Returns:
- the value of the
hourfield.
-
minute
public short minute()- Returns:
- the value of the
minutefield.
-
second
public short second()- Returns:
- the value of the
secondfield.
-
fraction
public int fraction()- Returns:
- the value of the
fractionfield.
-
year
Sets the specified value to theyearfield. -
month
Sets the specified value to themonthfield. -
day
Sets the specified value to thedayfield. -
hour
Sets the specified value to thehourfield. -
minute
Sets the specified value to theminutefield. -
second
Sets the specified value to thesecondfield. -
fraction
Sets the specified value to thefractionfield. -
set
public SQL_TIMESTAMP_STRUCT set(short year, short month, short day, short hour, short minute, short second, int fraction) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newSQL_TIMESTAMP_STRUCTinstance allocated withBufferUtils. -
create
Returns a newSQL_TIMESTAMP_STRUCTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aSQL_TIMESTAMP_STRUCT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newSQL_TIMESTAMP_STRUCTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newSQL_TIMESTAMP_STRUCTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newSQL_TIMESTAMP_STRUCT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nyear
public static short nyear(long struct) Unsafe version ofyear(). -
nmonth
public static short nmonth(long struct) Unsafe version ofmonth(). -
nday
public static short nday(long struct) Unsafe version ofday(). -
nhour
public static short nhour(long struct) Unsafe version ofhour(). -
nminute
public static short nminute(long struct) Unsafe version ofminute(). -
nsecond
public static short nsecond(long struct) Unsafe version ofsecond(). -
nfraction
public static int nfraction(long struct) Unsafe version offraction(). -
nyear
public static void nyear(long struct, short value) Unsafe version ofyear. -
nmonth
public static void nmonth(long struct, short value) Unsafe version ofmonth. -
nday
public static void nday(long struct, short value) Unsafe version ofday. -
nhour
public static void nhour(long struct, short value) Unsafe version ofhour. -
nminute
public static void nminute(long struct, short value) Unsafe version ofminute. -
nsecond
public static void nsecond(long struct, short value) Unsafe version ofsecond. -
nfraction
public static void nfraction(long struct, int value) Unsafe version offraction.
-