KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > DataTruncation

java.sql
Class DataTruncation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by java.sql.SQLWarning
                  extended by java.sql.DataTruncation
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public DataTruncation(int index,
                      boolean parameter,
                      boolean read,
                      int dataSize,
                      int transferSize)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getDataSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIndex()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getParameter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getRead()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getTransferSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags