public static class MappingGetters.Getters extends Object
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
readBigDecimal(tech.ydb.table.result.ValueReader reader) |
boolean |
readBoolean(tech.ydb.table.result.ValueReader reader) |
byte |
readByte(tech.ydb.table.result.ValueReader reader) |
byte[] |
readBytes(tech.ydb.table.result.ValueReader reader) |
<T> T |
readClass(tech.ydb.table.result.ValueReader reader,
Class<T> clazz) |
double |
readDouble(tech.ydb.table.result.ValueReader reader) |
float |
readFloat(tech.ydb.table.result.ValueReader reader) |
Instant |
readInstant(tech.ydb.table.result.ValueReader reader) |
int |
readInt(tech.ydb.table.result.ValueReader reader) |
long |
readLong(tech.ydb.table.result.ValueReader reader) |
String |
readNString(tech.ydb.table.result.ValueReader reader) |
Object |
readObject(tech.ydb.table.result.ValueReader reader) |
Reader |
readReader(tech.ydb.table.result.ValueReader reader) |
short |
readShort(tech.ydb.table.result.ValueReader reader) |
String |
readString(tech.ydb.table.result.ValueReader reader) |
String |
readURL(tech.ydb.table.result.ValueReader reader) |
public String readString(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic boolean readBoolean(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic byte readByte(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic short readShort(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic int readInt(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic long readLong(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic float readFloat(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic double readDouble(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic byte[] readBytes(tech.ydb.table.result.ValueReader reader)
throws SQLException
SQLExceptionpublic Object readObject(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic <T> T readClass(tech.ydb.table.result.ValueReader reader,
Class<T> clazz)
throws SQLException
SQLExceptionpublic Instant readInstant(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic String readNString(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic String readURL(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic BigDecimal readBigDecimal(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionpublic Reader readReader(tech.ydb.table.result.ValueReader reader) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.