|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ValueObject in org.drizzle.jdbc.internal.common |
|---|
| Classes in org.drizzle.jdbc.internal.common that implement ValueObject | |
|---|---|
class |
AbstractValueObject
Created by IntelliJ IDEA. |
class |
GeneratedIdValueObject
Created by IntelliJ IDEA. |
| Uses of ValueObject in org.drizzle.jdbc.internal.common.queryresults |
|---|
| Methods in org.drizzle.jdbc.internal.common.queryresults that return ValueObject | |
|---|---|
ValueObject |
DrizzleQueryResult.getValueObject(int i)
gets the value at position i in the result set. |
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(int index)
|
ValueObject |
SelectQueryResult.getValueObject(int index)
gets the value object at position index, starts at 0 |
ValueObject |
DrizzleQueryResult.getValueObject(java.lang.String column)
|
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(java.lang.String columnName)
|
ValueObject |
SelectQueryResult.getValueObject(java.lang.String columnName)
gets the value object in column named columnName |
| Constructor parameters in org.drizzle.jdbc.internal.common.queryresults with type arguments of type ValueObject | |
|---|---|
DrizzleQueryResult(java.util.List<ColumnInformation> columnInformation,
java.util.List<java.util.List<ValueObject>> valueObjects,
short warningCount)
|
|
| Uses of ValueObject in org.drizzle.jdbc.internal.drizzle |
|---|
| Classes in org.drizzle.jdbc.internal.drizzle that implement ValueObject | |
|---|---|
class |
DrizzleValueObject
Contains the raw value returned from the server Is immutable User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM |
| Uses of ValueObject in org.drizzle.jdbc.internal.drizzle.packet |
|---|
| Methods in org.drizzle.jdbc.internal.drizzle.packet that return types with arguments of type ValueObject | |
|---|---|
java.util.List<ValueObject> |
DrizzleRowPacket.getRow()
|
| Uses of ValueObject in org.drizzle.jdbc.internal.mysql |
|---|
| Classes in org.drizzle.jdbc.internal.mysql that implement ValueObject | |
|---|---|
class |
MySQLValueObject
Contains the raw value returned from the server Is immutable User: marcuse Date: Feb 16, 2009 Time: 9:18:26 PM |
| Uses of ValueObject in org.drizzle.jdbc.internal.mysql.packet |
|---|
| Methods in org.drizzle.jdbc.internal.mysql.packet that return types with arguments of type ValueObject | |
|---|---|
java.util.List<ValueObject> |
MySQLRowPacket.getRow(PacketFetcher packetFetcher)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||