Class Types.ARRAY

  • All Implemented Interfaces:
    rocks.frieler.kraftsql.engine.Type

    
    public final class Types.ARRAY<C extends Object>
    extends Type<Array<C>>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Types.ARRAY.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      Types.ARRAY(Type<C> contentType)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Type<C> getContentType()
      String sql()
      KType naturalKType()
      • Methods inherited from class rocks.frieler.kraftsql.bq.engine.Type

        getName, getNaturalType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait