Uses of Class
org.drizzle.jdbc.internal.common.query.QueryType

Packages that use QueryType
org.drizzle.jdbc.internal.common.query   
 

Uses of QueryType in org.drizzle.jdbc.internal.common.query
 

Methods in org.drizzle.jdbc.internal.common.query that return QueryType
static QueryType QueryType.classifyQuery(java.lang.String query)
           
 QueryType DrizzleParameterizedQuery.getQueryType()
           
 QueryType DrizzleQuery.getQueryType()
           
 QueryType Query.getQueryType()
           
static QueryType QueryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryType[] QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.