com.mchange.sc.sqlutil
package com.mchange.sc.sqlutil
Members list
Type members
Classlikes
trait Creatable
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final class NonUniqueRow(message: String, cause: Throwable) extends SQLException
Attributes
- Supertypes
-
class SQLExceptiontrait Iterable[Throwable]class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final class UnexpectedRowCountException(message: String, cause: Throwable) extends SQLException
Attributes
- Supertypes
-
class SQLExceptiontrait Iterable[Throwable]class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final class UnexpectedlyEmptyResultSet(message: String, cause: Throwable) extends SQLException
Attributes
- Supertypes
-
class SQLExceptiontrait Iterable[Throwable]class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def setStringOptional(ps: PreparedStatement, position: Int, sqlType: Int, value: Option[String]): Unit
In this article