db9010 / com.jovial.db9010 / doNotCache

doNotCache

fun <T : StatementBuilder<*>> T.doNotCache(): T

Method to set this builder so that it creates a statement that is not cached by the Database object. By default, statements are cached.