Package

wvlet.airframe.sql

analyzer

Permalink

package analyzer

Visibility
  1. Public
  2. All

Type Members

  1. case class Edge(src: Node, dest: Node) extends Product with Serializable

    Permalink
  2. case class Graph(nodes: Set[Node], edges: Set[Edge]) extends Product with Serializable

    Permalink
  3. class InOutTableFinder extends AnyRef

    Permalink

    Find input/output tables in an SQL statement

  4. trait Node extends AnyRef

    Permalink

  5. case class QuerySignatureConfig(embedTableNames: Boolean = false) extends Product with Serializable

    Permalink
  6. class SQLAnonymizer extends AnyRef

    Permalink

Value Members

  1. object EdgeOrdering extends Ordering[Edge] with Product with Serializable

    Permalink
  2. object InOutTableFinder

    Permalink

  3. object QuerySignature extends LogSupport

    Permalink

  4. object SQLAnonymizer extends LogSupport

    Permalink

  5. object TableGraph

    Permalink

    Graph for representing table input and output dependencies

Ungrouped