2026-03-17 13:31:18 -07:00

86 lines
2.4 KiB
Java

package oracle.sql;
import java.sql.SQLException;
interface LnxLib {
byte[] lnxabs(byte[] bArr) throws SQLException;
byte[] lnxacos(byte[] bArr) throws SQLException;
byte[] lnxadd(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxasin(byte[] bArr) throws SQLException;
byte[] lnxatan(byte[] bArr) throws SQLException;
byte[] lnxatan2(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxbex(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxceil(byte[] bArr) throws SQLException;
byte[] lnxcos(byte[] bArr) throws SQLException;
byte[] lnxcpn(String str, boolean z, int i, boolean z2, int i2, String str2) throws SQLException;
byte[] lnxcsh(byte[] bArr) throws SQLException;
byte[] lnxdec(byte[] bArr) throws SQLException;
byte[] lnxdiv(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxexp(byte[] bArr) throws SQLException;
byte[] lnxfcn(String str, String str2, String str3) throws SQLException;
byte[] lnxflo(byte[] bArr) throws SQLException;
byte[] lnxfpr(byte[] bArr, int i) throws SQLException;
byte[] lnxinc(byte[] bArr) throws SQLException;
byte[] lnxln(byte[] bArr) throws SQLException;
byte[] lnxlog(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxmin(long j);
byte[] lnxmod(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxmul(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxneg(byte[] bArr) throws SQLException;
String lnxnfn(byte[] bArr, String str, String str2) throws SQLException;
String lnxnuc(byte[] bArr, int i, String str) throws SQLException;
double lnxnur(byte[] bArr);
byte[] lnxpow(byte[] bArr, int i) throws SQLException;
byte[] lnxren(double d) throws SQLException;
byte[] lnxrou(byte[] bArr, int i) throws SQLException;
byte[] lnxsca(byte[] bArr, int i, int i2, boolean[] zArr) throws SQLException;
byte[] lnxshift(byte[] bArr, int i) throws SQLException;
byte[] lnxsin(byte[] bArr) throws SQLException;
byte[] lnxsnh(byte[] bArr) throws SQLException;
long lnxsni(byte[] bArr) throws SQLException;
byte[] lnxsqr(byte[] bArr) throws SQLException;
byte[] lnxsub(byte[] bArr, byte[] bArr2) throws SQLException;
byte[] lnxtan(byte[] bArr) throws SQLException;
byte[] lnxtnh(byte[] bArr) throws SQLException;
byte[] lnxtru(byte[] bArr, int i) throws SQLException;
}