Interface ISqliteTypeVisitor<T,E extends Exception>


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

    • visitUnknown

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

      T visitUnsupportedType() 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
    • visitFloat

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

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

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

      T visitBoolean() throws E
      Throws:
      E extends Exception