trait JDBCMetadata extends Metadata
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JDBCMetadata
- Metadata
- AbstractMetadata
- TypeMapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def conn: Connection
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
col(col: String): Col
- Definition Classes
- AbstractMetadata
-
def
col(table: String, col: String): Col
- Definition Classes
- AbstractMetadata
-
def
colOption(col: String): Option[Col]
- Definition Classes
- AbstractMetadata
-
def
colOption(table: String, col: String): Option[Col]
- Definition Classes
- AbstractMetadata
- def cols(rs: ResultSet): List[Map[String, Any]]
- def defaultSchema: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
from_jdbc_type(jdbcTypeCode: Int): String
- Definition Classes
- TypeMapper
-
def
functionSignaturesResource: String
Override this to load function signatures from other resource than tresql-function-signatures.txt file
Override this to load function signatures from other resource than tresql-function-signatures.txt file
- Definition Classes
- Metadata
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getResourceAsStream(r: String): InputStream
For running in sbt plugin
For running in sbt plugin
- Definition Classes
- Metadata
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join(table1: String, table2: String): (key_, key_)
- Definition Classes
- AbstractMetadata
- def key(rs: ResultSet): List[String]
-
def
macroSignaturesResource: String
Override this to load function signatures from other resource than tresql-macros.txt file
Override this to load function signatures from other resource than tresql-macros.txt file
- Definition Classes
- Metadata
-
def
macrosClass: Class[_]
Override this to load function signatures from object with tresql macros implementations
Override this to load function signatures from object with tresql macros implementations
- Definition Classes
- Metadata
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
procedure(name: String): Procedure
- Definition Classes
- JDBCMetadata → Metadata → AbstractMetadata
-
def
procedureOption(name: String): Option[Procedure]
- Definition Classes
- JDBCMetadata → Metadata → AbstractMetadata
- def publicSchemaName: String
- def refs(rs: ResultSet): List[Map[String, Any]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
table(name: String): Table
- Definition Classes
- JDBCMetadata → AbstractMetadata
-
def
tableOption(name: String): Option[Table]
- Definition Classes
- JDBCMetadata → AbstractMetadata
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
to_scala_type(typeName: String): String
- Definition Classes
- TypeMapper
-
def
to_sql_type(vendor: String, typeName: String): String
- Definition Classes
- TypeMapper
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated