Interface SDOResultSetMetaData

All Superinterfaces:
ProResultSetMetaData, ResultSetMetaData, Wrapper

public interface SDOResultSetMetaData extends ProResultSetMetaData
The SDOResultSetMetaData provides SDO meta data information. Most of the methods are the standard java.sql.ResultSetMetaData methods as implemented by ProResultSetMetaData. The are also exetensions to provide proprietary 4GL dictionary information.
See Also:
  • Method Details

    • getColumnValExp

      String getColumnValExp(int column) throws ProSQLException
      PROGRESS Extension
      Parameters:
      column - the column position
      Returns:
      4GL validation expression
      Throws:
      ProSQLException - if a non valid column is specified
    • getColumnValMsg

      String getColumnValMsg(int column) throws ProSQLException
      PROGRESS Extension
      Parameters:
      column - the column position
      Returns:
      4GL validation message
      Throws:
      ProSQLException - if a non valid column is specified
    • getColumnFormat

      String getColumnFormat(int column) throws ProSQLException
      PROGRESS Extension
      Parameters:
      column - the column position
      Returns:
      4GL default display format
      Throws:
      ProSQLException - if a non valid column is specified
    • getColumnInitialValue

      String getColumnInitialValue(int column) throws ProSQLException
      PROGRESS Extension
      Parameters:
      column - the column position
      Returns:
      the initial value for this column
      Throws:
      ProSQLException - if a non valid column is specified