Class SetOracleNlsBinary

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class SetOracleNlsBinary
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Modify NLS (National Language Support) for Oracle to BINARY
    Since:
    10.07.2023
    Author:
    weiland
    • Constructor Summary

      Constructors 
      Constructor Description
      SetOracleNlsBinary​(de.pisa.psc.srv.glb.PscSsn ssn)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SetOracleNlsBinary

        public SetOracleNlsBinary​(de.pisa.psc.srv.glb.PscSsn ssn)
                           throws java.lang.Exception
        Constructor
        Parameters:
        ssn - session
        Throws:
        java.lang.Exception
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
        See Also:
        AutoCloseable.close()