| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueObject
Created by IntelliJ IDEA.
|
class |
GeneratedIdValueObject
Created by IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(int index) |
ValueObject |
SelectQueryResult.getValueObject(int index)
gets the value object at position index, starts at 0
|
ValueObject |
DrizzleQueryResult.getValueObject(int i)
gets the value at position i in the result set.
|
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(String columnName) |
ValueObject |
SelectQueryResult.getValueObject(String columnName)
gets the value object in column named columnName
|
ValueObject |
DrizzleQueryResult.getValueObject(String column) |
| Constructor and Description |
|---|
DrizzleQueryResult(List<ColumnInformation> columnInformation,
List<List<ValueObject>> valueObjects,
short warningCount) |
| Modifier and Type | Class and Description |
|---|---|
class |
DrizzleValueObject
Contains the raw value returned from the server
Is immutable
User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueObject> |
DrizzleRowPacket.getRow() |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLValueObject
Contains the raw value returned from the server
Is immutable
User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueObject> |
MySQLRowPacket.getRow(PacketFetcher packetFetcher) |
Copyright © 2016. All rights reserved.