Class SqlArrayWithAngleBracketsNameSpec


public class SqlArrayWithAngleBracketsNameSpec extends SqlCollectionTypeNameSpec
A SqlArrayWithAngleBracketsNameSpec to parse or unparse SQL ARRAY type to ARRAY<VARCHAR>.
  • Constructor Details

    • SqlArrayWithAngleBracketsNameSpec

      public SqlArrayWithAngleBracketsNameSpec(SqlTypeNameSpec elementTypeName, SqlTypeName collectionTypeName, SqlParserPos pos)
      Creates a SqlArrayWithAngleBracketsNameSpec.
      Parameters:
      elementTypeName - Type of the collection element
      collectionTypeName - Collection type name
      pos - Parser position, must not be null
  • Method Details