Class TLcdLVDBMarshalledAnnotation

java.lang.Object
com.luciad.format.sqlite.lvdb.TLcdLVDBMarshalledAnnotation
All Implemented Interfaces:
ILcdAnnotation

public class TLcdLVDBMarshalledAnnotation extends Object implements ILcdAnnotation
Annotation that identifies a property as being a marshalled value. Marshalled values are values that are stored in the database by serializing (marshalling) the value to one of the primitive types supported by SQLite.
Since:
2013.1
  • Constructor Details Link icon

    • TLcdLVDBMarshalledAnnotation Link icon

      public TLcdLVDBMarshalledAnnotation(String aEncoding, String aType)
      Creates a new marshalled annotation.
      Parameters:
      aEncoding - the encoding of the value
      aType - the type of the value
  • Method Details Link icon

    • getEncoding Link icon

      public String getEncoding()
      Returns the encoding of the value.
      Returns:
      the encoding of the value
    • getType Link icon

      public String getType()
      Returns the type of the value.
      Returns:
      the type of the value