SqlCoreEnvironment

open class SqlCoreEnvironment(sourceFolders: List<File>, dependencies: List<File>) : AutoCloseable

Constructors

Link copied to clipboard
constructor(sourceFolders: List<File>, dependencies: List<File>)

Functions

Link copied to clipboard
fun annotate(extraAnnotators: Collection<SqlCompilerAnnotator> = emptyList(), annotationHolder: SqlAnnotationHolder)
Link copied to clipboard
open override fun close()
Link copied to clipboard
inline fun <T : PsiFile> forSourceFiles(noinline action: (T) -> Unit)
open fun <T : PsiFile> forSourceFiles(klass: KClass<T>, action: (T) -> Unit)