Here you can find the source of isText(int ct)
public static boolean isText(int ct)
//package com.java2s; //License from project: Open Source License public class Main { public static boolean isText(int ct) { return (ct == java.sql.Types.VARCHAR); }/* w w w . j a v a2s. c o m*/ }