class
sqlServerDialect extends SqlIdiom
Instance Constructors
-
new
sqlServerDialect(pEscape: (String) ⇒ String, pNormalize: (String) ⇒ String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bind(value: StorageValue)(implicit binds: Map[StorageValue, String]): String
-
def
bindId(entityId: entity.BaseEntity.ID, entityClass: Class[_])(implicit binds: Map[StorageValue, String]): String
-
def
clone(): AnyRef
-
def
columnType(column: StorageColumn): String
-
def
concat(strings: String*): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
escape(string: String): String
-
def
escapeVersionField(name: String): String
-
def
finalize(): Unit
-
def
findConstraintStatement(tableName: String, constraintName: String): String
-
def
findIndexStatement(tableName: String, indexName: String): String
-
def
findTableColumnStatement(tableName: String, columnName: String): String
-
def
findTableStatement(tableName: String): String
-
final
def
getClass(): Class[_]
-
def
getValue(resultSet: ActivateResultSet, i: Int, storageValue: StorageValue): StorageValue
-
def
getValue(resultSet: ResultSet, i: Int, storageValue: StorageValue): StorageValue
-
def
hashCode(): Int
-
def
hikariConfigFor(storage: PooledJdbcRelationalStorage, jdbcDataSourceName: String): HikariConfig
-
def
ifExistsRestriction(statement: String, boolean: Boolean): Option[(String, Int)]
-
def
ifNotExistsRestriction(statement: String, boolean: Boolean): Option[(String, Int)]
-
final
def
isInstanceOf[T0]: Boolean
-
def
listColumnSelect(value: StatementEntitySourcePropertyValue, propertyName: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
notEqualId(entity: BaseEntity, entitySource: EntitySource)(implicit binds: Map[StorageValue, String]): List[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
setValue(ps: PreparedStatement, i: Int, storageValue: StorageValue): Unit
-
def
setValue[V](ps: PreparedStatement, f: (V) ⇒ Unit, i: Int, optionValue: Option[V], sqlType: Int): Unit
-
def
stringLowerFunction(value: String): String
-
def
stringUpperFunction(value: String): String
-
def
supportsLimitedQueries: Boolean
-
def
supportsRegex: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSqlDdl(storageValue: StorageValue): String
-
def
toSqlDdl(action: ModifyStorageAction): String
-
def
toSqlDdl(column: StorageColumn): String
-
def
toSqlDdlAction(action: ModifyStorageAction): List[NormalQlStatement]
-
def
toSqlDml(assignment: UpdateAssignment)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(assignments: List[UpdateAssignment])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: Operator)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: Criteria)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: Where)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: From)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml[V](value: StatementEntityValue[V])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: StatementBooleanValue)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: SimpleValue[_])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(value: StatementValue)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(criteria: OrderByCriteria[_])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(criterias: OrderByCriteria[_]*)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(select: Select)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDml(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]]): NormalQlStatement
-
def
toSqlDml(statement: QueryStorageStatement): NormalQlStatement
-
def
toSqlDmlFunctionApply(value: FunctionApply[_])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDmlLimit(query: LimitedOrderedQuery[_]): String
-
def
toSqlDmlOrderBy(query: Query[_])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDmlQueryString(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDmlRegexp(value: String, regex: String): String
-
def
toSqlDmlRemoveEntitiesReadFromCache(query: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit binds: Map[StorageValue, String]): String
-
def
toSqlDmlSelect(value: StatementSelectValue)(implicit binds: Map[StorageValue, String]): String
-
def
toSqlModify(statement: ModifyStorageStatement): NormalQlStatement
-
def
toSqlStatement(statement: StorageStatement): List[NormalQlStatement]
-
def
toString(): String
-
def
toTableName(entityClass: Class[_]): String
-
def
toValue(storageValue: StorageValue): Any
-
def
versionCondition(propertyMap: Map[String, StorageValue]): String
-
def
versionVerifyQueries(reads: Map[Class[BaseEntity], List[(ReferenceStorageValue, Long)]], queryLimit: Int): Iterable[(NormalQlStatement, ReferenceStorageValue, Class[BaseEntity])]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from QlIdiom
Inherited from AnyRef
Inherited from Any