Uses of Class
org.drizzle.jdbc.internal.mysql.MySQLColumnInformation.Builder

Packages that use MySQLColumnInformation.Builder
org.drizzle.jdbc.internal.mysql   
 

Uses of MySQLColumnInformation.Builder in org.drizzle.jdbc.internal.mysql
 

Methods in org.drizzle.jdbc.internal.mysql that return MySQLColumnInformation.Builder
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.catalog(java.lang.String catalog)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.charsetNumber(short charsetNumber)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.db(java.lang.String db)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.decimals(byte decimals)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.flags(java.util.Set<ColumnFlags> columnFlags)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.length(int length)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.name(java.lang.String name)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.originalName(java.lang.String orgName)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.originalTable(java.lang.String orgTable)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.skipMe(long bytesSkipped)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.table(java.lang.String table)
           
 MySQLColumnInformation.Builder MySQLColumnInformation.Builder.type(DataType dataType)
           
 



Copyright © 2012. All Rights Reserved.