public class BuilderKit extends Object
| Constructor and Description |
|---|
BuilderKit() |
| Modifier and Type | Method and Description |
|---|---|
static Byte |
getByte(ResultSet rs,
int i) |
static Object |
getColumnValue(int[] types,
ResultSet rs,
int i) |
static Short |
getShort(ResultSet rs,
int i) |
static Object |
parseJsonField(String stringValue) |
public static Byte getByte(ResultSet rs, int i) throws SQLException
SQLExceptionpublic static Short getShort(ResultSet rs, int i) throws SQLException
SQLExceptionpublic static Object getColumnValue(int[] types, ResultSet rs, int i) throws SQLException
rs - types - i - SQLExceptionCopyright © 2026. All rights reserved.