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.