TableStore

org.beangle.db.transport.TableStore
trait TableStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def clean(table: Table): Boolean

清空所有依赖和索引,但不清除数据

清空所有依赖和索引,但不清除数据

Attributes

def cleanForeignKeys(table: Table): Unit
def close(): Unit
def count(table: Relation, where: Option[String]): Int
def create(table: Table): Boolean
def drop(table: Table): Boolean
def engine: Engine
def get(table: Table): Option[Table]
def has(table: Table): Boolean
def save(table: Table, datas: Seq[Array[_]]): Int
def select(r: Relation, where: Option[String]): ResultSetIterator
def truncate(table: Table): Boolean