Uses of Class
org.drizzle.jdbc.internal.common.packet.ResultPacket.ResultType

Packages that use ResultPacket.ResultType
org.drizzle.jdbc.internal.common.packet   
 

Uses of ResultPacket.ResultType in org.drizzle.jdbc.internal.common.packet
 

Methods in org.drizzle.jdbc.internal.common.packet that return ResultPacket.ResultType
 ResultPacket.ResultType EOFPacket.getResultType()
           
abstract  ResultPacket.ResultType ResultPacket.getResultType()
           
 ResultPacket.ResultType ErrorPacket.getResultType()
           
 ResultPacket.ResultType ResultSetPacket.getResultType()
           
 ResultPacket.ResultType OKPacket.getResultType()
           
static ResultPacket.ResultType ResultPacket.ResultType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultPacket.ResultType[] ResultPacket.ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.