net.israfil.foundation.mock.sql
Class MockResultSetMetaData.ColSpec

java.lang.Object
  extended by net.israfil.foundation.mock.sql.MockResultSetMetaData.ColSpec
Enclosing class:
MockResultSetMetaData

public static class MockResultSetMetaData.ColSpec
extends java.lang.Object


Field Summary
 java.lang.String name
           
 boolean nullable
           
 int precision
           
 int scale
           
 DBType type
           
 int width
           
 
Constructor Summary
MockResultSetMetaData.ColSpec(java.lang.String name)
           
MockResultSetMetaData.ColSpec(java.lang.String name, boolean nullable)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type, boolean nullable)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type, int width)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type, int width, boolean nullable)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type, int precision, int scale)
           
MockResultSetMetaData.ColSpec(java.lang.String name, DBType type, int precision, int scale, boolean nullable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

type

public final DBType type

width

public final int width

precision

public final int precision

scale

public final int scale

nullable

public final boolean nullable
Constructor Detail

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     boolean nullable)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type,
                                     boolean nullable)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type,
                                     int width)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type,
                                     int precision,
                                     int scale)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type,
                                     int width,
                                     boolean nullable)

MockResultSetMetaData.ColSpec

public MockResultSetMetaData.ColSpec(java.lang.String name,
                                     DBType type,
                                     int precision,
                                     int scale,
                                     boolean nullable)


Copyright © 2003-2006. All Rights Reserved.