object IndexAdapter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexAdapter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseIndexWriter[T <: WritableFeature] extends IndexWriter

    Writes features to a particular back-end data store implementation

  2. trait IndexWriter extends Closeable with Flushable
  3. trait RequiredVisibilityWriter extends IndexWriter with VisibilityChecker

    Mixin trait to require visibilities on write

Value Members

  1. def truncateTableName(name: String, limit: Int): String

    Checks a table name for a max limit.

    Checks a table name for a max limit. If the table name exceeds the limit, then it will be truncated and a UUID appended. Note that if the limit is less than 34 (one char prefix, an underscore separator, and 32 chars for a UUID), this method will throw an exception

    name

    desired name

    limit

    database limit on the length of a table name

    Annotations
    @throws( ... )