Java SQL Type isText(int ct)

Here you can find the source of isText(int ct)

Description

is Text

License

Open Source License

Declaration

public static boolean isText(int ct) 

Method Source Code

//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*/
}

Related

  1. typeName(int type)
  2. typeNameToValueType(String typeName)
  3. typeToClass(int type)
  4. writeObject(Object obj, int sqlType, DataOutput out)
  5. isBoolean(int ct)
  6. callPro2(String sql, String[] inparameters, Integer[] outparameters)
  7. convertToProperty(Object value)
  8. createArrTypSql(String[] arr)
  9. createSignature(Method m)