Class PipelineJdbcUtils

java.lang.Object
org.apache.shardingsphere.data.pipeline.core.util.PipelineJdbcUtils

public final class PipelineJdbcUtils extends Object
Pipeline JDBC utils.
  • Constructor Details

    • PipelineJdbcUtils

      public PipelineJdbcUtils()
  • Method Details

    • isIntegerColumn

      public static boolean isIntegerColumn(int columnType)
      Whether column is integer type.
      Parameters:
      columnType - column type, value of java.sql.Types
      Returns:
      true or false
    • isStringColumn

      public static boolean isStringColumn(int columnType)
      Whether column is string column.
      Parameters:
      columnType - column type, value of java.sql.Types
      Returns:
      true or false