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 AceQLBlobblobBuilder(byte[] bytes)static AceQLBlobblobBuilder(InputStream inputStream)static AceQLClobblobBuilder(InputStream inputStream, String clobReadCharset, String clobWriteCharset)static AceQLClobclobBuilder(byte[] bytes, String clobReadCharset, String clobWriteCharset)static AceQLConnectionconnectionBuilder(ConnectionInfo connectionInfo)static ConnectionInfoconnectionInfoBuilder(com.aceql.jdbc.commons.ConnectionInfoHolder ConnectionInfoHolder)static DatabaseInfodatabaseInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi)static com.aceql.jdbc.commons.main.http.AceQLHttpApigetAceQLHttpApi(AceQLConnection aceQLConnection)static FilegetFile(AceQLBlob aceQLBlob)static FilegetFile(AceQLClob aceQLClob)static LimitsInfolimitsInfoBuilder(com.aceql.jdbc.commons.main.http.AceQLHttpApi aceQLHttpApi)static voidsetCreationDateTime(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
-