org.drizzle.jdbc.internal.mysql
Class MySQLColumnInformation

java.lang.Object
  extended by org.drizzle.jdbc.internal.mysql.MySQLColumnInformation
All Implemented Interfaces:
ColumnInformation

public class MySQLColumnInformation
extends java.lang.Object
implements ColumnInformation

User: marcuse Date: Mar 9, 2009 Time: 8:53:40 PM


Nested Class Summary
static class MySQLColumnInformation.Builder
           
 
Method Summary
 java.lang.String getCatalog()
           
 short getCharsetNumber()
           
 java.lang.String getDb()
           
 byte getDecimals()
           
 java.util.Set<ColumnFlags> getFlags()
           
 long getLength()
           
 java.lang.String getName()
           
 java.lang.String getOriginalName()
           
 java.lang.String getOriginalTable()
           
 java.lang.String getTable()
           
 DataType getType()
           
 void updateDisplaySize(int displayLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCatalog

public java.lang.String getCatalog()
Specified by:
getCatalog in interface ColumnInformation

getDb

public java.lang.String getDb()
Specified by:
getDb in interface ColumnInformation

getTable

public java.lang.String getTable()
Specified by:
getTable in interface ColumnInformation

getOriginalTable

public java.lang.String getOriginalTable()
Specified by:
getOriginalTable in interface ColumnInformation

getName

public java.lang.String getName()
Specified by:
getName in interface ColumnInformation

getOriginalName

public java.lang.String getOriginalName()
Specified by:
getOriginalName in interface ColumnInformation

getCharsetNumber

public short getCharsetNumber()
Specified by:
getCharsetNumber in interface ColumnInformation

getLength

public long getLength()
Specified by:
getLength in interface ColumnInformation

getType

public DataType getType()
Specified by:
getType in interface ColumnInformation

getDecimals

public byte getDecimals()
Specified by:
getDecimals in interface ColumnInformation

getFlags

public java.util.Set<ColumnFlags> getFlags()
Specified by:
getFlags in interface ColumnInformation

updateDisplaySize

public void updateDisplaySize(int displayLength)
Specified by:
updateDisplaySize in interface ColumnInformation


Copyright © 2012. All Rights Reserved.