Class JdbcTypes

java.lang.Object
solutions.a2.cdc.oracle.schema.JdbcTypes

public class JdbcTypes extends Object
Author:
averemee
  • Field Details

    • NUMERICS

      public static final String[] NUMERICS
  • Constructor Details

    • JdbcTypes

      public JdbcTypes()
  • Method Details

    • getTypeName

      public static String getTypeName(int jdbcType)
    • getTypeId

      public static int getTypeId(String jdbcTypeName)
    • isNumeric

      public static boolean isNumeric(int jdbcType)