Uses of Class
net.israfil.foundation.mock.sql.DBType

Packages that use DBType
net.israfil.foundation.mock.sql   
 

Uses of DBType in net.israfil.foundation.mock.sql
 

Fields in net.israfil.foundation.mock.sql declared as DBType
 DBType MockResultSetMetaData.ColSpec.type
           
static DBType[] DBType.types
           
 

Methods in net.israfil.foundation.mock.sql that return DBType
static DBType DBType.valueOf(int sqlType)
           
static DBType DBType.valueOf(java.lang.String name)
           
 

Constructors in net.israfil.foundation.mock.sql with parameters of type DBType
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)
           
 



Copyright © 2003-2006. All Rights Reserved.