SQLSyntaxSupportFeature

scalikejdbc.SQLSyntaxSupportFeature
See theSQLSyntaxSupportFeature companion trait

SQLSyntaxSupport feature

Attributes

Companion
trait
Source
SQLSyntaxSupportFeature.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def verifyTableName(tableNameWithSchema: String): Unit

Instant table name validator.

Instant table name validator.

Notice: Table name is specified with a String value which might be an input value.

Attributes

Source
SQLSyntaxSupportFeature.scala

Inherited fields

protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)
Source
LogSupport.scala