Package com.aceql.jdbc.commons
Class InternalWrapper
java.lang.Object
com.aceql.jdbc.commons.InternalWrapper
public class InternalWrapper extends Object
A internal wrapper for Java package protected calls.
This is an internal undocumented class that should not be used nor called by the users of the AceQL JDBC Driver APIs.
This is an internal undocumented class that should not be used nor called by the users of the AceQL JDBC Driver APIs.
- Author:
- Nicolas de Pomereu
-
Constructor Summary
Constructors Constructor Description InternalWrapper()
-
Method Summary
Modifier and Type Method Description static AceQLBlob
blobBuilder(byte[] bytes)
static AceQLBlob
blobBuilder(InputStream inputStream)
static AceQLClob
blobBuilder(InputStream inputStream, String clobReadCharset, String clobWriteCharset)
static AceQLClob
clobBuilder(byte[] bytes, String clobReadCharset, String clobWriteCharset)
static AceQLConnection
connectionBuilder(ConnectionInfo connectionInfo)
static ConnectionInfo
connectionInfoBuilder(com.aceql.jdbc.commons.ConnectionInfoHolder ConnectionInfoHolder)
static DatabaseInfo
databaseInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi)
static com.aceql.jdbc.commons.main.http.AceQLHttpApi
getAceQLHttpApi(AceQLConnection aceQLConnection)
static File
getFile(AceQLBlob aceQLBlob)
static File
getFile(AceQLClob aceQLClob)
static LimitsInfo
limitsInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi)
static void
setCreationDateTime(ConnectionInfo connectionInfo, Instant instant)
-
Constructor Details
-
InternalWrapper
public InternalWrapper()
-
-
Method Details
-
connectionBuilder
- Throws:
SQLException
-
blobBuilder
-
blobBuilder
-
clobBuilder
public static AceQLClob clobBuilder(byte[] bytes, String clobReadCharset, String clobWriteCharset) throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
blobBuilder
public static AceQLClob blobBuilder(InputStream inputStream, String clobReadCharset, String clobWriteCharset) throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getFile
-
getFile
-
getAceQLHttpApi
public static com.aceql.jdbc.commons.main.http.AceQLHttpApi getAceQLHttpApi(AceQLConnection aceQLConnection) -
connectionInfoBuilder
public static ConnectionInfo connectionInfoBuilder(com.aceql.jdbc.commons.ConnectionInfoHolder ConnectionInfoHolder) -
setCreationDateTime
-
databaseInfoBuilder
public static DatabaseInfo databaseInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi) throws AceQLException- Throws:
AceQLException
-
limitsInfoBuilder
public static LimitsInfo limitsInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi) throws AceQLException- Throws:
AceQLException
-