OracleParser

org.beangle.data.jdbc.script.OracleParser$
object OracleParser extends Parser

Attributes

Graph
Supertypes
class Parser
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def commands: Set[String]

Attributes

Definition Classes
override def endOf(line: String): Seq[String]

Attributes

Definition Classes

Inherited methods

def isComment(line: String): Boolean

Attributes

Inherited from:
Parser
def parse(content: String): List[String]

Attributes

Inherited from:
Parser