|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ColumnInformation in org.drizzle.jdbc |
|---|
| Constructor parameters in org.drizzle.jdbc with type arguments of type ColumnInformation | |
|---|---|
DrizzleResultSetMetaData(java.util.List<ColumnInformation> fieldPackets)
|
|
| Uses of ColumnInformation in org.drizzle.jdbc.internal.common.queryresults |
|---|
| Methods in org.drizzle.jdbc.internal.common.queryresults that return types with arguments of type ColumnInformation | |
|---|---|
java.util.List<ColumnInformation> |
QueryResult.getColumnInformation()
|
java.util.List<ColumnInformation> |
DrizzleQueryResult.getColumnInformation()
|
java.util.List<ColumnInformation> |
DrizzleInsertIdQueryResult.getColumnInformation()
|
java.util.List<ColumnInformation> |
DrizzleUpdateResult.getColumnInformation()
|
| Constructor parameters in org.drizzle.jdbc.internal.common.queryresults with type arguments of type ColumnInformation | |
|---|---|
DrizzleQueryResult(java.util.List<ColumnInformation> columnInformation,
java.util.List<java.util.List<ValueObject>> valueObjects,
short warningCount)
|
|
| Uses of ColumnInformation in org.drizzle.jdbc.internal.drizzle.packet |
|---|
| Constructor parameters in org.drizzle.jdbc.internal.drizzle.packet with type arguments of type ColumnInformation | |
|---|---|
DrizzleRowPacket(RawPacket rawPacket,
java.util.List<ColumnInformation> columnInformation)
|
|
| Uses of ColumnInformation in org.drizzle.jdbc.internal.mysql |
|---|
| Classes in org.drizzle.jdbc.internal.mysql that implement ColumnInformation | |
|---|---|
class |
MySQLColumnInformation
User: marcuse Date: Mar 9, 2009 Time: 8:53:40 PM |
| Uses of ColumnInformation in org.drizzle.jdbc.internal.mysql.packet |
|---|
| Methods in org.drizzle.jdbc.internal.mysql.packet that return ColumnInformation | |
|---|---|
static ColumnInformation |
MySQLFieldPacket.columnInformationFactory(RawPacket rawPacket)
|
| Constructor parameters in org.drizzle.jdbc.internal.mysql.packet with type arguments of type ColumnInformation | |
|---|---|
MySQLRowPacket(RawPacket rawPacket,
java.util.List<ColumnInformation> columnInformation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||