Class AbstractType.MultiArray.Sized

java.lang.Object
org.postgresql.pljava.adt.spi.AbstractType.MultiArray.Sized
Enclosing class:
AbstractType.MultiArray

public class AbstractType.MultiArray.Sized extends Object
Represents a MultiArray for which sizes for its dimensions have been specified, so that an instance can be allocated.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • allocate

      Returns an Allocated that wraps a freshly-allocated array having the sizes recorded here.

      The result is returned with wildcard types. If the caller code has been written so as to have type variables with the proper types at compile time, it may do an unchecked cast on the result, which may make later operations more concise.