Class Oracle10Platform

    • Constructor Detail

      • Oracle10Platform

        public Oracle10Platform()
    • Method Detail

      • buildFirstRowsHint

        protected String buildFirstRowsHint​(int max)
        Build the hint string used for first rows. Allows it to be overridden
        Overrides:
        buildFirstRowsHint in class Oracle9Platform
        Parameters:
        max -
        Returns:
      • isNativeConnectionRequiredForLobLocator

        public boolean isNativeConnectionRequiredForLobLocator()
        INTERNAL: Indicate whether app. server should unwrap connection to use lob locator. No need to unwrap connection because writeLob method doesn't use oracle proprietary classes.
        Overrides:
        isNativeConnectionRequiredForLobLocator in class Oracle8Platform