Class ColumnInfo

java.lang.Object
com.gigaspaces.utils.jdbc.ColumnInfo

public class ColumnInfo extends Object
Encapsulates information on a table's column.
Since:
15.2.0
Author:
Niv Ingberg
  • Method Details

    • getName

      public String getName()
    • getType

      public JDBCType getType()
    • getSampleValue

      public String getSampleValue()