Class FdocaConstants


  • class FdocaConstants
    extends java.lang.Object
    • Constructor Detail

      • FdocaConstants

        FdocaConstants()
    • Method Detail

      • isNullable

        protected static boolean isNullable​(int fdocaType)
      • mapJdbcTypeToDrdaType

        protected static int mapJdbcTypeToDrdaType​(int jdbcType,
                                                   boolean nullable,
                                                   AppRequester appRequester,
                                                   int[] outlen)
                                            throws java.sql.SQLException
        Map jdbctype to fdoca drda type
        Parameters:
        jdbcType - - Jdbc type for mappingy
        nullable - - true if type is nullable
        appRequester - - state variable for the connection
        outlen - - output parameter with length of type.
        Returns:
        standard drdaTypeLength. -1 if we don't know.
        Throws:
        java.sql.SQLException