Class PropertyMapDB

    • Field Detail

      • SCHEMA_FIELD_NAMES NEW

        protected static final java.lang.String[] SCHEMA_FIELD_NAMES
      • NO_SCHEMA_FIELD_NAMES NEW

        protected static final java.lang.String[] NO_SCHEMA_FIELD_NAMES
      • NO_SCHEMA_FIELD_CLASSES NEW

        protected static final java.lang.Class<?>[] NO_SCHEMA_FIELD_CLASSES
      • dbHandle NEW

        protected DBHandle dbHandle
      • schema NEW

        protected Schema schema
      • propertyTable NEW

        protected Table propertyTable
      • name NEW

        protected java.lang.String name
      • lock NEW

        protected Lock lock

Method Detail

  • getTableName NEW

    protected java.lang.String getTableName()
    Get the default property table name for this property map.
    Returns:
    default property map table name.