public.javadoc.org.spincast.plugins.jdbc.SpincastConnection.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastConnection (org.spincast:spincast-framework 1.2.0 API)
org.spincast.plugins.jdbc
Interface SpincastConnection
-
- All Superinterfaces:
- AutoCloseable, Connection, Wrapper
- All Known Implementing Classes:
- SpincastConnectionDefault
public interface SpincastConnection
extends Connection
-
-
Field Summary
-
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
Connection
getWrappedConnection()
void
setNewRootSavePoint()
-
Methods inherited from interface java.sql.Connection
abort, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap
-
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
-
Method Detail
-
getWrappedConnection
Connection getWrappedConnection()
-
setNewRootSavePoint
void setNewRootSavePoint()
Copyright © 2019. All rights reserved.