Class SQL_DAY_SECOND_STRUCT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SQL_DAY_SECOND_STRUCT extends Struct<SQL_DAY_SECOND_STRUCT> implements NativeResource

Layout


 struct SQL_DAY_SECOND_STRUCT {
     SQLUINTEGER day;
     SQLUINTEGER hour;
     SQLUINTEGER minute;
     SQLUINTEGER second;
     SQLUINTEGER fraction;
 }