Interface IDatabaseTypeVisitor<T,E extends Exception>


public interface IDatabaseTypeVisitor<T,E extends Exception>
  • Method Details

    • visitNumeric

      T visitNumeric() throws E
      Throws:
      E extends Exception
    • visitDouble

      T visitDouble() throws E
      Throws:
      E extends Exception
    • visitFloat

      T visitFloat() throws E
      Throws:
      E extends Exception
    • visitShort

      T visitShort() throws E
      Throws:
      E extends Exception
    • visitInteger

      T visitInteger() throws E
      Throws:
      E extends Exception
    • visitLong

      T visitLong() throws E
      Throws:
      E extends Exception
    • visitBoolean

      T visitBoolean() throws E
      Throws:
      E extends Exception
    • visitDate

      T visitDate() throws E
      Throws:
      E extends Exception
    • visitVarchar

      T visitVarchar() throws E
      Throws:
      E extends Exception
    • visitOther

      T visitOther() throws E
      Throws:
      E extends Exception
    • visitStrukt

      T visitStrukt() throws E
      Throws:
      E extends Exception
    • visitUnknown

      T visitUnknown() throws E
      Throws:
      E extends Exception
    • visitUnsupportedType

      T visitUnsupportedType() throws E
      Throws:
      E extends Exception
    • visitChar

      T visitChar() throws E
      Throws:
      E extends Exception
    • visitTimeStamp

      T visitTimeStamp() throws E
      Throws:
      E extends Exception
    • visitTimeStampWithTimeZone

      T visitTimeStampWithTimeZone() throws E
      Throws:
      E extends Exception
    • visitTime

      T visitTime() throws E
      Throws:
      E extends Exception
    • visitTimeWithTimeZone

      T visitTimeWithTimeZone() throws E
      Throws:
      E extends Exception